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
-
Constructor Summary
ConstructorDescriptionUpdateDecisionDefinitionHistoryTimeToLiveCmd
(String decisionDefinitionId, Integer historyTimeToLive) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkAuthorization
(CommandContext commandContext) execute
(CommandContext context) protected void
logUserOperation
(CommandContext commandContext, DecisionDefinitionEntity decisionDefinitionEntity) 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
-
decisionDefinitionId
-
historyTimeToLive
-
-
Constructor Details
-
UpdateDecisionDefinitionHistoryTimeToLiveCmd
-
-
Method Details
-
execute
-
checkAuthorization
-
logUserOperation
protected void logUserOperation(CommandContext commandContext, DecisionDefinitionEntity decisionDefinitionEntity) -
validate
-