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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionUpdateCaseDefinitionHistoryTimeToLiveCmd(String caseDefinitionId, Integer historyTimeToLive) 
- 
Method SummaryModifier and TypeMethodDescriptionexecute(CommandContext context) protected voidlogUserOperation(CommandContext commandContext, CaseDefinitionEntity caseDefinitionEntity) protected voidvalidate(Integer historyTimeToLive, CommandContext context) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
- 
Field Details- 
caseDefinitionId
- 
historyTimeToLive
 
- 
- 
Constructor Details- 
UpdateCaseDefinitionHistoryTimeToLiveCmd
 
- 
- 
Method Details- 
execute
- 
logUserOperationprotected void logUserOperation(CommandContext commandContext, CaseDefinitionEntity caseDefinitionEntity) 
- 
validate
 
-