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)
-
Field Details
-
decisionDefinitionId
-
historyTimeToLive
-
-
Constructor Details
-
UpdateDecisionDefinitionHistoryTimeToLiveCmd
-
-
Method Details
-
execute
-
checkAuthorization
-
logUserOperation
protected void logUserOperation(CommandContext commandContext, DecisionDefinitionEntity decisionDefinitionEntity) -
validate
-