Uses of Class
org.activiti.cloud.modeling.api.process.ModelScope
-
Packages that use ModelScope Package Description org.activiti.cloud.modeling.api org.activiti.cloud.modeling.api.process -
-
Uses of ModelScope in org.activiti.cloud.modeling.api
Methods in org.activiti.cloud.modeling.api that return ModelScope Modifier and Type Method Description ModelScopeModel. getScope()Methods in org.activiti.cloud.modeling.api with parameters of type ModelScope Modifier and Type Method Description voidModel. setScope(ModelScope scope) -
Uses of ModelScope in org.activiti.cloud.modeling.api.process
Methods in org.activiti.cloud.modeling.api.process that return ModelScope Modifier and Type Method Description static ModelScopeModelScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelScope[]ModelScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-