Class WfTemplateObject

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.workflow.definer._WfTemplateObject
wt.workflow.definer.WfTemplateObject
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, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.recent.RecentlyVisited, wt.workflow.definer._WfNodeTemplate, wt.workflow.definer.WfNodeTemplate
Direct Known Subclasses:
wt.workflow.definer._WfAssignedActivityTemplate, wt.workflow.definer._WfContainerTemplate

@GenAsPersistable(superClass=Item.class,interfaces={wt.workflow.definer.WfNodeTemplate.class,WTContained.class},versions=5191617799619553046L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Human readable, descriptive identifier of the execution object.",accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000,required=true)),@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="Description of the execution object.",accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="category",type=wt.workflow.definer.WfTemplateCategory.class,javaDoc="Classification attribute.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="contextSignature",type=ProcessDataInfo.class,supportedAPI=PUBLIC,javaDoc="Map between variable names and their types.",accessors=@PropertyAccessors(setExceptions={}),columnProperties=@ColumnProperties(columnType=INLINE_BLOB)),@GeneratedProperty(name="iconName",type=java.lang.String.class,javaDoc="Name of the icon associated with object."),@GeneratedProperty(name="duration",type=TimeToElapse.class,javaDoc="Time allowed for the object instantiated from the template to complete.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="processDuration",type=TimeToElapse.class,javaDoc="Time allowed for the object instantiated from the template to complete, counting from the start of the host process execution.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="eventConfiguration",type=WfEventConfiguration.class,javaDoc="Stores information about which events are stored and/or emitted during execution of the derived process. This attribute is initialized with the defaults specified in the wt.properties file.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="startDelay",type=TimeToElapse.class,javaDoc="Time in milliseconds the execution of the derived instance should delay measured from the start transition is issued.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="startProcessDelay",type=TimeToElapse.class,javaDoc="Time in milliseconds the execution of the derived instance should delay measured from the start of the hosting process.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="timeToDeadline",type=TimeToElapse.class,javaDoc="Time in milliseconds the execution before the deadline is reached that a notification is sent to the appropriate parties."),@GeneratedProperty(name="timePastDeadline",type=TimeToElapse.class,javaDoc="Time in milliseconds the execution after the deadline is reached that a notification is sent to the appropriate parties."),@GeneratedProperty(name="responsibleRole",type=Role.class,javaDoc="Role responsible for taking action when the execution object becomes overdue or an exception/abort occurs.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="overdueNotificationList",type=wt.workflow.definer.RoleVector.class,javaDoc="List of roles of people to be notifified if the execution object becomes overdue.",accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="parentLinkRef",type=ObjectReference.class,javaDoc="Reference to the ProcessStepTemplateLink that associates the template object to its parent template. Null in cases of template objects that are not embedded. <p>Note: the storage of a reference to the link is for performance reasons, to avoid navigating to the link.",accessors=@PropertyAccessors(getAccess=PROTECTED,setExceptions={}))}) public abstract class WfTemplateObject extends _WfTemplateObject
WfTemplateObject is the base class for the workflow definition objects. It defines meta information about data flow behavior and other attributes.

The association of transitions to expressions is accomplished using the definer service.

Supported API: true

Extendable: false

See Also: