org.camunda.bpm.engine.impl.cmd
Class GetDeploymentResourceCmd
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentId
protected String deploymentId
resourceName
protected String resourceName
GetDeploymentResourceCmd
public GetDeploymentResourceCmd(String deploymentId,
String resourceName)
execute
public InputStream execute(CommandContext commandContext)
- Specified by:
execute in interface Command<InputStream>
Copyright © 2017 camunda services GmbH. All rights reserved.