Uses of Class
org.camunda.community.rest.client.dto.DeploymentResourceDto
Packages that use DeploymentResourceDto
-
Uses of DeploymentResourceDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return DeploymentResourceDtoModifier and TypeMethodDescriptionDeploymentApi.getDeploymentResource(String id, String resourceId) Get Resource Retrieves a deployment resource by resource id for the given deployment.DeploymentApi.getDeploymentResource(String id, String resourceId, Map<String, String> additionalHeaders) Get Resource Retrieves a deployment resource by resource id for the given deployment.Methods in org.camunda.community.rest.client.api that return types with arguments of type DeploymentResourceDtoModifier and TypeMethodDescriptionDeploymentApi.getDeploymentResources(String id) Get Resources Retrieves all deployment resources of a given deployment.DeploymentApi.getDeploymentResources(String id, Map<String, String> additionalHeaders) Get Resources Retrieves all deployment resources of a given deployment. -
Uses of DeploymentResourceDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return DeploymentResourceDto