org.camunda.bpm.engine.impl.cmd
Class GetDeploymentResourcesCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetDeploymentResourcesCmd
All Implemented Interfaces:
Serializable, Command<List>

public class GetDeploymentResourcesCmd
extends Object
implements Command<List>, Serializable

Author:
[email protected]
See Also:
Serialized Form

Field Summary
protected  String deploymentId
           
 
Constructor Summary
GetDeploymentResourcesCmd(String deploymentId)
           
 
Method Summary
 List execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentId

protected String deploymentId
Constructor Detail

GetDeploymentResourcesCmd

public GetDeploymentResourcesCmd(String deploymentId)
Method Detail

execute

public List execute(CommandContext commandContext)
Specified by:
execute in interface Command<List>


Copyright © 2016 camunda services GmbH. All rights reserved.