Package wt.workflow.engine
Class _WfExecutionObject
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.workflow.engine._WfExecutionObject
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.notify._Notifiable,Notifiable,wt.recent.RecentlyVisited
- Direct Known Subclasses:
WfExecutionObject
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionInput and output data for the execution object.getName()Human readable, descriptive identifier of the execution object.longRelative priority of the execution object in the set of all objects of a given type.voidsetContext(ProcessData context) Input and output data for the execution object.voidHuman readable, descriptive identifier of the execution object.voidsetPriority(long priority) Relative priority of the execution object in the set of all objects of a given type.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
NAME
Human readable, descriptive identifier of the execution object.Supported API: true
- See Also:
-
PRIORITY
Relative priority of the execution object in the set of all objects of a given type. Valid values are numbers between one and five, with three being "normal" and one as the "highest" priority.Supported API: true
- See Also:
-
CONTEXT
Input and output data for the execution object. The context is described by a set of named variables (also called "attributes" or "properties"). These variables can be both read and written by the object. The context for a process correspond to the global data for all process activities. For activities, it is possible to map its (local) variables onto process (global) variables. This mapping provides the way by which activities communicate data.Supported API: true
- See Also:
-
-
Method Details
-
getName
Human readable, descriptive identifier of the execution object.Supported API: true
- See Also:
-
setName
Human readable, descriptive identifier of the execution object.Supported API: true
- See Also:
-
getPriority
public long getPriority()Relative priority of the execution object in the set of all objects of a given type. Valid values are numbers between one and five, with three being "normal" and one as the "highest" priority.Supported API: true
- See Also:
-
setPriority
public void setPriority(long priority) Relative priority of the execution object in the set of all objects of a given type. Valid values are numbers between one and five, with three being "normal" and one as the "highest" priority.Supported API: true
- See Also:
-
getContext
Input and output data for the execution object. The context is described by a set of named variables (also called "attributes" or "properties"). These variables can be both read and written by the object. The context for a process correspond to the global data for all process activities. For activities, it is possible to map its (local) variables onto process (global) variables. This mapping provides the way by which activities communicate data.Supported API: true
- See Also:
-
setContext
Input and output data for the execution object. The context is described by a set of named variables (also called "attributes" or "properties"). These variables can be both read and written by the object. The context for a process correspond to the global data for all process activities. For activities, it is possible to map its (local) variables onto process (global) variables. This mapping provides the way by which activities communicate data.Supported API: true
- See Also:
-