Class DeploymentProcess
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DeploymentProcess
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class DeploymentProcess
extends Object
Deprecated.
A deployed process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.The bpmn process ID, as parsed during deployment, together with the version forms a unique identifier for a specific process definition.Deprecated.The assigned key, which acts as a unique identifier for this process.Deprecated.The assigned process version.Deprecated.The resource name from which this process was parsed.Deprecated.The tenant ID of the deployed process.int
hashCode()
Deprecated.processDefinitionId
(String processDefinitionId) Deprecated.processDefinitionKey
(Long processDefinitionKey) Deprecated.processDefinitionVersion
(Integer processDefinitionVersion) Deprecated.resourceName
(String resourceName) Deprecated.void
setProcessDefinitionId
(String processDefinitionId) Deprecated.void
setProcessDefinitionKey
(Long processDefinitionKey) Deprecated.void
setProcessDefinitionVersion
(Integer processDefinitionVersion) Deprecated.void
setResourceName
(String resourceName) Deprecated.void
setTenantId
(String tenantId) Deprecated.Deprecated.toString()
Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString
(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
DeploymentProcess
public DeploymentProcess()Deprecated.
-
-
Method Details
-
processDefinitionKey
Deprecated. -
getProcessDefinitionKey
Deprecated.The assigned key, which acts as a unique identifier for this process.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
Deprecated. -
processDefinitionId
Deprecated. -
getProcessDefinitionId
Deprecated.The bpmn process ID, as parsed during deployment, together with the version forms a unique identifier for a specific process definition.- Returns:
- processDefinitionId
-
setProcessDefinitionId
Deprecated. -
processDefinitionVersion
Deprecated. -
getProcessDefinitionVersion
Deprecated.The assigned process version.- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
Deprecated. -
resourceName
Deprecated. -
getResourceName
Deprecated.The resource name from which this process was parsed.- Returns:
- resourceName
-
setResourceName
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the deployed process.- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-