Package org.camunda.bpm.engine.impl.cmd
Class UpdateDecisionDefinitionHistoryTimeToLiveCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.UpdateDecisionDefinitionHistoryTimeToLiveCmd
- All Implemented Interfaces:
Serializable,Command<Void>
public class UpdateDecisionDefinitionHistoryTimeToLiveCmd
extends Object
implements Command<Void>, Serializable
- Author:
- Svetlana Dorokhova
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUpdateDecisionDefinitionHistoryTimeToLiveCmd(String decisionDefinitionId, Integer historyTimeToLive) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckAuthorization(CommandContext commandContext) execute(CommandContext context) protected voidlogUserOperation(CommandContext commandContext, DecisionDefinitionEntity decisionDefinitionEntity) protected voidvalidate(Integer historyTimeToLive, CommandContext context) 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
-
decisionDefinitionId
-
historyTimeToLive
-
-
Constructor Details
-
UpdateDecisionDefinitionHistoryTimeToLiveCmd
-
-
Method Details
-
execute
-
checkAuthorization
-
logUserOperation
protected void logUserOperation(CommandContext commandContext, DecisionDefinitionEntity decisionDefinitionEntity) -
validate
-