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