org.jbpm.pvm.internal.cmd
Class CreateHistoryProcessInstanceQueryCmd

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

public class CreateHistoryProcessInstanceQueryCmd
extends java.lang.Object
implements Command<HistoryProcessInstanceQueryImpl>

Author:
Tom Baeyens
See Also:
Serialized Form

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

Constructor Detail

CreateHistoryProcessInstanceQueryCmd

public CreateHistoryProcessInstanceQueryCmd()
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.