Uses of Class
org.activiti.cloud.modeling.api.process.ServiceTaskActionType
-
Packages that use ServiceTaskActionType Package Description org.activiti.cloud.modeling.api.process -
-
Uses of ServiceTaskActionType in org.activiti.cloud.modeling.api.process
Methods in org.activiti.cloud.modeling.api.process that return ServiceTaskActionType Modifier and Type Method Description static ServiceTaskActionTypeServiceTaskActionType. fromValue(String value)static ServiceTaskActionTypeServiceTaskActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceTaskActionType[]ServiceTaskActionType. 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 that return types with arguments of type ServiceTaskActionType Modifier and Type Method Description Map<ServiceTaskActionType,Map<String,ProcessVariableMapping>>TaskVariableMapping. getServiceTaskActionTypeMap()Methods in org.activiti.cloud.modeling.api.process with parameters of type ServiceTaskActionType Modifier and Type Method Description Map<String,ProcessVariableMapping>TaskVariableMapping. get(ServiceTaskActionType serviceTaskActionType)
-