Package org.camunda.bpm.engine.impl.cmd
Class SaveAuthorizationCmd
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.cmd.SaveAuthorizationCmd
 
- 
- All Implemented Interfaces:
- Command<Authorization>
 
 public class SaveAuthorizationCmd extends java.lang.Object implements Command<Authorization> - Author:
- Daniel Meyer
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected AuthorizationEntityauthorization
 - 
Constructor SummaryConstructors Constructor Description SaveAuthorizationCmd(Authorization authorization)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Authorizationexecute(CommandContext commandContext)protected java.util.Set<java.util.Map.Entry<Resources,java.util.function.Supplier<HistoryEvent>>>getHistoricInstanceResources(CommandContext commandContext)protected HistoryEventgetHistoricProcessInstance(CommandContext commandContext)protected HistoryEventgetHistoricTaskInstance(CommandContext commandContext)protected booleanisAny(java.lang.String resourceId)protected booleanisNullOrAny(java.lang.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, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 
- 
 
- 
- 
- 
Field Detail- 
authorizationprotected AuthorizationEntity authorization 
 
- 
 - 
Constructor Detail- 
SaveAuthorizationCmdpublic SaveAuthorizationCmd(Authorization authorization) 
 
- 
 - 
Method Detail- 
validateprotected void validate() 
 - 
executepublic Authorization execute(CommandContext commandContext) - Specified by:
- executein interface- Command<Authorization>
 
 - 
provideRemovalTimeprotected void provideRemovalTime(CommandContext commandContext) 
 - 
getHistoricInstanceResourcesprotected java.util.Set<java.util.Map.Entry<Resources,java.util.function.Supplier<HistoryEvent>>> getHistoricInstanceResources(CommandContext commandContext) 
 - 
provideRemovalTimeprotected void provideRemovalTime(HistoryEvent historicInstance) 
 - 
getHistoricProcessInstanceprotected HistoryEvent getHistoricProcessInstance(CommandContext commandContext) 
 - 
getHistoricTaskInstanceprotected HistoryEvent getHistoricTaskInstance(CommandContext commandContext) 
 - 
isNullOrAnyprotected boolean isNullOrAny(java.lang.String resourceId) 
 - 
isAnyprotected boolean isAny(java.lang.String resourceId) 
 - 
isResourceEqualToprotected boolean isResourceEqualTo(Resources resource) 
 
- 
 
-