org.camunda.bpm.engine.impl.cmd
Class AddCommentCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AddCommentCmd
- All Implemented Interfaces:
- Serializable, Command<Comment>
public class AddCommentCmd
- extends Object
- implements Command<Comment>, Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskId
protected String taskId
processInstanceId
protected String processInstanceId
message
protected String message
AddCommentCmd
public AddCommentCmd(String taskId,
String processInstanceId,
String message)
execute
public Comment execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Comment>
Copyright © 2014 camunda services GmbH. All rights reserved.