Package org.camunda.bpm.engine.impl.cmd
Class SaveAuthorizationCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SaveAuthorizationCmd
- All Implemented Interfaces:
Command<Authorization>
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected Set<Map.Entry<Resources,
Supplier<HistoryEvent>>> getHistoricInstanceResources
(CommandContext commandContext) protected HistoryEvent
getHistoricProcessInstance
(CommandContext commandContext) protected HistoryEvent
getHistoricTaskInstance
(CommandContext commandContext) protected boolean
protected boolean
isNullOrAny
(String resourceId) protected boolean
isResourceEqualTo
(Resources resource) protected void
provideRemovalTime
(HistoryEvent historicInstance) protected void
provideRemovalTime
(CommandContext commandContext) protected void
validate()
-
Field Details
-
authorization
-
-
Constructor Details
-
SaveAuthorizationCmd
-
-
Method Details
-
validate
protected void validate() -
execute
- Specified by:
execute
in interfaceCommand<Authorization>
-
provideRemovalTime
-
getHistoricInstanceResources
protected Set<Map.Entry<Resources,Supplier<HistoryEvent>>> getHistoricInstanceResources(CommandContext commandContext) -
provideRemovalTime
-
getHistoricProcessInstance
-
getHistoricTaskInstance
-
isNullOrAny
-
isAny
-
isResourceEqualTo
-