org.jbpm.pvm.internal.cmd
Class AddReplyCommentCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.AbstractCommand<HistoryComment>
      extended by org.jbpm.pvm.internal.cmd.AddReplyCommentCmd
All Implemented Interfaces:
java.io.Serializable, Command<HistoryComment>

public class AddReplyCommentCmd
extends AbstractCommand<HistoryComment>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String commentId
           
protected  java.lang.String message
           
 
Constructor Summary
AddReplyCommentCmd(java.lang.String commentId, java.lang.String message)
           
 
Method Summary
 HistoryComment execute(Environment environment)
           
 
Methods inherited from class org.jbpm.pvm.internal.cmd.AbstractCommand
getAuthenticatedUserId, setAuthenticatedUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commentId

protected java.lang.String commentId

message

protected java.lang.String message
Constructor Detail

AddReplyCommentCmd

public AddReplyCommentCmd(java.lang.String commentId,
                          java.lang.String message)
Method Detail

execute

public HistoryComment execute(Environment environment)
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.