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

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

public class GetDeploymentResourceCmd
extends Object
implements Command<InputStream>, Serializable

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
protected  String deploymentId
           
protected  String resourceName
           
 
Constructor Summary
GetDeploymentResourceCmd(String deploymentId, String resourceName)
           
 
Method Summary
 InputStream 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

resourceName

protected String resourceName
Constructor Detail

GetDeploymentResourceCmd

public GetDeploymentResourceCmd(String deploymentId,
                                String resourceName)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.