public class UpdateCaseDefinitionHistoryTimeToLiveCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
caseDefinitionId |
protected Integer |
historyTimeToLive |
Constructor and Description |
---|
UpdateCaseDefinitionHistoryTimeToLiveCmd(String caseDefinitionId,
Integer historyTimeToLive) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected void |
logUserOperation(CommandContext commandContext,
CaseDefinitionEntity caseDefinitionEntity) |
protected String caseDefinitionId
protected Integer historyTimeToLive
public Void execute(CommandContext commandContext)
protected void logUserOperation(CommandContext commandContext, CaseDefinitionEntity caseDefinitionEntity)
Copyright © 2022. All rights reserved.