Uses of Class
com.orchestranetworks.workflow.UserTask.CompletionStrategy
Packages that use UserTask.CompletionStrategy
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of UserTask.CompletionStrategy in com.orchestranetworks.workflow
Fields in com.orchestranetworks.workflow declared as UserTask.CompletionStrategyModifier and TypeFieldDescriptionstatic final UserTask.CompletionStrategyUserTask.CompletionStrategy.ALL_WORK_ITEMS_ACCEPTEDTerminates the current task when all work items have been accepted.static final UserTask.CompletionStrategyUserTask.CompletionStrategy.ALL_WORK_ITEMS_ACCEPTED_BUT_ONETerminates current task when all work items except one have been accepted.static final UserTask.CompletionStrategyUserTask.CompletionStrategy.ALL_WORK_ITEMS_ACCEPTED_OR_ANY_REJECTEDTerminates current task either when all work items have been accepted, or as soon as one work item has been rejected.static final UserTask.CompletionStrategyUserTask.CompletionStrategy.ALL_WORK_ITEMS_COMPLETEDTerminates current task when all work items have been either accepted or rejected.static final UserTask.CompletionStrategyUserTask.CompletionStrategy.ANY_WORK_ITEM_ACCEPTEDTerminates current task as soon as one work item has been accepted.static final UserTask.CompletionStrategyUserTask.CompletionStrategy.AT_LEAST_HALF_WORK_ITEMS_ACCEPTEDTerminates current task as soon as half of the work items have been accepted.Fields in com.orchestranetworks.workflow with type parameters of type UserTask.CompletionStrategyModifier and TypeFieldDescriptionstatic final Set<UserTask.CompletionStrategy>UserTask.CompletionStrategy.IGNORE_REJECT_STRATEGIESMethods in com.orchestranetworks.workflow that return UserTask.CompletionStrategyModifier and TypeMethodDescriptionUserTaskWorkItemCompletionContext.getCompletionStrategyProperty()Returns the user task completion strategy.static UserTask.CompletionStrategyUserTask.CompletionStrategy.getDefaultStrategy()Returns the default task termination criteria.ProcessInstanceStep.getUserTaskCompletionStrategy()Returns the end criteria of the user task.static UserTask.CompletionStrategyReturns theCompletionStrategyfor the specified string.