org.jbpm.pvm.internal.cmd
Class CreateHistoryTaskQueryCmd

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

public class CreateHistoryTaskQueryCmd
extends java.lang.Object
implements Command<HistoryTaskQueryImpl>

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
CreateHistoryTaskQueryCmd()
           
 
Method Summary
 HistoryTaskQueryImpl execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateHistoryTaskQueryCmd

public CreateHistoryTaskQueryCmd()
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.