org.camunda.bpm.engine.rest.sub.repository.impl
Class DeploymentResourcesResourceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
All Implemented Interfaces:
DeploymentResourcesResource

public class DeploymentResourcesResourceImpl
extends Object
implements DeploymentResourcesResource

Author:
Sebastian Menski

Field Summary
protected  String deploymentId
           
protected  ProcessEngine engine
           
protected static Map<String,String> MEDIA_TYPE_MAPPING
           
 
Constructor Summary
DeploymentResourcesResourceImpl(ProcessEngine engine, String deploymentId)
           
 
Method Summary
 DeploymentResourceDto getDeploymentResource(String resourceId)
           
 javax.ws.rs.core.Response getDeploymentResourceData(String resourceId)
           
 List<DeploymentResourceDto> getDeploymentResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEDIA_TYPE_MAPPING

protected static final Map<String,String> MEDIA_TYPE_MAPPING

engine

protected final ProcessEngine engine

deploymentId

protected final String deploymentId
Constructor Detail

DeploymentResourcesResourceImpl

public DeploymentResourcesResourceImpl(ProcessEngine engine,
                                       String deploymentId)
Method Detail

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.