Uses of Interface
com.orchestranetworks.workflow.UserTask.WorkItem
Packages that use UserTask.WorkItem
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of UserTask.WorkItem in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return UserTask.WorkItemModifier and TypeMethodDescriptionUserTaskCreationContext.createWorkItem(CreationWorkItemSpec aCreationWorkItemSpec) This method creates a work item.UserTaskWorkItemCompletionContext.getCompletedWorkItem()Returns the state of the work item that has just been completed.ProcessInstanceStep.getUserTaskWorkItem()Returns the work item associated to the user task ornullif this step is not a user task.UserTaskResult.getWorkItem()Returns the associated work item.UserTaskUsersForAllocationCollectorContext.getWorkItem()Get the work item concerned by the allocation or reallocation.WorkflowEngine.getWorkItem(WorkItemKey aWorkItemKey) Returns information about the specified work item.WorkflowTriggerWorkItemContext.getWorkItem()Returns the work item just before the start.Methods in com.orchestranetworks.workflow that return types with arguments of type UserTask.WorkItemModifier and TypeMethodDescriptionWorkflowEngine.getAllWorkItems()Returns all the work items.ProcessInstanceStep.getUserTaskWorkItems()Returns the list of work items associated with the user task.ProcessInstance.getWorkItems()Returns the list of the current work items if this workflow is currently executing a user task.UserTaskResult.getWorkItems()Returns work items list:UserTask.WorkItem.WorkflowEngine.getWorkItemsAllocatedToUser(UserReference aUser) Returns all the work items allocated to a user.WorkflowEngine.getWorkItemsOfferedToRole(Role aRole) Returns all the work items offered to a role.WorkflowEngine.getWorkItemsOfferedToSession(Session aSession) Returns all the work items offered to a Session.WorkflowEngine.getWorkItemsOfferedToUser(UserReference aUser) Returns all the work items offered to a user.