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

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

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

Author:
[email protected]
See Also:
Serialized Form

Field Summary
protected  String deploymentId
           
protected  String resourceId
           
 
Constructor Summary
GetDeploymentResourceForIdCmd(String deploymentId, String resourceId)
           
 
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

resourceId

protected String resourceId
Constructor Detail

GetDeploymentResourceForIdCmd

public GetDeploymentResourceForIdCmd(String deploymentId,
                                     String resourceId)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.