Uses of Class
org.camunda.community.rest.client.dto.DeploymentDto
Packages that use DeploymentDto
-
Uses of DeploymentDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return DeploymentDtoModifier and TypeMethodDescriptionDeploymentApi.getDeployment(String id) Get Retrieves a deployment by id, according to the `Deployment` interface of the engine.DeploymentApi.getDeployment(String id, Map<String, String> additionalHeaders) Get Retrieves a deployment by id, according to the `Deployment` interface of the engine.Methods in org.camunda.community.rest.client.api that return types with arguments of type DeploymentDtoModifier and TypeMethodDescriptionDeploymentApi.getDeployments(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, OffsetDateTime after, OffsetDateTime before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for deployments that fulfill given parameters.DeploymentApi.getDeployments(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, OffsetDateTime after, OffsetDateTime before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for deployments that fulfill given parameters. -
Uses of DeploymentDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return DeploymentDtoModifier and TypeMethodDescriptionDeploymentDto.addLinksItem(AtomLink linksItem) DeploymentDto.deploymentTime(OffsetDateTime deploymentTime)