org.jbpm.pvm.internal.cmd
Class DeleteCommentCmd

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

public class DeleteCommentCmd
extends AbstractCommand<java.lang.Object>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String commentId
           
 
Constructor Summary
DeleteCommentCmd(java.lang.String commentId)
           
 
Method Summary
 java.lang.Object 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
Constructor Detail

DeleteCommentCmd

public DeleteCommentCmd(java.lang.String commentId)
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.