Uses of Class
org.activiti.spring.process.model.AssignmentDefinition.AssignmentType
-
Packages that use AssignmentDefinition.AssignmentType Package Description org.activiti.spring.process.model -
-
Uses of AssignmentDefinition.AssignmentType in org.activiti.spring.process.model
Methods in org.activiti.spring.process.model that return AssignmentDefinition.AssignmentType Modifier and Type Method Description AssignmentDefinition.AssignmentTypeAssignmentDefinition. getType()static AssignmentDefinition.AssignmentTypeAssignmentDefinition.AssignmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignmentDefinition.AssignmentType[]AssignmentDefinition.AssignmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.activiti.spring.process.model with parameters of type AssignmentDefinition.AssignmentType Modifier and Type Method Description voidAssignmentDefinition. setType(AssignmentDefinition.AssignmentType type)Constructors in org.activiti.spring.process.model with parameters of type AssignmentDefinition.AssignmentType Constructor Description AssignmentDefinition(String id, AssignmentDefinition.AssignmentEnum assignment, AssignmentDefinition.AssignmentType type, AssignmentDefinition.AssignmentMode mode)
-