org.jbpm.pvm.internal.cmd
Class GetDeploymentResourceNamesCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.GetDeploymentResourceNamesCmd
All Implemented Interfaces:
java.io.Serializable, Command<java.util.Set<java.lang.String>>

public class GetDeploymentResourceNamesCmd
extends java.lang.Object
implements Command<java.util.Set<java.lang.String>>

Command used to retrieve all the resource names of a deployment. The resources itself can be retrieved using other commands (eg GetResourceAsStreamCmd).

Author:
jbarrez
See Also:
Serialized Form

Constructor Summary
GetDeploymentResourceNamesCmd(java.lang.String deploymentId)
           
 
Method Summary
 java.util.Set<java.lang.String> execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDeploymentResourceNamesCmd

public GetDeploymentResourceNamesCmd(java.lang.String deploymentId)
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.