Class DeploymentProcess
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DeploymentProcess
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[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 TypeMethodDescriptionbooleanDeprecated.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.inthashCode()Deprecated.processDefinitionId(String processDefinitionId) Deprecated.processDefinitionKey(Long processDefinitionKey) Deprecated.processDefinitionVersion(Integer processDefinitionVersion) Deprecated.resourceName(String resourceName) Deprecated.voidsetProcessDefinitionId(String processDefinitionId) Deprecated.voidsetProcessDefinitionKey(Long processDefinitionKey) Deprecated.voidsetProcessDefinitionVersion(Integer processDefinitionVersion) Deprecated.voidsetResourceName(String resourceName) Deprecated.voidsetTenantId(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
-