Package org.camunda.bpm.engine.impl.cmd
Class AddCommentCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AddCommentCmd
- All Implemented Interfaces:
Serializable
,Command<Comment>
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected ExecutionEntity
getExecution
(CommandContext commandContext) protected HistoricProcessInstanceEventEntity
getHistoricRootProcessInstance
(String rootProcessInstanceId) protected String
protected ExecutionEntity
getProcessInstance
(CommandContext commandContext) protected TaskEntity
getTask
(CommandContext commandContext) protected boolean
protected void
provideRemovalTime
(CommentEntity comment) 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
-
taskId
-
processInstanceId
-
message
-
-
Constructor Details
-
AddCommentCmd
-
-
Method Details
-
execute
-
getExecution
-
getProcessInstance
-
getTask
-
isHistoryRemovalTimeStrategyStart
protected boolean isHistoryRemovalTimeStrategyStart() -
getHistoryRemovalTimeStrategy
-
getHistoricRootProcessInstance
protected HistoricProcessInstanceEventEntity getHistoricRootProcessInstance(String rootProcessInstanceId) -
provideRemovalTime
-