Uses of Class
org.camunda.bpm.engine.authorization.BatchPermissions
-
Packages that use BatchPermissions Package Description org.camunda.bpm.engine.authorization -
-
Uses of BatchPermissions in org.camunda.bpm.engine.authorization
Methods in org.camunda.bpm.engine.authorization that return BatchPermissions Modifier and Type Method Description static BatchPermissions
BatchPermissions. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchPermissions[]
BatchPermissions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-