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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUpdateCaseDefinitionHistoryTimeToLiveCmd(String caseDefinitionId, Integer historyTimeToLive) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidlogUserOperation(CommandContext commandContext, CaseDefinitionEntity caseDefinitionEntity) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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)
-