Uses of Interface
com.comalatech.workflow.model.Completion
Packages that use Completion
Package
Description
This package define the workflow related events
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 CompletionModifier and TypeMethodDescriptionTaskCompleteEvent.getCompletion()
Retrieves the task completion -
Uses of Completion in com.comalatech.workflow.model
Subinterfaces of Completion in com.comalatech.workflow.modelModifier and TypeInterfaceDescriptioninterface
Represents an approve or reject activity by a user on an approval.interface
Represents a partial approval: approvals from other approvers are still requiredinterface
Represents a partial rejection: there is at least one person who has given the same named approvalinterface
Represents an named rejection givenMethods in com.comalatech.workflow.model that return CompletionMethods in com.comalatech.workflow.model that return types with arguments of type CompletionModifier and TypeMethodDescriptionList<? extends Completion>
Task.getCompletions()
The list of completions of this task