org.jbpm.pvm.internal.cmd
Class CreateDeploymentQueryCmd

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

public class CreateDeploymentQueryCmd
extends java.lang.Object
implements Command<DeploymentQueryImpl>

Author:
Tom Baeyens
See Also:
Serialized Form

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

Constructor Detail

CreateDeploymentQueryCmd

public CreateDeploymentQueryCmd()
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.