Package wt.workflow.definer
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:
-
Field Summary
Fields inherited from class wt.workflow.definer._WfTemplateObject
CATEGORY, CONTEXT_SIGNATURE, DESCRIPTION, DURATION, EVENT_CONFIGURATION, EXTERNALIZATION_VERSION_UID, ICON_NAME, NAME, OVERDUE_NOTIFICATION_LIST, PARENT_LINK_REF, PROCESS_DURATION, RESPONSIBLE_ROLE, START_DELAY, START_PROCESS_DELAY, TIME_PAST_DEADLINE, TIME_TO_DEADLINEFields inherited from class wt.fc.Item
SIMPLE_X10_UID, VERSION_40_UID, VERSION_51_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.workflow.definer._WfNodeTemplate
PARENT_TEMPLATE, ROUTER_TYPE, USER_EVENT_LIST, X_COORD, Y_COORDFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class wt.workflow.definer._WfTemplateObject
getCategory, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getContextSignature, getDescription, getDuration, getEventConfiguration, getIconName, getName, getOverdueNotificationList, getProcessDuration, getResponsibleRole, getRouterType, getStartDelay, getStartProcessDelay, getTimePastDeadline, getTimeToDeadline, getType, getUserEventList, getXCoord, getYCoord, readExternal, readExternal, readVersion, setCategory, setContainer, setContainerReference, setContextSignature, setDescription, setDuration, setEventConfiguration, setIconName, setName, setOverdueNotificationList, setParentLinkRef, setParentTemplate, setProcessDuration, setResponsibleRole, setRouterType, setStartDelay, setStartProcessDelay, setTimePastDeadline, setTimeToDeadline, setUserEventList, setXCoord, setYCoord, super_readExternal_WfTemplateObject, super_readVersion_WfTemplateObject, super_writeExternal_WfTemplateObject, writeExternal, writeExternalMethods inherited from class wt.fc._Item
getAdministrativeLock, getDomainRef, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setInheritedDomain, setSecurityLabels, super_readExternal_Item, super_readVersion_Item, super_writeExternal_ItemMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributesMethods inherited from interface wt.workflow.definer.WfNodeTemplate
createWfNode