Package org.activiti.engine.impl.cmd
Class AddCommentCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.AddCommentCmd
-
-
Constructor Summary
Constructors Constructor Description AddCommentCmd(String taskId, String processInstanceId, String message)AddCommentCmd(String taskId, String processInstanceId, String type, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Commentexecute(CommandContext commandContext)protected CommentexecuteInternal(CommandContext commandContext, String processDefinitionId)protected StringgetSuspendedExceptionMessage()protected StringgetSuspendedTaskException()
-
-
-
Method Detail
-
execute
public Comment execute(CommandContext commandContext)
-
executeInternal
protected Comment executeInternal(CommandContext commandContext, String processDefinitionId)
-
getSuspendedTaskException
protected String getSuspendedTaskException()
-
getSuspendedExceptionMessage
protected String getSuspendedExceptionMessage()
-
-