Uses of Class
org.camunda.bpm.engine.authorization.Resources
-
-
Uses of Resources in org.camunda.bpm.engine.authorization
Methods in org.camunda.bpm.engine.authorization that return Resources Modifier and Type Method Description static Resources
Resources. valueOf(String name)
Returns the enum constant of this type with the specified name.static Resources[]
Resources. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Resources in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type Resources Modifier and Type Method Description protected Set<Map.Entry<Resources,Supplier<HistoryEvent>>>
SaveAuthorizationCmd. getHistoricInstanceResources(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type Resources Modifier and Type Method Description protected boolean
SaveAuthorizationCmd. isResourceEqualTo(Resources resource)
-
Uses of Resources in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Resources Modifier and Type Method Description void
AuthorizationManager. deleteAuthorizationsByResourceIds(Resources resource, List<String> resourceIds)
-
Uses of Resources in org.camunda.bpm.qa.rolling.update.scenarios.authorization
Methods in org.camunda.bpm.qa.rolling.update.scenarios.authorization with parameters of type Resources Modifier and Type Method Description protected static Authorization
AuthorizationScenario. createAuthorization(AuthorizationService authorizationService, Permission permission, Resources resource, String userId)
-