wt.workflow.definer
Class WfAssignedActivityTemplate
java.lang.Object
wt.fc.WTObject
wt.fc.Item
wt.workflow.definer.WfTemplateObject
wt.workflow.definer.WfAssignedActivityTemplate
- All Implemented Interfaces:
- Externalizable, Serializable, AccessControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, NetFactor, ObjectMappable, Persistable, DisplayIdentification, WTContained, wt.recent.RecentlyVisited, wt.workflow.definer.WfNodeTemplate
public class WfAssignedActivityTemplate
- extends WfTemplateObject
- implements Externalizable
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:
WfAssignedActivity,
Serialized Form