public class DeploymentApi extends Object
Constructor and Description |
---|
DeploymentApi() |
DeploymentApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
createDeployment(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data)
Create
Creates a deployment.
|
okhttp3.Call |
createDeploymentAsync(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data,
ApiCallback<DeploymentWithDefinitionsDto> _callback)
Create (asynchronously)
Creates a deployment.
|
okhttp3.Call |
createDeploymentCall(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data,
ApiCallback _callback)
Build call for createDeployment
|
ApiResponse<DeploymentWithDefinitionsDto> |
createDeploymentWithHttpInfo(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data)
Create
Creates a deployment.
|
void |
deleteDeployment(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a deployment by id.
|
okhttp3.Call |
deleteDeploymentAsync(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a deployment by id.
|
okhttp3.Call |
deleteDeploymentCall(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteDeployment
|
ApiResponse<Void> |
deleteDeploymentWithHttpInfo(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a deployment by id.
|
ApiClient |
getApiClient() |
DeploymentDto |
getDeployment(String id)
Get
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
okhttp3.Call |
getDeploymentAsync(String id,
ApiCallback<DeploymentDto> _callback)
Get (asynchronously)
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
okhttp3.Call |
getDeploymentCall(String id,
ApiCallback _callback)
Build call for getDeployment
|
DeploymentResourceDto |
getDeploymentResource(String id,
String resourceId)
Get Resource
Retrieves a deployment resource by resource id for the given deployment.
|
okhttp3.Call |
getDeploymentResourceAsync(String id,
String resourceId,
ApiCallback<DeploymentResourceDto> _callback)
Get Resource (asynchronously)
Retrieves a deployment resource by resource id for the given deployment.
|
okhttp3.Call |
getDeploymentResourceCall(String id,
String resourceId,
ApiCallback _callback)
Build call for getDeploymentResource
|
File |
getDeploymentResourceData(String id,
String resourceId)
Get Resource (Binary)
Retrieves the binary content of a deployment resource for the given deployment by id.
|
okhttp3.Call |
getDeploymentResourceDataAsync(String id,
String resourceId,
ApiCallback<File> _callback)
Get Resource (Binary) (asynchronously)
Retrieves the binary content of a deployment resource for the given deployment by id.
|
okhttp3.Call |
getDeploymentResourceDataCall(String id,
String resourceId,
ApiCallback _callback)
Build call for getDeploymentResourceData
|
ApiResponse<File> |
getDeploymentResourceDataWithHttpInfo(String id,
String resourceId)
Get Resource (Binary)
Retrieves the binary content of a deployment resource for the given deployment by id.
|
List<DeploymentResourceDto> |
getDeploymentResources(String id)
Get Resources
Retrieves all deployment resources of a given deployment.
|
okhttp3.Call |
getDeploymentResourcesAsync(String id,
ApiCallback<List<DeploymentResourceDto>> _callback)
Get Resources (asynchronously)
Retrieves all deployment resources of a given deployment.
|
okhttp3.Call |
getDeploymentResourcesCall(String id,
ApiCallback _callback)
Build call for getDeploymentResources
|
ApiResponse<List<DeploymentResourceDto>> |
getDeploymentResourcesWithHttpInfo(String id)
Get Resources
Retrieves all deployment resources of a given deployment.
|
ApiResponse<DeploymentResourceDto> |
getDeploymentResourceWithHttpInfo(String id,
String resourceId)
Get Resource
Retrieves a deployment resource by resource id for the given deployment.
|
List<DeploymentDto> |
getDeployments(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for deployments that fulfill given parameters.
|
okhttp3.Call |
getDeploymentsAsync(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<DeploymentDto>> _callback)
Get List (asynchronously)
Queries for deployments that fulfill given parameters.
|
okhttp3.Call |
getDeploymentsCall(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getDeployments
|
CountResultDto |
getDeploymentsCount(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before)
Get List Count
Queries for the number of deployments that fulfill given parameters.
|
okhttp3.Call |
getDeploymentsCountAsync(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of deployments that fulfill given parameters.
|
okhttp3.Call |
getDeploymentsCountCall(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
ApiCallback _callback)
Build call for getDeploymentsCount
|
ApiResponse<CountResultDto> |
getDeploymentsCountWithHttpInfo(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before)
Get List Count
Queries for the number of deployments that fulfill given parameters.
|
ApiResponse<List<DeploymentDto>> |
getDeploymentsWithHttpInfo(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for deployments that fulfill given parameters.
|
ApiResponse<DeploymentDto> |
getDeploymentWithHttpInfo(String id)
Get
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
DeploymentWithDefinitionsDto |
redeploy(String id,
RedeploymentDto redeploymentDto)
Redeploy
Re-deploys an existing deployment.
|
okhttp3.Call |
redeployAsync(String id,
RedeploymentDto redeploymentDto,
ApiCallback<DeploymentWithDefinitionsDto> _callback)
Redeploy (asynchronously)
Re-deploys an existing deployment.
|
okhttp3.Call |
redeployCall(String id,
RedeploymentDto redeploymentDto,
ApiCallback _callback)
Build call for redeploy
|
ApiResponse<DeploymentWithDefinitionsDto> |
redeployWithHttpInfo(String id,
RedeploymentDto redeploymentDto)
Redeploy
Re-deploys an existing deployment.
|
void |
setApiClient(ApiClient apiClient) |
public DeploymentApi()
public DeploymentApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createDeploymentCall(String tenantId, String deploymentSource, Boolean deployChangedOnly, Boolean enableDuplicateFiltering, String deploymentName, File data, ApiCallback _callback) throws ApiException
tenantId
- The tenant id for the deployment to be created. (optional)deploymentSource
- The source for the deployment to be created. (optional)deployChangedOnly
- A flag indicating whether the process engine should perform duplicate checking on a per-resource basis. If set to true, only those resources that have actually changed are deployed. Checks are made against resources included previous deployments of the same name and only against the latest versions of those resources. If set to true, the option enable-duplicate-filtering is overridden and set to true. (optional, default to false)enableDuplicateFiltering
- A flag indicating whether the process engine should perform duplicate checking for the deployment or not. This allows you to check if a deployment with the same name and the same resouces already exists and if true, not create a new deployment but instead return the existing deployment. The default value is false. (optional, default to false)deploymentName
- The name for the deployment to be created. (optional)data
- The binary data to create the deployment resource. It is possible to have more than one form part with different form part names for the binary data to create a deployment. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DeploymentWithDefinitionsDto createDeployment(String tenantId, String deploymentSource, Boolean deployChangedOnly, Boolean enableDuplicateFiltering, String deploymentName, File data) throws ApiException
tenantId
- The tenant id for the deployment to be created. (optional)deploymentSource
- The source for the deployment to be created. (optional)deployChangedOnly
- A flag indicating whether the process engine should perform duplicate checking on a per-resource basis. If set to true, only those resources that have actually changed are deployed. Checks are made against resources included previous deployments of the same name and only against the latest versions of those resources. If set to true, the option enable-duplicate-filtering is overridden and set to true. (optional, default to false)enableDuplicateFiltering
- A flag indicating whether the process engine should perform duplicate checking for the deployment or not. This allows you to check if a deployment with the same name and the same resouces already exists and if true, not create a new deployment but instead return the existing deployment. The default value is false. (optional, default to false)deploymentName
- The name for the deployment to be created. (optional)data
- The binary data to create the deployment resource. It is possible to have more than one form part with different form part names for the binary data to create a deployment. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeploymentWithDefinitionsDto> createDeploymentWithHttpInfo(String tenantId, String deploymentSource, Boolean deployChangedOnly, Boolean enableDuplicateFiltering, String deploymentName, File data) throws ApiException
tenantId
- The tenant id for the deployment to be created. (optional)deploymentSource
- The source for the deployment to be created. (optional)deployChangedOnly
- A flag indicating whether the process engine should perform duplicate checking on a per-resource basis. If set to true, only those resources that have actually changed are deployed. Checks are made against resources included previous deployments of the same name and only against the latest versions of those resources. If set to true, the option enable-duplicate-filtering is overridden and set to true. (optional, default to false)enableDuplicateFiltering
- A flag indicating whether the process engine should perform duplicate checking for the deployment or not. This allows you to check if a deployment with the same name and the same resouces already exists and if true, not create a new deployment but instead return the existing deployment. The default value is false. (optional, default to false)deploymentName
- The name for the deployment to be created. (optional)data
- The binary data to create the deployment resource. It is possible to have more than one form part with different form part names for the binary data to create a deployment. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createDeploymentAsync(String tenantId, String deploymentSource, Boolean deployChangedOnly, Boolean enableDuplicateFiltering, String deploymentName, File data, ApiCallback<DeploymentWithDefinitionsDto> _callback) throws ApiException
tenantId
- The tenant id for the deployment to be created. (optional)deploymentSource
- The source for the deployment to be created. (optional)deployChangedOnly
- A flag indicating whether the process engine should perform duplicate checking on a per-resource basis. If set to true, only those resources that have actually changed are deployed. Checks are made against resources included previous deployments of the same name and only against the latest versions of those resources. If set to true, the option enable-duplicate-filtering is overridden and set to true. (optional, default to false)enableDuplicateFiltering
- A flag indicating whether the process engine should perform duplicate checking for the deployment or not. This allows you to check if a deployment with the same name and the same resouces already exists and if true, not create a new deployment but instead return the existing deployment. The default value is false. (optional, default to false)deploymentName
- The name for the deployment to be created. (optional)data
- The binary data to create the deployment resource. It is possible to have more than one form part with different form part names for the binary data to create a deployment. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteDeploymentCall(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback _callback) throws ApiException
id
- The id of the deployment to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this deployment should be deleted. (optional, default to false)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- `true`, if all input/output mappings should not be invoked. (optional, default to false)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteDeployment(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
id
- The id of the deployment to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this deployment should be deleted. (optional, default to false)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- `true`, if all input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteDeploymentWithHttpInfo(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
id
- The id of the deployment to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this deployment should be deleted. (optional, default to false)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- `true`, if all input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteDeploymentAsync(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback<Void> _callback) throws ApiException
id
- The id of the deployment to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this deployment should be deleted. (optional, default to false)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- `true`, if all input/output mappings should not be invoked. (optional, default to false)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeploymentCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the deployment. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DeploymentDto getDeployment(String id) throws ApiException
id
- The id of the deployment. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeploymentDto> getDeploymentWithHttpInfo(String id) throws ApiException
id
- The id of the deployment. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeploymentAsync(String id, ApiCallback<DeploymentDto> _callback) throws ApiException
id
- The id of the deployment. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeploymentResourceCall(String id, String resourceId, ApiCallback _callback) throws ApiException
id
- The id of the deployment (required)resourceId
- The id of the deployment resource (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DeploymentResourceDto getDeploymentResource(String id, String resourceId) throws ApiException
id
- The id of the deployment (required)resourceId
- The id of the deployment resource (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeploymentResourceDto> getDeploymentResourceWithHttpInfo(String id, String resourceId) throws ApiException
id
- The id of the deployment (required)resourceId
- The id of the deployment resource (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeploymentResourceAsync(String id, String resourceId, ApiCallback<DeploymentResourceDto> _callback) throws ApiException
id
- The id of the deployment (required)resourceId
- The id of the deployment resource (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeploymentResourceDataCall(String id, String resourceId, ApiCallback _callback) throws ApiException
id
- The id of the deployment. (required)resourceId
- The id of the deployment resource. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getDeploymentResourceData(String id, String resourceId) throws ApiException
id
- The id of the deployment. (required)resourceId
- The id of the deployment resource. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getDeploymentResourceDataWithHttpInfo(String id, String resourceId) throws ApiException
id
- The id of the deployment. (required)resourceId
- The id of the deployment resource. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeploymentResourceDataAsync(String id, String resourceId, ApiCallback<File> _callback) throws ApiException
id
- The id of the deployment. (required)resourceId
- The id of the deployment resource. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeploymentResourcesCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the deployment to retrieve the deployment resources for. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<DeploymentResourceDto> getDeploymentResources(String id) throws ApiException
id
- The id of the deployment to retrieve the deployment resources for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<DeploymentResourceDto>> getDeploymentResourcesWithHttpInfo(String id) throws ApiException
id
- The id of the deployment to retrieve the deployment resources for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeploymentResourcesAsync(String id, ApiCallback<List<DeploymentResourceDto>> _callback) throws ApiException
id
- The id of the deployment to retrieve the deployment resources for. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeploymentsCall(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, ApiCallback _callback) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<DeploymentDto> getDeployments(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<DeploymentDto>> getDeploymentsWithHttpInfo(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeploymentsAsync(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, ApiCallback<List<DeploymentDto>> _callback) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeploymentsCountCall(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before, ApiCallback _callback) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto getDeploymentsCount(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> getDeploymentsCountWithHttpInfo(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeploymentsCountAsync(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, Date after, Date before, ApiCallback<CountResultDto> _callback) throws ApiException
id
- Filter by deployment id (optional)name
- Filter by the deployment name. Exact match. (optional)nameLike
- Filter by the deployment name that the parameter is a substring of. The parameter can include the wildcard `%` to express like-strategy such as: starts with (`%`name), ends with (name`%`) or contains (`%`name`%`). (optional)source
- Filter by the deployment source. (optional)withoutSource
- Filter by the deployment source whereby source is equal to `null`. (optional, default to false)tenantIdIn
- Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids. (optional)withoutTenantId
- Only include deployments which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional, default to false)includeDeploymentsWithoutTenantId
- Include deployments which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional, default to false)after
- Restricts to all deployments after the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)before
- Restricts to all deployments before the given date. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call redeployCall(String id, RedeploymentDto redeploymentDto, ApiCallback _callback) throws ApiException
id
- The id of the deployment to re-deploy. (required)redeploymentDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DeploymentWithDefinitionsDto redeploy(String id, RedeploymentDto redeploymentDto) throws ApiException
id
- The id of the deployment to re-deploy. (required)redeploymentDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeploymentWithDefinitionsDto> redeployWithHttpInfo(String id, RedeploymentDto redeploymentDto) throws ApiException
id
- The id of the deployment to re-deploy. (required)redeploymentDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call redeployAsync(String id, RedeploymentDto redeploymentDto, ApiCallback<DeploymentWithDefinitionsDto> _callback) throws ApiException
id
- The id of the deployment to re-deploy. (required)redeploymentDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.