Class | Description | |
---|---|---|
![]() | Access | The Access class provides methods used to check access to JAMS features. |
![]() | AccessBits | Identifies the ObjectAccess bits that are valid for a specific AccessObject; |
![]() | ACLData | ACL - Access Control List Raw data |
![]() | Agent | The Agent class defines and identifies a machine where the JAMS Agent has been deployed. |
![]() | AgentNodeCtl | Defines the AgentNodeCtl which handles the Agent Node drop down list. |
![]() | AgentPlatform | The AgentPlatform class defines a operations system and hardware platform that is supported by the JAMS Agent. |
![]() | Alert | A JAMS Alert definition. An Alert contains notification information that is sent as a result of one or more events that occur within JAMS. An Alert can be issued by one or more handlers such as SMTP or Paladin. |
![]() | AlertAT | A JAMS Audit Alert. |
![]() | AlertEventCollection | A Class containing a collection of Alert Events |
![]() | AlertRef | An AlertRef is a reference between an Alert and another JAMS Object |
![]() | AlertReq | A AlertReq is an Alert requirement that a JAMS object sends. |
![]() | AlertReqCollection | An AlertReqCollection is a collection of JAMS AlertReq that are assigned to a Job, Setup, Folder, or SetupJob. |
![]() | AppAccessRule | AppAccessRule is the AccessRule for an AppSecurity Descriptor |
![]() | AppAuditRule | AppAuditRule is the AuditRule for a App's Security Descriptor |
![]() | AppSecurity | The AppSecurity class defines access control objects used in controll access to different parts of the JAMS application. |
![]() | AuditTrail | A message that was written to the JAMS Audit Trail. |
![]() | BasePublicObject | The BasePublicObject class is the base class for most of the public JAMS objects. |
![]() | BatchQueue | A BatchQueue is a logical queue in which jobs execute. The BatchQueue can control the number of concurrent jobs and the nodes that the jobs actually execute on. |
![]() | BuildMenu | Collection of menu Entry-items. |
![]() | CalculateTransfer | This class is obsolete. |
![]() | Cfg | A JAMS Cfg definition. |
![]() | CompareOptionsAttribute | The CompareOptions attribute can be applied to properties to affect the way the CompareObjectCtl control compares the property. |
![]() | CompletionWithSeverityStat | A CompletionWithSeverityStat contains a completion count for a single Severity for a minute of the day. |
![]() | Constants | The Constants class contains static values used by JAMS. |
![]() | Convert | The Convert class provides static methods used to convert JAMS datatypes. |
![]() | CurDependency | Jobs which are currently in the schedule may have one or more dependencies. Jobs with dependencies will not run until those dependencies are satisfied. A current Job dependency can be based on:
|
![]() | CurDependencyEntry | |
![]() | CurDependencyFile | |
![]() | CurDependencyJob | |
![]() | CurDependencyRemoteJob | |
![]() | CurDependencyRemoteSetup | |
![]() | CurDependencySetup | |
![]() | CurDependencyVariable | |
![]() | CurJob | This class defines an instance of a Job that is currently in the schedule. |
![]() | CurParam | A Job, which is in the schedule, may have zero or more parameters. This class shows the properties for a parameter associated with those Jobs that have parameters. |
![]() | CurParamCollection | Class containing a Collection of Current Params |
![]() | CurReport | |
![]() | CurReportCollection | Class that contains a Collection of Current Reports |
![]() | Date | |
![]() | DateDetail | Date Definitions are used to mark dates which are significant to your batch processing. These dates may be company observed holidays, fiscal periods, etc. You should be careful when defining these dates since they are used to schedule (or not schedule) Jobs, and they are used to create the defaults for dates used as parameters to Jobs. If your Data Center operates 365 days a year and schedules jobs based on calendar months, you do not need to define any special dates.
There are two types of significant dates. One type marks a single day as having some importance. The second type marks the beginning of a period. If the Date Type of the date you are defining is a continuous Date Type, then any dates which you define mark the beginning of a new period. If the Date Type is not continuous, then the date marks a single significant date. |
![]() | DateDetailCollection | A DateDetailCollection manages a collection of DateDetail objects |
![]() | DateTimeExtensions | Class of DateTime Extensions |
![]() | DateType | A JAMS DateType. DateTypes are high-level definitions of special dates such as holidays or fiscal periods. DateTypes are used to define the various classes of dates which are significant to your environment. This is not where you define the specific dates for these classes, rather it is where you define the classes themselves. |
![]() | DeltaTimeConverter | DeltaTimeConverter is a TypeConverter for the DeltaTime class |
![]() | Dependency | |
![]() | Dependency.DependencyDbComparer | The DependencyDbComparer is used when sorting a list of dependencies before they're saved in the database. |
![]() | DependencyCollection | A Class containing a Collection of Dependency Objects |
![]() | DependencyFile | |
![]() | DependencyJob | |
![]() | DependencyRemoteJob | |
![]() | DependencyRemoteSetup | A remote setup dependency forces a job to wait for the completion of a JAMS Setup on a different JAMS Server. |
![]() | DependencySetup | A setup dependency forces a job to wait for the completion of a JAMS Setup. |
![]() | DependencyVariable | |
![]() | EditSourceDialog | EditSourceDialog allows for editing a Submit.Job's Source |
![]() | EditSourceManager | The EditSourceManager control doesn't display anything, it manages all the EditSource controls and displays the correct one. The default is EditSourceCtl which is a text editor. The Execution Method can specify a different editor control. |
![]() | EntryAuditTrail | A message that was written to the JAMS Entry Audit Trail. |
![]() | Folder | |
![]() | FolderAccessRule | FolderAccessRule is the AccessRule for a Folder's Security Descriptor |
![]() | FolderAT | A JAMS Audit Folder. |
![]() | FolderAuditRule | FolderAuditRule is the AuditRule for a Folder's Security Descriptor |
![]() | FolderParamCollection | Folder Param Collection |
![]() | FolderSecurity | The FolderSecurity class defines access control objects used in a JAMS Folder definition. |
![]() | GenericACE | A generic Access Control Entry. |
![]() | GenericACL | The GenericACL class represents a generic access control list. |
![]() | History | |
![]() | HistorySelection | Specifies a portion of a history selection query identifying a single field, comparison operator and comparison value. |
![]() | Icons | Each property in the Icons class is a JAMS icon. |
![]() | JAMSException | A JAMSException is used to pass exception information between a JAMS client and a JAMS Server. |
![]() | JAMSSecurity | A common base class for JAMS objects which have an ACL. |
![]() | Job | |
![]() | JobAccessRule | JobAccessRule is the AccessRule for a Job's Security Descriptor |
![]() | JobAT | A JAMS Audit Job. |
![]() | JobAuditRule | JobAuditRule is the AuditRule for a Job's Security Descriptor |
![]() | JobChangedArgs | The JobChangedArgs is a JobEventArgs object that is used when a job has changed. |
![]() | JobCompletedArgs | JobCompletedArgs is a JobEventArgs object that is used when a job completes. |
![]() | JobDependencyCollection | A Class containing a collection of Job Dependencies |
![]() | JobDetailArgs | JobDetailArgs is a JobEventArgs that contains detailed information about a job. |
![]() | JobEventArgs | JobEventArgs is used to pass information about a Job event to a JobHandlerEvent. This class holds the most basic information about a job event. It is the base class for other events that need to pass more information. |
![]() | JobEventExtensionArgs | JobEventExtensionsArgs is used to extend job event arguments witout breaking the contract. |
![]() | JobEventWrapper | The JobEventWrapper class is needed to isolate the client and server. Without this class, the server would need access to the client assembly when it tried to send an event. With this wrapper class, the client only needs the client and the JAMSShr.dll assembly and the server only needs the server and the JAMSShr.dll |
![]() | JobParamCollection | A Class containing a collection of JAMS Job Params |
![]() | JobProgressArgs | JobProgressArgs is a JobEventArgs that is used to update the progress for a job. |
![]() | JobRef | |
![]() | JobSecurity | The JobSecurity class defines access control objects used in a JAMS Job definition. |
![]() | JobStartedArgs | The JobStartedArgs is a JobEventArgs that is used when a job starts executing. |
![]() | JobStatisticsArgs | JobStatisticsArgs is a JobEventArgs that is used to update the execution statistics for a job. |
![]() | JobUpdateStateArgs | The JobUpdateStateArgs is a JobEventArgs object that is used when a Job's Icon, Message, or Status changes. |
![]() | JobUpdateStatusArgs | The JobUpdateStatusArgs is a JobEventArgs object that is used when a job's status text changes. |
![]() | License | Information on a JAMS License |
![]() | Macro | A Macro is a code fragment that is expanded when JAMS is replacing tokens. Macros are defined in XML file that are loaded and used by the JAMS Scheduler. |
![]() | Menu | Menu Definitions define customized menu hierarchies for the JAMS Submit Menu. These menus are used by JAMS to present a hierarchy of menus to a user when they want to submit a batch job.
Creating menus is optional. JAMS can create a default menu which initially lists all of the available JAMS Systems. After the user selects a JAMS System, all of the available Job and Setup definitions are then displayed. |
![]() | MenuDetail | |
![]() | MenuDetailCollection | Class that holds a Collection of Menu Details |
![]() | MenuEntry | Menu detail Entry-item which is stored in the BuildMenu collection. |
![]() | Method | |
![]() | Msg | The Msg class provides static properties and methods that are used to retrieve JAMS messages. |
![]() | NamedTime | |
![]() | NotifyPropertyCollection<T> | NotifyPropertyCollection is the base class for collections that are are part of a larger object. |
![]() | Param | |
![]() | ParamCollection | Class that contains a Collection of Params |
![]() | PathName | Methods associated with symbol names. |
![]() | PrintForm | PrintForm. |
![]() | PrintQueue | PrintQueue. |
![]() | PropComparer | The PropComparer class is a generic comparer. It takes a PropertyDescriptor and compares two of whatever type the descriptor points to. |
![]() | PropDeepComparer | The PropDeepComparer class is a generic comparer. It takes an array of PropertyDescriptors and compares two of whatever type the descriptors point to. This is used when you have a list of complex objects, for example Customer. One of the properties of Customer could be a ShippingAddress object and one of the properties of ShippingAddress could be ZipCode. To sort a list of customers by ZipCode you would use this comparer with an array of propterty descriptors, i.e. sortProperty[0] = Property descriptor for Customer.ShippingAddress sortProperty[1] = Property descriptor for Customer.ShippingAddress.ZipCode It's called PropDeepComparer because can will look deep into an object. |
![]() | PropMultiColumnComparer | The PropMultiColumnComparer class is a generic comparer. It takes an array of PropertyDescriptors and compares two of whatever type the descriptors point to. This is used when you have a list of objects and you want to sort on more than one column. For example, if you had a Customer object and you wanted to sort on Customer.SalesRep and then Customer.Name. Use this sort comparer whit an array of PropertyDescriptors similar to: sortProperty[0] = Property descriptor for Customer.SalesRep sortProperty[1] = Property descriptor for Customer.Name |
![]() | PSWrapperAttribute | The PSWrapper attribute provides details for running a PowerShell command or function. This attribute is applied to Workflow toolbox items that run PowerShell commands. |
![]() | Queue | Queue. |
![]() | QueueNode | |
![]() | QueueNodeCollection | A Collection of QueueNodes |
![]() | Report | |
![]() | ReportCollection | A Collection of Reports |
![]() | ReportDesign | The ReportDesign class defines different types of report definitions. In general, the ReportDesign describes the data source for the report definition. |
![]() | ReportType | The ReportType class defines different types of report definitions. In general, the ReportType describes the data source for the report definition. |
![]() | Resource | |
![]() | ResourceAccessRule | ResourceAccessRule is the AccessRule for a Resource's Security Descriptor |
![]() | ResourceAuditRule | ResourceAuditRule is the AuditRule for a Resource's Security Descriptor |
![]() | ResourceDetail | |
![]() | ResourceDetailCollection | Collection of Resource Details |
![]() | ResourceSecurity | The ResourceSecurity class defines access control objects used in a JAMS Resource definition. |
![]() | ResReq | |
![]() | ResReqCollection | Collection of Resource Requirements |
![]() | Schedule | Generates a list of Jobs and Setups that should run within a date range. |
![]() | ScheduleEntry | ScheduleEntry is an entry in a Schedule. |
![]() | Security | General Security Access Control class. |
![]() | SecurityException | A JAMS SecurityExection is thrown when JAMS determines that the caller isn't allowed to access a JAMS object. |
![]() | Server | |
![]() | ServerStatus | Contains information about the status of a JAMS Server |
![]() | Setup | |
![]() | SetupAccessRule | SetupAccessRule is the AccessRule for a Setup's Security Descriptor |
![]() | SetupAT | A JAMS Setup. |
![]() | SetupAuditRule | SetupAuditRule is the AuditRule for a Setup's Security Descriptor |
![]() | SetupDependencyCollection | Class that contains a Collection of SetupDependencies |
![]() | SetupJob | |
![]() | SetupJobCollection | Class containing a Collection of SetupJobs |
![]() | SetupJobParam | |
![]() | SetupJobParamCollection | A Collection of Setup Job's Params |
![]() | SetupJobReport | |
![]() | SetupJobReportCollection | Class for the Collection of JobReports |
![]() | SetupRef | |
![]() | SetupSecurity | The SetupSecurity class defines access control objects used in a JAMS Setup definition. |
![]() | SpecificDateType | |
![]() | SpecificDateTypeCollection | Class is a Collection of Date Types |
![]() | Statistics | A Statistic provides quantitative data about current and historical JAMS operations. |
![]() | StreamClient | StreamClient is the client side of a stream that is beoing accessed across WCF. This class is intended for JAMS internal use. |
![]() | Submit | The Submit class is used to submit a Job or Setup. |
![]() | Submit.Info | The Submit.Info class contains the information required when submitting a Job or Setup. |
![]() | Submit.Job | The Submit.Job class contains information about a Job that is being submitted. |
![]() | Submit.JobCollection | A Submit.JobCollection holds a collection of Submit.Jobs |
![]() | Submit.Parameter | A Submit.Parameter object is used to hold information about a parameter to a Job. |
![]() | Submit.ParameterCollection | A Submit.ParameterCollection holds a collection of Submit.Parameters |
![]() | Submit.Report | A Submit.Report object is used to hold information about a report produced by this job. |
![]() | Submit.ReportCollection | A Submit.ReportCollection holds a collection of Submit.Reports |
![]() | SubmitFactoryAttribute | The SubmitFactoryAttribute provides a SubmitMenu name and type. |
![]() | SubmitMenu | The SubmitMenu control will display a menu of jobs which can be submitted. A SubmitMenu can start with zero or more SubmitMenuRoots. Each SubmitMenuRoot defines a line in the initial menu tree. If a SubmitMenu doesn't have any SubmitMenuRoots, a default initial menu is created which consists of all of the JAMS System definitions. If a SubmitMenu only has a single SubmitMenuRoot, that root is expanded rather than displaying a single line menu. |
![]() | SubmitMenuRoot | The SubmitMenuRoot class defines the roots of a SubmitMenu tree. |
![]() | SymbolName | Methods associated with symbol names. |
![]() | TimeOfDayConverter | TimeOfDayConverter is a TypeConverter for the TimeOfDay type. |
![]() | TimeZone | A JAMS TimeZone. |
![]() | Trigger | |
![]() | TriggerAction | Trigger Action is a Job which will be submitted when a Trigger's Events have occurred. |
![]() | TriggerActionCollection | Class that is a Collection of Trigger Actions |
![]() | TriggerActionJob | TriggerActionJob is a Job which will be submitted when a Trigger's Events have occurred. |
![]() | TriggerActionSetup | TriggerActionSetup is a Setup which will be submitted when a Trigger's Events have occurred. |
![]() | TriggerAT | A JAMS TriggerAT. |
![]() | TriggerAuditTrail | A audit message that was written for a JAMS Trigger. |
![]() | TriggerEvent | TriggerEvents are defined as part of a JAMS Trigger. Triggers look for Events. When all of the Events for a Trigger are satisfied the Trigger fires the Actions which are also defined as part of the Trigger. |
![]() | TriggerEventCollection | Class that contains a Collection of Trigger Events |
![]() | TriggerEventFile | A TriggerEventFile object defines a Trigger Event which is based on the presence or absence of a file.
TriggerEvents are defined as part of a JAMS Trigger. Triggers look for Events. When all of the Events for a Trigger are satisfied the Trigger fires the Actions which are also defined as part of the Trigger. |
![]() | TriggerEventJob | A TriggerEventJob defines a Trigger Event which is based upon a Job's completion and status since the last time the Trigger was reset.
TriggerEvents are defined as part of a JAMS Trigger. Triggers look for Events. When all of the Events for a Trigger are satisfied the Trigger fires the Actions which are also defined as part of the Trigger. |
![]() | TriggerEventMail | A TriggerEventMail object defines a Trigger Event which is based on the presence of a mail message.
TriggerEvents are defined as part of a JAMS Trigger. Triggers look for Events. When all of the Events for a Trigger are satisfied the Trigger fires the Actions which are also defined as part of the Trigger. |
![]() | TriggerEventSetup | A TriggerEventSetup defines a Trigger Event which is based upon a Setup's completion and status since the last time the Trigger was reset.
TriggerEvents are defined as part of a JAMS Trigger. Triggers look for Events. When all of the Events for a Trigger are satisfied the Trigger fires the Actions which are also defined as part of the Trigger. |
![]() | TriggerEventVariable | A TriggerEventVariable object defines a Trigger Event which is based on the value of a JAMS Variable.
TriggerEvents are defined as part of a JAMS Trigger. Triggers look for Events. When all of the Events for a Trigger are satisfied the Trigger fires the Actions which are also defined as part of the Trigger. |
![]() | TriStateConverter | TriStateConverter is a TypeConverter for the TriState enumeration. |
![]() | UserSecurity | A JAMS User Security definition. |
![]() | UserSecurityAccessRule | UserSecurityAccessRule is the AccessRule for a UserSecurity's Security Descriptor |
![]() | UserSecurityAuditRule | UserSecurityAuditRule is the AuditRule for a UserSecurity's Security Descriptor |
![]() | UserSecuritySecurity | The UserSecuritySecurity class defines access control objects used in a JAMS UserSecurity definition. |
![]() | ValidationLog | A ValidationLog can be returned after saving changes to a JAMS object. It is also included in a JAMSException. |
![]() | ValidationLog.Entry | An entry in a ValidationLog. |
![]() | Variable | |
![]() | VariableAccessRule | VariableAccessRule is the AccessRule for a Variable's Security Descriptor |
![]() | VariableAuditRule | VariableAuditRule is the AuditRule for a Variable's Security Descriptor |
![]() | VariableSecurity | The VariableSecurity class defines access control objects used in a JAMS Variable definition. |
![]() | WaitFor | The WaitFor class is used to wait for events or conditions to occur. You can wait for the completion of specific entries in the schedule, job completions, setup completions, variable values or resource availablity.
You can wait for multiple events. Create an instance of WaitFor, call any combination of the Entry, Job, Setup, Variable or Resource methods to specify what you want to wait for. Then call Check or Wait to wait for the requests to be satisfied. |
![]() | WFTracking | A tracking record that represents a state change in a Workflow's execution |
Interface | Description | |
---|---|---|
![]() | IAccessTools | The IAccessTools interface is used to manage access rights on a JAMS Server. |
![]() | IAdvancedSorts | An interface that support our advanced sorts. |
![]() | IAgentPlatformSQL | The IAgentSQL interface is used to retrieve and store Agents from a JAMS Server. |
![]() | IAgentSQL | The IAgentSQL interface is used to retrieve and store Agents from a JAMS Server. |
![]() | IAlertATSQL | Defines the interface to the JAMS Server for Alert Audit Trail access. |
![]() | IAlertRefSQL | The IAlertRefSQL interface is used to retrieve Alert References from a JAMS Server. |
![]() | IAlertReqSQL | The IAlertReqSQL interface is used to access Alert requirements from a JAMS Server. |
![]() | IAuditTrailSQL | The IAuditTrailSQL interface is used to retrieve Audit Trails from a JAMS Server. |
![]() | IBannedWordList | The IBannedWordList interface is used to manipulate a list of words that should not be echoed into a job's log file. |
![]() | IBaseObject | The IBaseObject interface is used internally by JAMS. |
![]() | IBuildMenuSQL | The IBuildMenuSQL interface is used to retrieve the Submit Menu from a JAMS Server. |
![]() | ICfgSQL | The ICfgSQL interface is used to retrieve and store Cfg settings from a JAMS Server. |
![]() | IChild | IChild Interface |
![]() | ICurDependencySQL | The ICurDependencySQL interface is used to retrieve Current Job Dependencies from a JAMS Server. |
![]() | ICurJobCommandDataSQL | The ICurJobCommandDataSQL interface is used to save and restore data for an entry. |
![]() | ICurJobManageSQL | The ICurJobManageSQL interface is used to manage entries. |
![]() | ICurJobManageStateSQL | The ICurJobManageStateSQL interface is used to manage the message, status, and icon state of an entry. |
![]() | ICurJobReprocessSQL | The ICurJobReprocessSQL interface is used to reprocess the completion of a CurJob. |
![]() | ICurJobSQL | The ICurJobSQL interface is used to retrieve CurJob from a JAMS Server. |
![]() | ICurParamSQL | The ICurParamSQL interface is used to retrieve a scheduled Job's Parameters from a JAMS Server. |
![]() | ICurParamUpdateSQL | The ICurParamUpdateSQL interface is used to update a scheduled Job's Parameters. |
![]() | ICurReportSQL | The ICurReportSQL interface is used to retrieve Current Job Reports from a JAMS Server. |
![]() | IDateSQL | |
![]() | IEntryAuditTrailSQL | The IEntryAuditTrailSQL interface is used to retrieve Entry Audit Trails from a JAMS Server. |
![]() | IFolderATSQL | Defines the interface to the JAMS Server for Folder Audit Trail acccess. |
![]() | IFolderGetDescendantsSQL | The IFolderGetDescendantsSQL interface is used to retrieve information about a Folder's descendants |
![]() | IFolderSQL | The IFolderSQL interface is used to retrieve and store Folders from a JAMS Server. |
![]() | IHistorySQL | The IHistorySQL interface is used to retrieve History entries from a JAMS Server. |
![]() | IInheritAcl | The IInheritAcl interface is used when an object needs to inherit an ACL from it's parent. |
![]() | IJobATSQL | Defines the interface to the JAMS Server for Job Audit Trail acccess. |
![]() | IJobRefSQL | The IJobRefSQL interface is used to retrieve Job References from a JAMS Server. |
![]() | IKeyManagement | Key Management |
![]() | IMenuDetailSQL | The IMenuDetailSQL interface is used to retrieve Menu Details from a JAMS Server. |
![]() | IMenuSQL | The IMenuSQL interface is used to retrieve and store Menus from a JAMS Server. |
![]() | IMethodSQL | The IMethodSQL interface is used to retrieve and store Methods from a JAMS Server. |
![]() | IMonitor | The IMonitor interface is implemented by the JAMSServer Service. Clients get a reference to the interface and can then call methods on the server. |
![]() | IMonitorCallback | The IMonitorCallback interface is used to pass events back to the client. It is intended for JAMS internal use. |
![]() | IMonitorInit | Interface for the Monitor |
![]() | INamedTimeActionsSQL | The INamedTimesActionsSQL interface is used to Enable and Disable Named Times. |
![]() | INamedTimeSQL | The INamedTimeSQL interface is used to retrieve and store NamedTimes from a JAMS Server. |
![]() | IPrintFormSQL | The IPrintFormSQL interface is used to retrieve and store PrintForms from a JAMS Server. |
![]() | IPrintQueueSQL | The IPrintQueueSQL interface is used to retrieve and store PrintQueues from a JAMS Server. |
![]() | IQueueNodeSQL | The IQueueNodeSQL interface is used to retrieve Queue Nodes where a Queue can run Jobs, from a JAMS Server. |
![]() | IResourceDetailSQL | The IResourceDetailSQL interface is used to retrieve Resource Details from a JAMS Server. |
![]() | IResourceSQL | The IResourceSQL interface is used to retrieve and store Resources from a JAMS Server. Published in v4.2.6. |
![]() | IResReqSQL | The IResReqSQL interface is used to access Resource Requirements from a JAMS Server. |
![]() | IScheduleSQL | The IScheduleSQL interface is used to generate projected and actual schedules. |
![]() | ISecuritySQL | The ISecuritySQL interface is used to retrieve and store general Security ACLs from a JAMS Server. |
![]() | IServerInfo | The IServerInfo interface is implemented by the JAMSServer Service. Clients get a reference to the interface so they can find out what sort of server they're dealing with. |
![]() | IServerSecurity | The IServerSecurity interface is implemented by the JAMSServer Service. Clients can use this interface to establish a secure connection to a server. |
![]() | IServiceCommand | The IServiceCommand interface is used to send commands to JAMS Services. |
![]() | ISetupATSQL | The ISetupATSQL interface is used to find Audited Setup information from an SQL database Reports from a JAMS Server. |
![]() | ISetupJobParamSQL | The ISetupJobParamSQL interface is used to access Setup Job Params from a JAMS Server. |
![]() | ISetupJobReportSQL | The ISetupJobReportSQL interface is used to access Setup Job Reports from a JAMS Server. |
![]() | ISetupJobSQL | The ISetupJobSQL interface is used to access Setup Jobs from a JAMS Server. |
![]() | ISetupRefSQL | The ISetupRefSQL interface is used to retrieve Setup References from a JAMS Server. |
![]() | IStream | The IStream interface is used to open streams across a WCF channel. This interface is used internally by JAMS and is not intended for user code. |
![]() | ITimeZoneSQL | The ITimeZoneSQL interface is used to find Time Zone information from an SQL database Reports from a JAMS Server. |
![]() | ITriggerActionSQL | The ITriggerActionSQL interface is used to access Trigger Actions from a JAMS Server. |
![]() | ITriggerATSQL | Defines the interface to the JAMS Server for Trigger Audit Trail access. |
![]() | ITriggerAuditTrailSQL | The ITriggerAuditTrailSQL interface is used to retrieve Trigger Audit Trails from a JAMS Server. |
![]() | ITriggerEventSQL | The ITriggerEventSQL interface is used to access Trigger Events from a JAMS Server. |
![]() | ITriggerSQL | The ITriggerSQL interface is used to retrieve and store Triggers from a JAMS Server. |
![]() | IUserSecurityAccess | An interface for Access Control methods. |
![]() | IUserSecuritySQL | The IUserSecuritySQL interface is used to retrieve and store User Security from a JAMS Server. |
![]() | IVariableSQL | The IVariableSQL interface is used to retrieve and store Variables from a JAMS Server. |
![]() | IWaitFor | The IWaitFor interface defines the interface used between JAMSShr and JAMSServer |
![]() | IWFTrackingSQL | The IWFTrackingSQL interface is used to retrieve Workflow Tracking records from a JAMS Server. |
Structure | Description | |
---|---|---|
![]() | DeltaTime | A DeltaTime is similar to a TimeSpan but the resolution is seconds. |
![]() | TimeOfDay | The TimeOfDay represents a time of day. |
Delegate | Description | |
---|---|---|
![]() | JobDetailEventHandler | Define the JobEventHandler delegate. |
![]() | JobEventHandler | Define the JobEventHandler delegate. |
![]() | SelectionChangedEventHandler | The SelectionChanged event is raised with the selected item in a submit menu changes. |
Enumeration | Description | |
---|---|---|
![]() | AccessObject | Identifies JAMS objects that have an access control list associated with them. |
![]() | AgentState | The state of a JAMS Agent machine |
![]() | AgentType | Defines the supportted types of JAMS Agents |
![]() | AlertEventId | The AlertEventId enumeration is used to identify an event that occurred within JAMS for which an Alert can be issued. |
![]() | AlertType | Identifies the type of JAMS Object that references an Alert. |
![]() | AppRights | Identifies the bits that are valid in an AppSecurity Descriptor. |
![]() | ComparisonOperator | Identifies the comparison operator to be used in s query selection expression. |
![]() | Condition | Conditions that can be tested. |
![]() | DataType | Parameter data types |
![]() | DependencyState | Dependency states. |
![]() | DependencyType | Dependency type, what kind of dependency is this. |
![]() | DisplayCategory | DisplayCategory defines the apperance of a Node/Activity in a Diagram or Workflow. |
![]() | EntryIcon | Identifies an overriden icon of a JAMS entry. |
![]() | ExceptionType | JAMS Exception Types |
![]() | ExecutionType | Identifies a type of execution method. |
![]() | ExitCodeHandling | Defines how JAMS will evaluate the exit code of a job. |
![]() | FailureAction | Defines the action that JAMS should take if a job in a setup fails. |
![]() | FilePresence | File presence |
![]() | FolderAccess | Specifies access control bits for Folder objects. |
![]() | FolderRights | Identifies the bits that are valid in a Folder's Security Descriptor. |
![]() | HistorySearchOptions | Options that can affect the history search. |
![]() | HistorySelectionField | Identifies which history field should be references in a query selection. |
![]() | HistoryType | Type of JAMS History entry. JAMS keeps track of Job run history. History entries can be one of three types: Job, Setup, or Command Procedure. |
![]() | InitiatorType | InitiatorType defines the what initiated a job. |
![]() | JobAccess | Specifies access control bits for Job and Setup objects. |
![]() | JobEventCode | Identifies what sort of Job event has occurred. |
![]() | JobRights | Identifies the bits that are valid in a Job's Security Descriptor. |
![]() | JobState | Job states. An entry is in one and only one state at a time. |
![]() | JobStateImage | For display in the Monitor |
![]() | JobType | JobType, what kind of job is this. |
![]() | KeyAlgorithm | Define the algorithm used to generate a key. |
![]() | MailProtocol | The protocol to use when connecting to a mail server |
![]() | MenuType | Type of Menu which is represented in the MenuLine class. |
![]() | Message | Enumerates message codes that are used by JAMS. |
![]() | MethodOptions | Options for a submit method. |
![]() | MissedAction | Valid values for MissedWindowAction. |
![]() | NonWorkdays | Nonworkday handling. |
![]() | NotifySeverity | Completion severities for triggering notification. |
![]() | NotifySeveritySetup | Notification severities for triggering notification for Setups. |
![]() | ObjectAccess | Specified bits for access to JAMS objects that are defined by the AccessObject enumeration.
These are the access bits that are the same for many objects. Some JAMS objects also have an Access enumerator that defines the access bits that apply to that object and access bits that are unique to that object. Access bits must follow the Windows NT access mask pattern which is (from left to right): Generic - 4 bits Miscellaneous - 4 bits Standard - 8 bits Specific - 16 bits Almost all of the JAMS access bits are specific so they must be less than 0x0000FFFF. Specific bits are assigned as follows: 0x00000001 - Add 0x00000002 - Change 0x00000004 - Inquire 0x00000008 - Manage 0x00000010 - AddJobs 0x00000020 - ChangeJobs 0x00000040 - InquireJobs 0x00000080 - DeleteJobs 0x00000100 - Execute 0x00000200 - Submit, SeeAll 0x00000400 - Debug, SeeOwn 0x00000800 - Reset 0x00001000 - Monitor 0x00002000 - Abort 0x00004000 - Acquire 0x00008000 |
![]() | ObjectAccessType | Specifies the type of ObjectAccess an object uses. |
![]() | ObjectType | Identifies a specific type of JAMS object |
![]() | ParameterOrigin | Identifies where a parameter originated. |
![]() | QueueAccess | Specifies access control bits for Queue objects. |
![]() | RecoverySeverity | Minimum completion severity for triggering a recovery Job. |
![]() | RecoverySeveritySetup | Minimum severity for triggering a recovery Job within a Setup. |
![]() | ReferenceType | Job Reference Types. |
![]() | ReleaseType | Specifies how an entry should be released. |
![]() | ReportDataSource | The ReportDataSource enumeration identifies the data source that a report is expecting. |
![]() | RequirementType | The type of object that the Resource Requirement applies to. |
![]() | ResourceAccess | Specifies access control bits for Resource objects. |
![]() | ResourceRights | Identifies the bits that are valid in a Resource's Security Descriptor. |
![]() | ResponseType | ResponseType defines the type of data expected to be returned to a given source. |
![]() | ResubmitBase | Valid values for Resubmit Base. |
![]() | Retain | Specifies when a job should be retained after completion. |
![]() | RunawayAction | Action to be taken when a job or setup is a runaway. |
![]() | Schedule.Options | Options that can be passed to the Schedule.Find method. |
![]() | Schedule.Reason | Identifies the reason that a job was added to a schedule. |
![]() | ScriptLanguage | Script language. |
![]() | ServerType | Identifies the type of JAMS Server. |
![]() | SetupRights | Identifies the bits that are valid in a Setup's Security Descriptor. |
![]() | Severity | Completion severities. |
![]() | SeveritySetup | Notification severities for triggering notification for Setups. |
![]() | ShortSeverity | Severitys that a short jobs final severity can be changed to. |
![]() | SshPrivateKeyFormat | Defines the format that the SSH private key should be exported in. |
![]() | SshPublicKeyFormat | Defines the format that the SSH Public Key should be exported in. |
![]() | StateType | Flags that identify the states that an entry could be in. |
![]() | Submit.Options | The options for ISubmit.Load |
![]() | Submit.Type | The type of object name passed to ISubmit.Load |
![]() | TriggerActionType | Trigger action types. |
![]() | TriggerEventBearing | Trigger event bearing. |
![]() | TriggerEventType | Trigger event types. |
![]() | TriggerStatus | Trigger status. |
![]() | TriState | TriState properties can be True, False, or Not Specified. |
![]() | UserAccess | Specifies access control bits for Username (UserSecurity). This is the access that can be specified in the ACL that's part of a UserSecurity definition. UsernameDefinitions access controls who is allowed to manipulate UserSecurity objects. |
![]() | UserSecurityRights | Identifies the bits that are valid in a UserSecurity's Security Descriptor. |
![]() | ValidationType | ValidationType defines the type of validation performed on a parameter value. |
![]() | VariableAccess | Specifies access control bits for Variable objects. |
![]() | VariableRights | Identifies the bits that are valid in a Variable's Security Descriptor. |