interface |
AbstractSource |
The abstract source for scripts.
|
interface |
AdHocAlertSource |
An alert source for ad-hoc alerts
|
interface |
Alert |
An alert.
|
interface |
AlertEscalation |
Alert escalation channel
|
interface |
AlertEscalationAction |
Action to execute when an AlertEscalation Alert is executed.
|
interface |
AlertGateway |
An alert gateway
|
interface |
AlertSource |
An alert source
|
interface |
AlertSourceAction |
Action to execute when an AlertSource Alert is created.
|
interface |
AlertSourceEmail |
Body of an alert source email.
|
interface |
Application |
A nested grouping of objects forming an application.
|
interface |
ApplicationObject |
ApplicationObjects are all those objects which can belong to an Application.
|
interface |
Association |
An association describes the relationship between two types of object.
|
interface |
AuditObject |
The audit record object for logging changes and performing restoration of changed objects.
|
interface |
AuditRule |
The rule for how objects should be audited.
|
interface |
AuditSubjectLogin |
|
interface |
BranchedUniqueNamedApplicationObject |
Objects which can be branched, must have a unique name, and can belong to an Application.
|
interface |
BuiltInWebService |
An object used to visualize built in web services.
|
interface |
BusinessKeyObject |
Interface that objects with business keys must implement.
|
interface |
CommonImportRule |
Common base-class for import rules.
|
interface |
ConstraintDefinition |
The definition of a Constraint.
|
interface |
Credential |
A Credential for a given protocol, endpoint and user to enable access to an external system.
|
interface |
CredentialProtocol |
A protocol used to access an external system.
|
interface |
CustomEntity |
|
interface |
Dashboard |
Defines the layout for a dashboard page
A dashboard defines the layout and content for a dashboard page.
|
interface |
DashboardItem |
An item that is visible on the DashBoard
A DashboardWidget is an item that is visible on the Dashboard.
|
interface |
Database |
Stores the configuration for a Database object, these are used to provide settings for the Redwood JDBC pool.
|
interface |
DatumDefinition |
MetaMetaData describes the metadata that is associated with another object.
|
interface |
Detail |
A detail is used to model multiple sub-objects that are part of a single super-object.
|
interface |
Document |
An object for storing arbitrary documentation (as a byte stream).
|
interface |
EmailAlertGateway |
An email alert gateway
|
interface |
EmailAlertGatewayAction |
Action to execute when an EmailAlertGateway Alert is executed.
|
interface |
EmailAlertGatewayEmail |
Body of an email alert gateway email.
|
interface |
EmailAlertGatewayHeader |
An email alert gateway header.
|
interface |
EmailAlertGatewayJobFileAttachment |
An email alert gateway attachment.
|
interface |
EntityDefinitionConstraint |
The (abstract) superclass for constraints on certain definitions.
|
interface |
EntityDefinitionConstraintParameterMapping |
The (abstract) superclass for the parameters of an EntityDefinitionConstraint.
|
interface |
Event |
An event is a particular instance of an EventDefinition.
|
interface |
EventDefinition |
Events are signals for jobs to start execution.
|
interface |
EventSource |
Abstract class that links to which EventSourceDefinition caused the parent Event.
|
interface |
EventSourceDefinition |
Abstract class for definitions of event sources.
|
interface |
Export |
An export of a set of objects.
|
interface |
ExportRule |
A rule that defines a set of objects to include in an object.
|
interface |
ExportRuleItem |
The export item which is manually selected by the users and is part of a fixed list of exported objects.
|
interface |
ExportRuleSet |
Set of rules that define what should be included in an export.
|
interface |
ExtensionPoint |
An extension point is used to provide a custom entry point to generate results.
|
interface |
ExtensionPointSource |
The source code for an Extension Point
|
interface |
FileEvent |
Information about the file that triggered the parent Event.
|
interface |
FileEventDefinition |
Definition for a file event.
|
interface |
FinalStatusHandler |
Describes what to do when a Job reaches a final state
|
interface |
ForecastJob |
Data for the forecast of a job.
|
interface |
Format |
Type of output that is generated by the job.
|
interface |
GlobalPrivilege |
Global security privileges.
|
interface |
Import |
An import of a set of objects.
|
interface |
ImportAction |
Action to execute when an Import is ready to persist.
|
interface |
ImportActionParameter |
Parameters defined for an import action
Parameters enable you to parameterize the action to execute for an import rule set.
|
interface |
ImportMatchRule |
A criteria for choosing objects that an ImportRule applies to.
|
interface |
ImportOverrideRule |
A transformation to apply to an object.
|
interface |
ImportRule |
Transformation to apply to objects after import.
|
interface |
ImportRuleDefinition |
Implementation for an import match or override.
|
interface |
ImportRuleSet |
A set of rules that can be applied during an import.
|
interface |
ImportRuleSetPartitionRename |
Rename definition of partitions for Import Rule Set
|
interface |
ImportSource |
Source from which objects to import can be retrieved.
|
interface |
IsolationGroup |
Isolation groups are used to isolate the view a subject has of the system.
|
interface |
JARFile |
The JAR file
|
interface |
Job |
A job represents an instantiated job definition or job chain.
|
interface |
JobChain |
Chain definition.
|
interface |
JobChainCall |
Defines a job submit in a particular job chain step
A reference to a job definition.
|
interface |
JobChainCallInExpressionParameter |
Maps the value of an expression to an IN parameter for the JobDefinition.
|
interface |
JobChainCallInParameter |
A definition of how to fill an IN parameter for the JobDefinition pointed to by the JobChainCall.
|
interface |
JobChainCallInReferenceParameter |
Maps an output value from a job in a previous step, or an input value from the job chain to an IN parameter for the JobDefinition.
|
interface |
JobChainCallJobLock |
The association between JobChainCall and JobLock.
|
interface |
JobChainCallOutParameter |
A definition of how to map an OUT parameter for the JobDefinition pointed to by the JobChainCall to an OUT parameter for the JobChain.
|
interface |
JobChainCallOutReferenceParameter |
Maps an output value from the JobDefinition to an output value for the chain.
|
interface |
JobChainCallParameter |
A definition of what to do for a parameter for the JobDefinition pointed to by the JobChainCall.
|
interface |
JobChainCallPrecondition |
A job chain call precondition.
|
interface |
JobChainCallProcessMonitorUpdater |
The association between JobChainCall and ProcessMonitorDefinitions
|
interface |
JobChainCallRaiseEvent |
The Event to be raised when the Call reaches a certain state.
|
interface |
JobChainCallSchedulingParameter |
Scheduling parameter; used to store a value that should be set on a job before it is submitted.
|
interface |
JobChainCallWaitEvent |
The Event that a job chain call will wait for before starting.
|
interface |
JobChainStatusHandler |
Job chain status handlers are used to react to the status of the job chain.
|
interface |
JobChainStep |
Job chain step definitions hold a number of job chain calls to be executed in parallel.
|
interface |
JobChainStepPrecondition |
A pre-condition on step level checks whether the step should be executed or skipped
See the Precondition class for more information.
|
interface |
JobChainStepStatusHandler |
Status handler on step level within a job chain reacts on the status of a job in the job chain step.
|
interface |
JobDatum |
The Metadata associated with a Job.
|
interface |
JobDefinition |
A job definition defines what a job does.
|
interface |
JobDefinitionAction |
Action to execute for jobs based on this job definition.
|
interface |
JobDefinitionAlertSource |
An alert raised by a job definition
|
interface |
JobDefinitionAlertSourceParameterMatch |
An email alert gateway attachment.
|
interface |
JobDefinitionAlertSourceRule |
Alert escalation rules
|
interface |
JobDefinitionAlertSourceStatus |
The specific job status to match.
|
interface |
JobDefinitionConstraint |
A constraint on a job definition.
|
interface |
JobDefinitionConstraintParameterMapping |
The parameters of a JobDefinitionConstraint.
|
interface |
JobDefinitionForm |
A form defined for a job definition
Forms enable you to define custom windows to submit job definitions or edit jobs.
|
interface |
JobDefinitionJobLock |
A job definition can require job locks.
|
interface |
JobDefinitionParameter |
Parameters defined for a job definition
Parameters enable you to define generic job definitions that behave differently
according to the values of the parameters.
|
interface |
JobDefinitionParameterSubType |
The sub type of the job definition parameter.
|
interface |
JobDefinitionProcessMonitorUpdater |
The association between JobDefinitions and ProcessMonitorDefinitions
|
interface |
JobDefinitionRaiseEvent |
The Event to be raised when the Job reaches a certain state.
|
interface |
JobDefinitionRelatedObject |
All objects which are directly related to a JobDefinition must inherit from this class.
|
interface |
JobDefinitionRuntimeLimit |
Runtime limits defined for a job definition
Runtime limits enable you to define generic job definitions that have different min and
max runtimes according to the values in the RuntimeLimits.
|
interface |
JobDefinitionType |
The type of a job definition.
|
interface |
JobDefinitionTypeAction |
Action to execute for jobs using this JobDefinitionType.
|
interface |
JobDefinitionWaitEvent |
The events that a job definition will wait for before starting.
|
interface |
JobDefinitionWithSource |
This is used for JobDefinitionTypes that have source.
|
interface |
JobFile |
Output file of a job.
|
interface |
JobFileSearch |
Search the output file of a job for a given text string
Provides job file search functionality equivalent to the jcs.searchfile procedure.
|
interface |
JobGroup |
Common data for a set of similar jobs.
|
interface |
JobGroupParameter |
Parameter for a job group.
|
interface |
JobJobLock |
Job locks required by or held by a job.
|
interface |
JobLock |
Locks define which jobs can and cannot run together
To prevent jobs running concurrently - for example, when two or more jobs need access
to the same system resource, such as a tape unit, you can define job locks.
|
interface |
JobNote |
Ad-hoc job notes written by end-users attached to this job
|
interface |
JobParameter |
Parameter for a job.
|
interface |
JobRaiseEvent |
Events that will be raised when the job reaches a certain state.
|
interface |
JobRuntimeLimit |
Runtime limits defined for a job
Runtime limits enable you to define min and max runtimes according to the values in the RuntimeLimits.
|
interface |
JobWaitEvent |
Events that need to be raised before the job runs
At the moment job would go to the QUEUED status the job definition EventExpression is
calculated.
|
interface |
Language |
Languages known to the system.
|
interface |
LDAPProfile |
A set of LDAP configuration properties for managing user authentication and authorisation.
|
interface |
Library |
A library dependency for a script.
|
interface |
LibrarySource |
The source code for a Library
|
interface |
LicenseKey |
License Keys
|
interface |
LinkableMonitor |
Superclass for monitors that can be linked to.
|
interface |
LoadFactor |
A factor for calculating the load.
|
interface |
MailConnectionSetting |
Connection settings.
|
interface |
MailConnector |
E-Mail connection settings.
|
interface |
MetaData |
This class is the base class for all classes that are meta data for the model
|
interface |
ModuleState |
This class is used by modules to record the state of their data in the model
|
interface |
Monitor |
Alert monitors show a hierarchical user-defined view of the status of the system
The alert system shows a hierarchical view of the wellness of the system.
|
interface |
MonitorAlertSource |
An alert raised by a Monitor Node
|
interface |
MonitorAlertSourceRule |
Alert escalation rules
|
interface |
MonitorCheck |
Shows which monitor conditions use which monitor values
If the monitor check refers to a local object, it must define a business key.
|
interface |
MonitorCondition |
A monitor condition defines when an alert is raised.
|
interface |
MonitorEvent |
Event to be raised when a monitor reaches a particular severity
When an alert is raised for a monitor node that has an associated event and the
severity is appropriate, the event is raised.
|
interface |
MonitorLink |
Monitor that links to a linkedmonitor
A monitorlink is used to reuse a part of the monitor tree in several locations by
linking to them.
|
interface |
MonitorNode |
Monitor that can contain sub-nodes
|
interface |
MonitorValue |
A monitor value is a numeric, string or timestamp value
The monitor value is either derived from the scheduler data model or set by an external
system.
|
interface |
NamedDetailObject |
An object which has a Name, comment and description.
|
interface |
NamedRootObject |
An object which has a Name, comment and description.
|
interface |
NavigationBar |
Defines a custom navigation bar
A navigation bar defines the layout and content for a custom navigation bar.
|
interface |
NavigationBarItem |
An item that is part of the navigation bar
A NavigationBarItem is shown in the navigation bar.
|
interface |
ObjectDefinition |
Provides a reference for every object in the database.
|
interface |
ObjectFieldDefinition |
Provides a reference for every attribute of every object in the database.
|
interface |
ObjectIndex |
Contains custom defined indexes
|
interface |
ObjectIndexColumn |
Contains the columns for custom defined indexes
|
interface |
ObjectReference |
Object Reference
A link from the source object to the linked object.
|
interface |
ObjectSearch |
Object Search definition.
|
interface |
ObjectSearchCondition |
The parameters for a Object Search condition.
|
interface |
ObjectTag |
The ObjectTag associated with an PartitionableObject.
|
interface |
ObjectTagDefinition |
An ObjectTagDefinition has a name and can be used as meta data for PartitionableObjects.
|
interface |
OperatorMessage |
A message created by the application or the system to inform the operator
A message can be informational or it can require an answer.
|
interface |
OperatorMessageDatum |
An object which has a Name, comment and description.
|
interface |
OraAppsJobControlRule |
Oracle Applications job synchronization settings.
|
interface |
OraAppsSystem |
Settings relating to a Oracle Applications System.
|
interface |
OracleConnection |
Show all Oracle connections that are present.
|
interface |
OraOhiSystem |
Settings relating to a Oracle Health Insurance System.
|
interface |
Partition |
Partitions separate their contained objects according to security and visibility characteristics.
|
interface |
PartitionableObject |
All partitionable objects
Base class for objects that have a partition.
|
interface |
PartitionableRootObject |
All unnamed partitionable objects
Base class for objects that have a partition but not a name.
|
interface |
PeopleSoftJobControlRule |
PeopleSoft job synchronization settings.
|
interface |
PeopleSoftJobOutputLocation |
PeopleSoft job output file location settings.
|
interface |
PeopleSoftSystem |
Settings relating to a Oracle PeopleSoft System.
|
interface |
PeriodFunction |
A period function is used to define which days in the month a time window interval is open.
|
interface |
Precondition |
A precondition checks whether the step should be executed or skipped
The execution of steps and script calls may be dependent upon specific circumstances,
such as specific days of the week or the outcome of another job.
|
interface |
ProcessMonitor |
The Process Monitor for high-level process automation.
|
interface |
ProcessMonitorDefinition |
The definition for a Process Monitor for high-level process automation.
|
interface |
ProcessMonitorItem |
An item in the Process Monitor.
|
interface |
ProcessMonitorItemDefinition |
The definition for an item in the Process Monitor.
|
interface |
ProcessMonitorLog |
The log of the ProcessMonitor changes.
|
interface |
ProcessMonitorUpdater |
The association between a SchedulerEntity and a ProcessMonitorDefinitions
|
interface |
ProcessServer |
A process server contains services that run jobs.
|
interface |
ProcessServerAlertSource |
An alert raised by a process server
|
interface |
ProcessServerAlertSourceStatus |
The specific process server status to match.
|
interface |
ProcessServerCheck |
A check on the status of a particular part of the server that the ProcessServer runs on.
|
interface |
ProcessServerCheckLog |
A message recording the success state of a process server check
The message should be created only at edge conditions ie when going from success to
failure or failure to success.
|
interface |
ProcessServerCheckLogParameter |
A parameter configuring a process server check log.
|
interface |
ProcessServerJobDefinitionType |
The types of job definition that a process server supports
If a process server is being said to support a particular type of job definition, it
should be running on a system with the appropriate language interpreter or compiler.
|
interface |
ProcessServerLoadFactor |
A factor for calculating the load of a process server.
|
interface |
ProcessServerParameter |
Configuration parameters for the ProcessServer
During the configure phase of the system, these parameters get set to the appropriate
values for the ProcessServer.
|
interface |
ProcessServerResource |
The resources that a process server provides
|
interface |
ProcessServerService |
An instance of a Service on a ProcessServer.
|
interface |
ProcessServerStatusLog |
Records the ProcessServerStatus of a process server at a point in time
Should be created only when the process server status changes.
|
interface |
PublishApproval |
Approvals related to Publish jobs
|
interface |
PublishedWebService |
An object used to flag which JobDefinitions are published as web services.
|
interface |
PublishItem |
An item to be published to the reporting server
|
interface |
QueryCondition |
Condition that can be used to to filter objects.
|
interface |
QueryConditionValue |
Values provided by the user for the given QueryFilter / QueryCondition combination.
|
interface |
QueryFilter |
The queryFilter is used to create a filter for the ObjectType it refers to.
|
interface |
Queue |
Queue to which jobs are assigned
A queue is a logical grouping of jobs.
|
interface |
QueueAlertSource |
An alert raised by a queue
|
interface |
QueueAlertSourceStatus |
The specific queue status to match.
|
interface |
QueueProvider |
Process Servers that serve a queue.
|
interface |
R2WCatalog |
The details of the remote R2W catalog.
|
interface |
R2WCatalogAlias |
The aliases for a R2W catalog.
|
interface |
RaiseEvent |
This holds all of the fields common to JobRaiseEvent, JobDefinitionRaiseEvent and JobChainCallRaiseEvent.
|
interface |
Readable |
Marker interface that indicates an object that can be read using
the ModelEvent API.
|
interface |
RegistryEntry |
Registry entry storing product-specific configuration settings.
|
interface |
RELEntryPoint |
A published point of entry to a library that can be used by REL.
|
interface |
RemoteSystem |
Remote System describes another scheduler instance that this system cann connect to or receive connections from.
|
interface |
Report |
The definition of a Report
|
interface |
ReportColumn |
A column for the definition of the Report
|
interface |
ReportSelection |
The selection criteria for the results of a Report
|
interface |
ReportSort |
The sort order definition for a Report
|
interface |
Resource |
Resource needed by scripts and provided by process servers
Static resources are used for the assignment of jobs to process servers.
|
interface |
RestrictedSchedulerSessionSpecification |
The specifications for a restricted scheduler session
|
interface |
Root |
An internal abstraction for a standalone object.
|
interface |
RuntimeParameter |
A runtime parameter
|
interface |
SAPAbapProgram |
ABAP Program details.
|
interface |
SAPAbapProgramParameter |
ABAP program parameter.
|
interface |
SAPAbapVariant |
ABAP variant details.
|
interface |
SAPAbapVariantParameter |
This class has been deprecated, and should not be used.
|
interface |
SAPAbapVariantParameterValue |
ABAP variant parameter.
|
interface |
SAPAbapVariantSelopt |
ABAP variant select option.
|
interface |
SAPAbapVariantSeloptValue |
ABAP variant select option value.
|
interface |
SAPApplicationServer |
Settings relating to a SAP Application Server.
|
interface |
SAPApplicationServerGroup |
SAP Application Server Group.
|
interface |
SAPApplicationServerLoadFactor |
A factor for calculating the load of a SAP Application server.
|
interface |
SAPApplicationServerProvider |
SAP application servers of a group.
|
interface |
SAPArchiveDocumentType |
Archive document type.
|
interface |
SAPArchiveObject |
Archive object.
|
interface |
SAPBAEConfiguration |
SAP Business Application Enabler configuration.
|
interface |
SAPBAEConnector |
SAP Business Application Enabler connection settings.
|
interface |
SAPBatchEvent |
SAP batch event.
|
interface |
SAPCalendar |
SAP calendars.
|
interface |
SAPCommonSettings |
Common settings for various SAP interfaces.
|
interface |
SAPExternalCommand |
External Command details.
|
interface |
SAPInfoPackage |
InfoPackage details.
|
interface |
SAPInfoPackageGroup |
InfoPackageGroup.
|
interface |
SAPInfoPackageGroupStep |
Step of an InfoPackageGroup.
|
interface |
SAPJ2EEClient |
J2EE connection settings.
|
interface |
SAPLanguage |
SAP language.
|
interface |
SAPLogError |
Log errors.
|
interface |
SAPMassActivity |
Mass Activity
|
interface |
SAPMassActivityFieldParameter |
Mass Activity field parameter
|
interface |
SAPMassActivityFieldTable |
Mass Activity field table
|
interface |
SAPMassActivityFieldTableRow |
Mass Activity field table row.
|
interface |
SAPMassActivityFieldTableRowValue |
Mass Activity field table row value.
|
interface |
SAPMassActivityLayoutField |
Mass Activity field
|
interface |
SAPMassActivityObject |
Mass Activity object
|
interface |
SAPMassActivityParameter |
Mass Activity parameter
|
interface |
SAPMassActivityParameterSet |
Mass Activity parameter set
|
interface |
SAPMassActivityStructure |
Mass Activity structure.
|
interface |
SAPNWCallbackParameterMapping |
SAP NW callback parameter mapping.
|
interface |
SAPNWCallbackVariant |
SAP NW callback variant.
|
interface |
SAPNWCallbackVariantDetail |
SAP NW callback variant detail.
|
interface |
SAPOutputDevice |
Output Device.
|
interface |
SAPOutputFormat |
Output format.
|
interface |
SAPPIChannel |
SAP XI/PI channel.
|
interface |
SAPProcessChain |
Process Chain details.
|
interface |
SAPProcessDefinition |
Process definition.
|
interface |
SAPProcessRestart |
BW Process restart.
|
interface |
SAPRecipient |
SAP spool list recipient.
|
interface |
SAPScript |
SAP Script
|
interface |
SAPScriptAttribute |
These are the attributes that are needed by an SAP script.
|
interface |
SAPSystem |
Settings relating to a SAP System.
|
interface |
SAPUsernamePassword |
SAP username and password.
|
interface |
SAPXAL |
XAL connection settings.
|
interface |
SAPXBP |
XBP connection settings.
|
interface |
SAPXBPEventRule |
XBP event synchronization settings.
|
interface |
SAPXBPJobControlRule |
XBP job synchronization settings.
|
interface |
SAPXMW |
XMW connection settings.
|
interface |
SchedulerEntityAction |
An action that can be run at certain points of the job lifecycle.
|
interface |
Script |
This covers all of the JobDefinitionTypes that run "natively" on a system.
|
interface |
Service |
A Service is responsible processing JobDefinitions of a specific JobDefinitionType.
|
interface |
SoftwareGroup |
Files are grouped, making this a placeholder object.
|
interface |
SoftwareItem |
Represents a file.
|
interface |
Statistics |
Statistics object for process-related entities.
|
interface |
StatisticsSample |
Deprecated Class, do not use.
|
interface |
StatusHandler |
A status handler defines the behavior of the job chain after each step is completed.
|
interface |
Subject |
The list of subjects of security decisions.
|
interface |
SubjectGlobalPrivilegeGrant |
A mapping of which global privileges a subject has been granted.
|
interface |
SubjectGrant |
Common base-class for the privileges and roles that are assigned to a subject.
|
interface |
SubjectIsolationGroup |
A mapping of which subjects belong to which isolation groups.
|
interface |
SubjectObjectPrivilegeGrant |
A mapping of which privileges on an object have been granted to which subject.
|
interface |
SubjectObjectTypePrivilegeGrant |
A mapping of which privileges a subject has been granted to all objects of a given type.
|
interface |
SubjectPrivilegeGrant |
Common interface for grants of privileges.
|
interface |
SubjectRoleGrant |
A mapping of which User Subject has granted which Role Subject to which Subject.
|
interface |
SubmitFrame |
A submit frame controls how often a job is resubmitted.
|
interface |
SubmitFrameElement |
An element of a submit frame.
|
interface |
Table |
A user defined table.
|
interface |
TableDefinition |
A table definition for a user or system defined table.
|
interface |
TableDefinitionColumn |
A column definition for a user- or system-defined table.
|
interface |
TableDefinitionConstraint |
A constraint on a table definition.
|
interface |
TableDefinitionConstraintParameterMapping |
The parameters of a TableDefinitionConstraint.
|
interface |
TableValue |
A value in a user defined table.
|
interface |
TimeWindow |
Represents a period in time [start-moment, end-moment) defined as a union of TimeWindowIntervals.
|
interface |
TimeWindowElement |
Represents a period in time [start-moment, end-moment).
|
interface |
TimeZone |
A Time Zone.
|
interface |
Translation |
Translations for user-visible terms.
|
interface |
TranslationKey |
Key for translation lookups.
|
interface |
Trigger |
A library dependency for a script.
|
interface |
TriggerSource |
The source code for a Library
|
interface |
UniqueNamedApplicationObject |
Objects which must have a unique name and can belong to an Application.
|
interface |
UserMessage |
The UserMessage object for information pertaining to the User Message in the Process Monitor.
|
interface |
UserMessageAttachment |
The links to file for this message
|
interface |
UserMessageDefinition |
A user message job definition for cooperation
|
interface |
UserMessageDefinitionAttachment |
The files to attach to a UserMessageDefinition
|
interface |
UserMessageDefinitionParticipant |
The user/roles allowed to respond to a user message.
|
interface |
UserMessageDefinitionResponse |
The reply actions for a user message.
|
interface |
UserMessageHistory |
The history of the forward and delegation of a user message.
|
interface |
UserMessageParticipant |
The user/roles allowed to response to a user message.
|
interface |
Visualization |
Abstract base class for visualizations using applets
A Visualization defines user settings and content for an applet
visualization.
|
interface |
VisualizationAlert |
The visualization of alert sources, escalations and addresses
|
interface |
VisualizationAlertSource |
An alert source in an alert visualization
|
interface |
VisualizationProcessServerQueue |
The visualization of process servers and queues
|
interface |
VisualizationPSQProcessServer |
A process server in a process server and queue visualization
|
interface |
VisualizationPSQQueue |
A queue in a process server and queue visualization
|
interface |
VisualizationPSQText |
A text box in a process server and queue visualization
|
interface |
WaitEvent |
This holds all of the fields common to JobWaitEvent, JobDefinitionWaitEvent and JobChainCallWaitEvent.
|
interface |
WrappedJob |
Abstract base-class for objects that wrap a job internally.
|