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