Uses of Class
org.flowable.bpmn.model.Assignment
-
Packages that use Assignment Package Description org.flowable.bpmn.model -
-
Uses of Assignment in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type Assignment Modifier and Type Field Description protected List<Assignment>DataAssociation. assignmentsMethods in org.flowable.bpmn.model that return Assignment Modifier and Type Method Description AssignmentAssignment. clone()Methods in org.flowable.bpmn.model that return types with arguments of type Assignment Modifier and Type Method Description List<Assignment>DataAssociation. getAssignments()Methods in org.flowable.bpmn.model with parameters of type Assignment Modifier and Type Method Description voidAssignment. setValues(Assignment otherAssignment)Method parameters in org.flowable.bpmn.model with type arguments of type Assignment Modifier and Type Method Description voidDataAssociation. setAssignments(List<Assignment> assignments)
-