org.jbpm.pvm.internal.cmd
Class GetTaskCommentsCmd

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

public class GetTaskCommentsCmd
extends AbstractCommand<java.util.List<HistoryComment>>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String taskId
           
 
Constructor Summary
GetTaskCommentsCmd(java.lang.String taskId)
           
 
Method Summary
 java.util.List<HistoryComment> execute(Environment environment)
           
protected  void forceInitializationAndClean(java.util.List<? extends HistoryComment> comments)
           
 
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

taskId

protected java.lang.String taskId
Constructor Detail

GetTaskCommentsCmd

public GetTaskCommentsCmd(java.lang.String taskId)
Method Detail

execute

public java.util.List<HistoryComment> execute(Environment environment)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

forceInitializationAndClean

protected void forceInitializationAndClean(java.util.List<? extends HistoryComment> comments)


Copyright © 2010 JBoss Community. All Rights Reserved.