Class ActivatedJob
java.lang.Object
io.camunda.zeebe.client.protocol.rest.ActivatedJob
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class ActivatedJob
extends Object
Deprecated.
ActivatedJob
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomHeaders(Map<String, Object> customHeaders) Deprecated.Deprecated.Deprecated.elementInstanceKey(Long elementInstanceKey) Deprecated.booleanDeprecated.Deprecated.a set of custom headers defined during modelling; returned as a serialized JSON documentDeprecated.when the job can be activated again, sent as a UNIX epoch timestampDeprecated.the associated task element IDDeprecated.the unique key identifying the associated task, unique within the scope of the process instanceDeprecated.the key, a unique identifier for the jobDeprecated.the bpmn process ID of the job's process definitionDeprecated.the key of the job's process definitionDeprecated.the version of the job's process definitionDeprecated.the job's process instance key©Deprecated.the amount of retries left to this job (should always be positive)Deprecated.The ID of the tenant that owns the jobgetType()Deprecated.the type of the job (should match what was requested)Deprecated.All variables visible to the task scope, computed at activation timeDeprecated.the name of the worker which activated this jobinthashCode()Deprecated.Deprecated.processDefinitionId(String processDefinitionId) Deprecated.processDefinitionKey(Long processDefinitionKey) Deprecated.processDefinitionVersion(Integer processDefinitionVersion) Deprecated.processInstanceKey(Long processInstanceKey) Deprecated.putCustomHeadersItem(String key, Object customHeadersItem) Deprecated.putVariablesItem(String key, Object variablesItem) Deprecated.Deprecated.voidsetCustomHeaders(Map<String, Object> customHeaders) Deprecated.voidsetDeadline(Long deadline) Deprecated.voidsetElementId(String elementId) Deprecated.voidsetElementInstanceKey(Long elementInstanceKey) Deprecated.voidDeprecated.voidsetProcessDefinitionId(String processDefinitionId) Deprecated.voidsetProcessDefinitionKey(Long processDefinitionKey) Deprecated.voidsetProcessDefinitionVersion(Integer processDefinitionVersion) Deprecated.voidsetProcessInstanceKey(Long processInstanceKey) Deprecated.voidsetRetries(Integer retries) Deprecated.voidsetTenantId(String tenantId) Deprecated.voidDeprecated.voidsetVariables(Map<String, Object> variables) Deprecated.voidDeprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.Deprecated.Deprecated.
-
Field Details
-
JSON_PROPERTY_JOB_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_TYPE
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_ELEMENT_ID
Deprecated.- See Also:
-
JSON_PROPERTY_CUSTOM_HEADERS
Deprecated.- See Also:
-
JSON_PROPERTY_WORKER
Deprecated.- See Also:
-
JSON_PROPERTY_RETRIES
Deprecated.- See Also:
-
JSON_PROPERTY_DEADLINE
Deprecated.- See Also:
-
JSON_PROPERTY_VARIABLES
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
ActivatedJob
public ActivatedJob()Deprecated.
-
-
Method Details
-
jobKey
Deprecated. -
getJobKey
Deprecated.the key, a unique identifier for the job- Returns:
- jobKey
-
setJobKey
Deprecated. -
processInstanceKey
Deprecated. -
getProcessInstanceKey
Deprecated.the job's process instance key©- Returns:
- processInstanceKey
-
setProcessInstanceKey
Deprecated. -
processDefinitionKey
Deprecated. -
getProcessDefinitionKey
Deprecated.the key of the job's process definition- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
Deprecated. -
elementInstanceKey
Deprecated. -
getElementInstanceKey
Deprecated.the unique key identifying the associated task, unique within the scope of the process instance- Returns:
- elementInstanceKey
-
setElementInstanceKey
Deprecated. -
type
Deprecated. -
getType
Deprecated.the type of the job (should match what was requested)- Returns:
- type
-
setType
Deprecated. -
processDefinitionId
Deprecated. -
getProcessDefinitionId
Deprecated.the bpmn process ID of the job's process definition- Returns:
- processDefinitionId
-
setProcessDefinitionId
Deprecated. -
processDefinitionVersion
Deprecated. -
getProcessDefinitionVersion
Deprecated.the version of the job's process definition- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
Deprecated. -
elementId
Deprecated. -
getElementId
Deprecated.the associated task element ID- Returns:
- elementId
-
setElementId
Deprecated. -
customHeaders
Deprecated. -
putCustomHeadersItem
Deprecated. -
getCustomHeaders
Deprecated.a set of custom headers defined during modelling; returned as a serialized JSON document- Returns:
- customHeaders
-
setCustomHeaders
Deprecated. -
worker
Deprecated. -
getWorker
Deprecated.the name of the worker which activated this job- Returns:
- worker
-
setWorker
Deprecated. -
retries
Deprecated. -
getRetries
Deprecated.the amount of retries left to this job (should always be positive)- Returns:
- retries
-
setRetries
Deprecated. -
deadline
Deprecated. -
getDeadline
Deprecated.when the job can be activated again, sent as a UNIX epoch timestamp- Returns:
- deadline
-
setDeadline
Deprecated. -
variables
Deprecated. -
putVariablesItem
Deprecated. -
getVariables
Deprecated.All variables visible to the task scope, computed at activation time- Returns:
- variables
-
setVariables
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The ID of the tenant that owns the job- 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
-