public class UpdateProcessDefinitionHistoryTimeToLiveCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
historyTimeToLive |
protected String |
processDefinitionId |
Constructor and Description |
---|
UpdateProcessDefinitionHistoryTimeToLiveCmd(String processDefinitionId,
Integer historyTimeToLive) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAuthorization(CommandContext commandContext) |
Void |
execute(CommandContext commandContext) |
protected void |
logUserOperation(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String processDefinitionId
protected Integer historyTimeToLive
public Void execute(CommandContext commandContext)
protected void checkAuthorization(CommandContext commandContext)
protected void logUserOperation(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity)
Copyright © 2022. All rights reserved.