public class UpdateDecisionDefinitionHistoryTimeToLiveCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | decisionDefinitionId | 
| protected Integer | historyTimeToLive | 
| Constructor and Description | 
|---|
| UpdateDecisionDefinitionHistoryTimeToLiveCmd(String decisionDefinitionId,
                                            Integer historyTimeToLive) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkAuthorization(CommandContext commandContext) | 
| Void | execute(CommandContext commandContext) | 
protected String decisionDefinitionId
protected Integer historyTimeToLive
public Void execute(CommandContext commandContext)
protected void checkAuthorization(CommandContext commandContext)
Copyright © 2018. All rights reserved.