Class UpdateCaseDefinitionHistoryTimeToLiveCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.UpdateCaseDefinitionHistoryTimeToLiveCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
public class UpdateCaseDefinitionHistoryTimeToLiveCmd
extends Object
implements Command<Void>, Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUpdateCaseDefinitionHistoryTimeToLiveCmd
(String caseDefinitionId, Integer historyTimeToLive) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext context) protected void
logUserOperation
(CommandContext commandContext, CaseDefinitionEntity caseDefinitionEntity) protected void
validate
(Integer historyTimeToLive, CommandContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
caseDefinitionId
-
historyTimeToLive
-
-
Constructor Details
-
UpdateCaseDefinitionHistoryTimeToLiveCmd
-
-
Method Details
-
execute
-
logUserOperation
protected void logUserOperation(CommandContext commandContext, CaseDefinitionEntity caseDefinitionEntity) -
validate
-