public class SaveAuthorizationCmd extends Object implements Command<Authorization>
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationEntity |
authorization |
| Constructor and Description |
|---|
SaveAuthorizationCmd(Authorization authorization) |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
execute(CommandContext commandContext) |
protected HistoryEvent |
getHistoricTaskInstance(CommandContext commandContext) |
protected boolean |
isAny(String historicTaskInstanceId) |
protected boolean |
isHistoricTaskInstanceResource() |
protected void |
provideRemovalTime(HistoryEvent historicInstance) |
protected void |
validate() |
protected AuthorizationEntity authorization
public SaveAuthorizationCmd(Authorization authorization)
protected void validate()
public Authorization execute(CommandContext commandContext)
execute in interface Command<Authorization>protected void provideRemovalTime(HistoryEvent historicInstance)
protected HistoryEvent getHistoricTaskInstance(CommandContext commandContext)
protected boolean isAny(String historicTaskInstanceId)
protected boolean isHistoricTaskInstanceResource()
Copyright © 2013–2020 camunda services GmbH. All rights reserved.