Uses of Class
com.orchestranetworks.workflow.CreationWorkItemSpec
Packages that use CreationWorkItemSpec
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of CreationWorkItemSpec in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return CreationWorkItemSpecModifier and TypeMethodDescriptionstatic CreationWorkItemSpecCreationWorkItemSpec.forAllocation(UserReference allocatedTo) Allows to directly create a work item allocated to the specified user.static CreationWorkItemSpecCreationWorkItemSpec.forAllocationWithPossibleReallocation(UserReference allocatedTo, Role offeredTo) Allows to create a work item allocated to the specified user with the possibility to reallocate it.static CreationWorkItemSpecCreationWorkItemSpec.forAllocationWithPossibleReallocation(UserReference allocatedTo, Collection<Profile> offeredToProfiles) Allows to create a work item allocated to the specified user with the possibility to reallocate to a profile contained in offeredToProfiles.static CreationWorkItemSpecCreationWorkItemSpec.forNone()static CreationWorkItemSpecAllows to create a work item offered to the specified role.static CreationWorkItemSpecCreationWorkItemSpec.forOfferring(Profile offeredOrAllocatedTo) Allows to create a work item offered or allocated to the specified profile.static CreationWorkItemSpecCreationWorkItemSpec.forOfferring(Collection<Profile> offeredToProfiles) Allows to create a work item for a profile list.Methods in com.orchestranetworks.workflow with parameters of type CreationWorkItemSpecModifier and TypeMethodDescriptionUserTaskCreationContext.createWorkItem(CreationWorkItemSpec aCreationWorkItemSpec) This method creates a work item.