Uses of Interface
com.comalatech.workflow.model.Assignment
-
Packages that use Assignment 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 Assignment in com.comalatech.workflow.event
Methods in com.comalatech.workflow.event that return Assignment Modifier and Type Method Description Assignment
AssignmentEvent. getAssignment()
Provides the assignment record -
Uses of Assignment in com.comalatech.workflow.model
Methods in com.comalatech.workflow.model that return Assignment Modifier and Type Method Description Assignment
Task. getCurrentAssignment()
Retrieves the current assignment for the task.Assignment
State. getLastAssignment()
Deprecated.state assignment is no longer supported.Assignment
Task. getLastAssignment()
Retrieves the current assignment for the task.Methods in com.comalatech.workflow.model that return types with arguments of type Assignment Modifier and Type Method Description java.util.List<? extends Assignment>
State. getAssignments()
Returns a list of assignments on this state.java.util.List<? extends Assignment>
Task. getAssignments()
The list of assignment of this task
-