org.jbpm.client
Class GetJobs

java.lang.Object
  extended by org.jbpm.client.GetJobs
All Implemented Interfaces:
java.io.Serializable, Command<java.util.List<Job<?>>>

public class GetJobs
extends java.lang.Object
implements Command<java.util.List<Job<?>>>

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
GetJobs()
           
 
Method Summary
 java.util.List<Job<?>> execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetJobs

public GetJobs()
Method Detail

execute

public java.util.List<Job<?>> execute(Environment environment)
                               throws java.lang.Exception
Specified by:
execute in interface Command<java.util.List<Job<?>>>
Throws:
java.lang.Exception