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 CompletionTaskCompleteEvent. 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 interfaceApprovalRepresents an approve or reject activity by a user on an approval.interfacePartialApprovalRepresents a partial approval: approvals from other approvers are still requiredinterfacePartialRejectionRepresents a partial rejection: there is at least one person who has given the same named approvalinterfaceRejectionRepresents an named rejection givenMethods in com.comalatech.workflow.model that return Completion Modifier and Type Method Description CompletionTask. 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 
 -