org.camunda.bpm.engine.impl.cmd
Class AddCommentCmd

java.lang.Object
  extended by 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

Field Summary
protected  String message
           
protected  String processInstanceId
           
protected  String taskId
           
 
Constructor Summary
AddCommentCmd(String taskId, String processInstanceId, String message)
           
 
Method Summary
 Comment execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskId

protected String taskId

processInstanceId

protected String processInstanceId

message

protected String message
Constructor Detail

AddCommentCmd

public AddCommentCmd(String taskId,
                     String processInstanceId,
                     String message)
Method Detail

execute

public Comment execute(CommandContext commandContext)
Specified by:
execute in interface Command<Comment>


Copyright © 2014 camunda services GmbH. All rights reserved.