Uses of Class
org.activiti.cloud.modeling.api.process.TaskVariableMapping.MappingType
-
Packages that use TaskVariableMapping.MappingType Package Description org.activiti.cloud.modeling.api.process -
-
Uses of TaskVariableMapping.MappingType in org.activiti.cloud.modeling.api.process
Methods in org.activiti.cloud.modeling.api.process that return TaskVariableMapping.MappingType Modifier and Type Method Description TaskVariableMapping.MappingTypeTaskVariableMapping. getMappingType()static TaskVariableMapping.MappingTypeTaskVariableMapping.MappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskVariableMapping.MappingType[]TaskVariableMapping.MappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.activiti.cloud.modeling.api.process with parameters of type TaskVariableMapping.MappingType Modifier and Type Method Description voidTaskVariableMapping. setMappingType(TaskVariableMapping.MappingType mappingType)
-