Uses of Enum Class
org.activiti.spring.process.model.AssignmentDefinition.AssignmentType
Packages that use AssignmentDefinition.AssignmentType
-
Uses of AssignmentDefinition.AssignmentType in org.activiti.spring.process.model
Methods in org.activiti.spring.process.model that return AssignmentDefinition.AssignmentTypeModifier and TypeMethodDescriptionAssignmentDefinition.getType()Returns the enum constant of this class with the specified name.static AssignmentDefinition.AssignmentType[]AssignmentDefinition.AssignmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.activiti.spring.process.model with parameters of type AssignmentDefinition.AssignmentTypeModifier and TypeMethodDescriptionvoidAssignmentDefinition.setType(AssignmentDefinition.AssignmentType type) Constructors in org.activiti.spring.process.model with parameters of type AssignmentDefinition.AssignmentTypeModifierConstructorDescriptionAssignmentDefinition(String id, AssignmentDefinition.AssignmentEnum assignment, AssignmentDefinition.AssignmentType type, AssignmentDefinition.AssignmentMode mode)