org.jbpm.pvm.internal.cmd
Class CreateProcessDefinitionQueryCmd

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

public class CreateProcessDefinitionQueryCmd
extends java.lang.Object
implements Command<ProcessDefinitionQueryImpl>

Author:
Tom Baeyens
See Also:
Serialized Form

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

Constructor Detail

CreateProcessDefinitionQueryCmd

public CreateProcessDefinitionQueryCmd()
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.