Uses of Interface
com.comalatech.workflow.model.Completion
-
Packages that use Completion Package Description com.comalatech.workflow.event This package define the workflow related eventscom.comalatech.workflow.model This package define the Ad hoc Workflows object model -
-
Uses of Completion in com.comalatech.workflow.event
Methods in com.comalatech.workflow.event that return Completion Modifier and Type Method Description Completion
TaskCompleteEvent. getCompletion()
Retrieves the task completion -
Uses of Completion in com.comalatech.workflow.model
Subinterfaces of Completion in com.comalatech.workflow.model Modifier and Type Interface Description interface
Approval
Represents an approve or reject activity by a user on an approval.interface
PartialApproval
Represents a partial approval: approvals from other approvers are still requiredinterface
PartialRejection
Represents a partial rejection: there is at least one person who has given the same named approvalinterface
Rejection
Represents an named rejection givenMethods in com.comalatech.workflow.model that return Completion Modifier and Type Method Description Completion
Task. getLastCompletion()
Retrieves the last completionMethods in com.comalatech.workflow.model that return types with arguments of type Completion Modifier and Type Method Description java.util.List<? extends Completion>
Task. getCompletions()
The list of completions of this task
-