Package wt.workflow.definer
Class WfAssignedActivityTemplate
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.workflow.definer._WfTemplateObject
wt.workflow.definer.WfTemplateObject
wt.workflow.definer._WfAssignedActivityTemplate
wt.workflow.definer.WfAssignedActivityTemplate
- 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
@GenAsPersistable(superClass=WfTemplateObject.class,versions=3643218434025406576L,properties={@GeneratedProperty(name="principalRefList",type=wt.workflow.definer.PrincipalRefVector.class,javaDoc="List of principals to whom the activity will be assigned. The list is mantained in the form of a vector of references to principals.",accessors=@PropertyAccessors(getAccess=PROTECTED,setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="roleList",type=wt.workflow.definer.RoleVector.class,javaDoc="List of roles to be resolved into principals when the activity is started. The mapping between roles and principals is held by the owning process. This default mapping can be overridden if a specific project is passed when the activity is instantiated.",accessors=@PropertyAccessors(getAccess=PROTECTED,setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="taskName",type=java.lang.String.class,javaDoc="The task this assignment should invoke",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="sendNotification",type=boolean.class,javaDoc="Flag to indicate whether work should be delivered by email or not.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="actorRoleList",type=wt.workflow.definer.RoleVector.class,javaDoc="List of roles to whom the activity will be assigned. The list is mantained in the form of a vector of roles.",accessors=@PropertyAccessors(getAccess=PROTECTED,setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="variableRefList",type=wt.workflow.definer.VariableRefVector.class,javaDoc="List of variables that hold references to principals. These will become assignees for the activity . The list is mantained in the form of a vector of workflow variable names.",accessors=@PropertyAccessors(getAccess=PROTECTED,setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="projectRefList",type=wt.workflow.definer.ProjectRefVector.class,javaDoc="List of variables that hold references to projects. These will become assignees for the activity .",accessors=@PropertyAccessors(getAccess=PROTECTED,setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="teamReference",type=TeamReference.class,javaDoc="Identifies a local team to use for role resolution for the associated activities."),@GeneratedProperty(name="teamVariableName",type=java.lang.String.class,javaDoc="Identifies by name, the variable holding a project to use for role resolution"),@GeneratedProperty(name="instructions",type=java.lang.String.class,javaDoc="Holds instructions to the participant of how to perform task. The actual instructions are generated through variable substitution in every place a variable name occurs within curly brackets (\'{\' and \'}\'). Also HTML formatting is also allowed.",constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="signingRequired",type=boolean.class,initialValue="false",javaDoc="Used to determine if this Activity needs to be electronically signed at Task Completion."),@GeneratedProperty(name="teamTemplateReference",type=TeamTemplateReference.class,javaDoc="Identifies a team to use for role resolution for the associated activities."),@GeneratedProperty(name="teamRefList",type=wt.workflow.definer.TeamRefVector.class,javaDoc="List of variables that hold references to teams. The principals in these teams will become assignees for the activity .",accessors=@PropertyAccessors(getAccess=PROTECTED,setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000))},tableProperties=@TableProperties(compositeIndex1="parentTemplate.key.id"))
public class WfAssignedActivityTemplate
extends wt.workflow.definer._WfAssignedActivityTemplate
Template for creation of assigned activities. Contains a reference
to a principal and a role. One of the two must be null (but not both)
for the object to generate activity objects.
Serves as a factory for the generation of assined activities.
Use the newWfAssignedActivityTemplate static factory method(s),
not the WfAssignedActivityTemplate constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.workflow.definer._WfAssignedActivityTemplate
ACTOR_ROLE_LIST, EXTERNALIZATION_VERSION_UID, INSTRUCTIONS, PRINCIPAL_REF_LIST, PROJECT_REF_LIST, ROLE_LIST, SEND_NOTIFICATION, SIGNING_REQUIRED, TASK_NAME, TEAM_REF_LIST, TEAM_REFERENCE, TEAM_TEMPLATE_REFERENCE, TEAM_VARIABLE_NAME, VARIABLE_REF_LISTFields inherited from class wt.workflow.definer.WfTemplateObject
oldVersionId_3, R30_EXTERNALIZATION_VERSION_UID, R60_EXTERNALIZATION_VERSION_UID, SELF_VARIABLE_NAMEFields inherited from class wt.workflow.definer._WfTemplateObject
CATEGORY, CONTEXT_SIGNATURE, DESCRIPTION, DURATION, EVENT_CONFIGURATION, 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._WfAssignedActivityTemplate
getClassInfo, getConceptualClassname, getInstructions, getTaskName, getTeamReference, getTeamVariableName, getType, isSendNotification, isSigningRequired, readExternal, readExternal, readVersion, setInstructions, setSendNotification, setSigningRequired, setTaskName, setTeamReference, setTeamTemplateReference, setTeamVariableName, super_readExternal_WfAssignedActivityTemplate, super_readVersion_WfAssignedActivityTemplate, super_writeExternal_WfAssignedActivityTemplate, writeExternal, writeExternalMethods inherited from class wt.workflow.definer.WfTemplateObject
addOverdueNotificationRole, addUserEvent, getDestinationActions, getIdentity, getOverdueNotificationRoles, getParentLinkRef, getParentTemplate, getPredecessors, getSourceEvents, getSuccessors, getUserEvents, removeOverdueNotificationRole, removeUserEvent, setAttributes, setBasicAttributes, setLinkRef, setRouterAttributes, setVariableMappingMethods inherited from class wt.workflow.definer._WfTemplateObject
getCategory, getContainer, getContainerName, getContainerReference, getContextSignature, getDescription, getDuration, getEventConfiguration, getIconName, getName, getOverdueNotificationList, getProcessDuration, getResponsibleRole, getRouterType, getStartDelay, getStartProcessDelay, getTimePastDeadline, getTimeToDeadline, getUserEventList, getXCoord, getYCoord, 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_WfTemplateObjectMethods 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
checkAttributes