Uses of Interface
com.comalatech.workflow.model.Assignment
Packages that use Assignment
Package
Description
This package define the workflow related events
This package define the Ad hoc Workflows object model
-
Uses of Assignment in com.comalatech.workflow.event
Methods in com.comalatech.workflow.event that return Assignment -
Uses of Assignment in com.comalatech.workflow.model
Methods in com.comalatech.workflow.model that return AssignmentModifier and TypeMethodDescriptionTask.getCurrentAssignment()
Retrieves the current assignment for the task.State.getLastAssignment()
Deprecated.state assignment is no longer supported.Task.getLastAssignment()
Retrieves the current assignment for the task.Methods in com.comalatech.workflow.model that return types with arguments of type AssignmentModifier and TypeMethodDescriptionList<? extends Assignment>
State.getAssignments()
Returns a list of assignments on this state.List<? extends Assignment>
Task.getAssignments()
The list of assignment of this task