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) | 
protected String processDefinitionId
protected Integer historyTimeToLive
public Void execute(CommandContext commandContext)
protected void checkAuthorization(CommandContext commandContext)
protected void logUserOperation(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity)
Copyright © 2018. All rights reserved.