org.jbpm.pvm.internal.cmd
Class GetParticipantsCmd

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

public class GetParticipantsCmd
extends AbstractCommand<java.util.List<Participation>>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String swimlaneId
           
protected  java.lang.String taskId
           
 
Constructor Summary
GetParticipantsCmd(java.lang.String taskId, java.lang.String swimlaneId)
           
 
Method Summary
 java.util.List<Participation> 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

taskId

protected java.lang.String taskId

swimlaneId

protected java.lang.String swimlaneId
Constructor Detail

GetParticipantsCmd

public GetParticipantsCmd(java.lang.String taskId,
                          java.lang.String swimlaneId)
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.