org.camunda.bpm.engine.rest.sub.repository
Interface DeploymentResourcesResource

All Known Implementing Classes:
DeploymentResourcesResourceImpl

public interface DeploymentResourcesResource

Author:
Sebastian Menski

Method Summary
 DeploymentResourceDto getDeploymentResource(String resourceId)
           
 javax.ws.rs.core.Response getDeploymentResourceData(String resourceId)
           
 List<DeploymentResourceDto> getDeploymentResources()
           
 

Method Detail

getDeploymentResources

List<DeploymentResourceDto> getDeploymentResources()

getDeploymentResource

DeploymentResourceDto getDeploymentResource(String resourceId)

getDeploymentResourceData

javax.ws.rs.core.Response getDeploymentResourceData(String resourceId)


Copyright © 2016 camunda services GmbH. All rights reserved.