org.camunda.bpm.engine.rest.sub.repository.impl
Class DeploymentResourcesResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
- All Implemented Interfaces:
- DeploymentResourcesResource
public class DeploymentResourcesResourceImpl
- extends Object
- implements DeploymentResourcesResource
- Author:
- Sebastian Menski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEDIA_TYPE_MAPPING
protected static final Map<String,String> MEDIA_TYPE_MAPPING
engine
protected final ProcessEngine engine
deploymentId
protected final String deploymentId
DeploymentResourcesResourceImpl
public DeploymentResourcesResourceImpl(ProcessEngine engine,
String deploymentId)
getDeploymentResources
public List<DeploymentResourceDto> getDeploymentResources()
- Specified by:
getDeploymentResources in interface DeploymentResourcesResource
getDeploymentResource
public DeploymentResourceDto getDeploymentResource(String resourceId)
- Specified by:
getDeploymentResource in interface DeploymentResourcesResource
getDeploymentResourceData
public javax.ws.rs.core.Response getDeploymentResourceData(String resourceId)
- Specified by:
getDeploymentResourceData in interface DeploymentResourcesResource
Copyright © 2016 camunda services GmbH. All rights reserved.