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

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

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

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
protected  String deploymentId
           
 
Constructor Summary
GetDeploymentResourceNamesCmd(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

GetDeploymentResourceNamesCmd

public GetDeploymentResourceNamesCmd(String deploymentId)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.