Package com.orchestranetworks.workflow
Interface WorkflowTriggerWorkItemAllocationContext
- All Superinterfaces:
DataContextReadOnly,ProcessExecutionContext,ProcessExecutionInfoContext,WorkflowTriggerContext,WorkflowTriggerStepContext,WorkflowTriggerWorkItemAuthenticatedContext,WorkflowTriggerWorkItemContext
- All Known Subinterfaces:
WorkflowTriggerBeforeWorkItemAllocationContext,WorkflowTriggerBeforeWorkItemReallocationContext
public interface WorkflowTriggerWorkItemAllocationContext
extends WorkflowTriggerWorkItemAuthenticatedContext
Context for handling the event related to work item allocations.
- Since:
- 5.5.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
ProcessExecutionContext.WorkflowPermission -
Method Summary
Modifier and TypeMethodDescriptionReturns the user to whom the work item will be allocated.Methods inherited from interface com.orchestranetworks.workflow.DataContextReadOnly
getVariableNames, getVariableString, isVariableDefinedMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
createMailSpec, getProcessInstanceDescription, getProcessInstanceLabel, modifyProcessPriorityMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionInfoContext
getProcessInstance, getProcessInstanceCreator, getProcessInstanceKey, getProfileForPermission, getPublishedProcessKey, getRepositoryMethods inherited from interface com.orchestranetworks.workflow.WorkflowTriggerStepContext
getCurrentStepIdMethods inherited from interface com.orchestranetworks.workflow.WorkflowTriggerWorkItemAuthenticatedContext
getSessionMethods inherited from interface com.orchestranetworks.workflow.WorkflowTriggerWorkItemContext
getWorkItem
-
Method Details
-
getUserReference
UserReference getUserReference()Returns the user to whom the work item will be allocated.
-