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