Uses of Enum Class
org.camunda.bpm.engine.authorization.Resources
Packages that use Resources
Package
Description
-
Uses of Resources in org.camunda.bpm.engine.authorization
Methods in org.camunda.bpm.engine.authorization that return Resources -
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 ResourcesModifier and TypeMethodDescriptionprotected Set<Map.Entry<Resources,
Supplier<HistoryEvent>>> SaveAuthorizationCmd.getHistoricInstanceResources
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ResourcesModifier and TypeMethodDescriptionprotected 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 ResourcesModifier and TypeMethodDescriptionvoid
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 ResourcesModifier and TypeMethodDescriptionprotected static Authorization
AuthorizationScenario.createAuthorization
(AuthorizationService authorizationService, Permission permission, Resources resource, String userId)