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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected Set<Map.Entry<Resources,Supplier<HistoryEvent>>> getHistoricInstanceResources(CommandContext commandContext) protected HistoryEventgetHistoricProcessInstance(CommandContext commandContext) protected HistoryEventgetHistoricTaskInstance(CommandContext commandContext) protected booleanprotected booleanisNullOrAny(String resourceId) protected booleanisResourceEqualTo(Resources resource) protected voidprovideRemovalTime(HistoryEvent historicInstance) protected voidprovideRemovalTime(CommandContext commandContext) protected voidvalidate()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
- 
Field Details- 
authorization
 
- 
- 
Constructor Details- 
SaveAuthorizationCmd
 
- 
- 
Method Details- 
validateprotected void validate()
- 
execute- Specified by:
- executein interface- Command<Authorization>
 
- 
provideRemovalTime
- 
getHistoricInstanceResourcesprotected Set<Map.Entry<Resources,Supplier<HistoryEvent>>> getHistoricInstanceResources(CommandContext commandContext) 
- 
provideRemovalTime
- 
getHistoricProcessInstance
- 
getHistoricTaskInstance
- 
isNullOrAny
- 
isAny
- 
isResourceEqualTo
 
-