Class HistoricVariableInstanceDto
java.lang.Object
org.camunda.community.rest.client.dto.HistoricVariableInstanceDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class HistoricVariableInstanceDto
extends Object
HistoricVariableInstanceDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityInstanceId(String activityInstanceId) caseDefinitionId(String caseDefinitionId) caseDefinitionKey(String caseDefinitionKey) caseExecutionId(String caseExecutionId) caseInstanceId(String caseInstanceId) createTime(OffsetDateTime createTime) booleanerrorMessage(String errorMessage) executionId(String executionId) The id of the activity instance in which the variable is valid.org.openapitools.jackson.nullable.JsonNullable<String>The id of the case definition the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The key of the case definition the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The case execution id the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The case instance id the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The time the variable was inserted.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>An error message in case a Java Serialized Object could not be de-serialized.org.openapitools.jackson.nullable.JsonNullable<String>The execution id the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the variable instance.org.openapitools.jackson.nullable.JsonNullable<String>getName()The name of the variable instance.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process definition the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The key of the process definition the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The process instance id the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The time after which the variable should be removed by the History Cleanup job.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The process instance id of the root process instance that initiated the process containing this variable.org.openapitools.jackson.nullable.JsonNullable<String>getState()The current state of the variable.org.openapitools.jackson.nullable.JsonNullable<String>The id of the task the variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the tenant that this variable instance belongs to.org.openapitools.jackson.nullable.JsonNullable<String>getType()The value type of the variable.org.openapitools.jackson.nullable.JsonNullable<String>getValue()Can be any value - string, number, boolean, array or object.org.openapitools.jackson.nullable.JsonNullable<Object>A JSON object containing additional, value-type-dependent properties.inthashCode()processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceId(String processInstanceId) putValueInfoItem(String key, Object valueInfoItem) removalTime(OffsetDateTime removalTime) rootProcessInstanceId(String rootProcessInstanceId) voidsetActivityInstanceId(String activityInstanceId) voidsetActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId) voidsetCaseDefinitionId(String caseDefinitionId) voidsetCaseDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionId) voidsetCaseDefinitionKey(String caseDefinitionKey) voidsetCaseDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionKey) voidsetCaseExecutionId(String caseExecutionId) voidsetCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId) voidsetCaseInstanceId(String caseInstanceId) voidsetCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) voidsetCreateTime(OffsetDateTime createTime) voidsetCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime) voidsetErrorMessage(String errorMessage) voidsetErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) voidsetExecutionId(String executionId) voidsetExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidsetRemovalTime(OffsetDateTime removalTime) voidsetRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) voidsetRootProcessInstanceId(String rootProcessInstanceId) voidsetRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) voidvoidsetState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> state) voidvoidsetTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidvoidsetValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> value) voidsetValueInfo(Map<String, Object> valueInfo) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUE_INFO
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_ACTIVITY_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_CASE_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_CASE_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_CASE_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_TASK_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_CREATE_TIME
- See Also:
-
JSON_PROPERTY_REMOVAL_TIME
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_ID
- See Also:
-
-
Constructor Details
-
HistoricVariableInstanceDto
public HistoricVariableInstanceDto()
-
-
Method Details
-
value
-
getValue
Can be any value - string, number, boolean, array or object. **Note**: Not every endpoint supports every type.- Returns:
- value
-
getValue_JsonNullable
-
setValue_JsonNullable
-
setValue
-
type
-
getType
The value type of the variable.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
valueInfo
-
putValueInfoItem
-
getValueInfo
A JSON object containing additional, value-type-dependent properties. For serialized variables of type Object, the following properties can be provided: * `objectTypeName`: A string representation of the object's type name. * `serializationDataFormat`: The serialization format used to store the variable. For serialized variables of type File, the following properties can be provided: * `filename`: The name of the file. This is not the variable name but the name that will be used when downloading the file again. * `mimetype`: The MIME type of the file that is being uploaded. * `encoding`: The encoding of the file that is being uploaded. The following property can be provided for all value types: * `transient`: Indicates whether the variable should be transient or not. See [documentation](https://docs.camunda.org/manual/7.21/user-guide/process-engine/variables#transient-variables) for more informations. (Not applicable for `decision-definition`, ` /process-instance/variables-async`, and `/migration/executeAsync` endpoints)- Returns:
- valueInfo
-
setValueInfo
-
id
-
getId
The id of the variable instance.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
name
-
getName
The name of the variable instance.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
processDefinitionKey
-
getProcessDefinitionKey
The key of the process definition the variable instance belongs to.- Returns:
- processDefinitionKey
-
getProcessDefinitionKey_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionKey_JsonNullable() -
setProcessDefinitionKey_JsonNullable
public void setProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) -
setProcessDefinitionKey
-
processDefinitionId
-
getProcessDefinitionId
The id of the process definition the variable instance belongs to.- Returns:
- processDefinitionId
-
getProcessDefinitionId_JsonNullable
-
setProcessDefinitionId_JsonNullable
public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) -
setProcessDefinitionId
-
processInstanceId
-
getProcessInstanceId
The process instance id the variable instance belongs to.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
executionId
-
getExecutionId
The execution id the variable instance belongs to.- Returns:
- executionId
-
getExecutionId_JsonNullable
-
setExecutionId_JsonNullable
public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) -
setExecutionId
-
activityInstanceId
-
getActivityInstanceId
The id of the activity instance in which the variable is valid.- Returns:
- activityInstanceId
-
getActivityInstanceId_JsonNullable
-
setActivityInstanceId_JsonNullable
public void setActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId) -
setActivityInstanceId
-
caseDefinitionKey
-
getCaseDefinitionKey
The key of the case definition the variable instance belongs to.- Returns:
- caseDefinitionKey
-
getCaseDefinitionKey_JsonNullable
-
setCaseDefinitionKey_JsonNullable
public void setCaseDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionKey) -
setCaseDefinitionKey
-
caseDefinitionId
-
getCaseDefinitionId
The id of the case definition the variable instance belongs to.- Returns:
- caseDefinitionId
-
getCaseDefinitionId_JsonNullable
-
setCaseDefinitionId_JsonNullable
public void setCaseDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionId) -
setCaseDefinitionId
-
caseInstanceId
-
getCaseInstanceId
The case instance id the variable instance belongs to.- Returns:
- caseInstanceId
-
getCaseInstanceId_JsonNullable
-
setCaseInstanceId_JsonNullable
public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) -
setCaseInstanceId
-
caseExecutionId
-
getCaseExecutionId
The case execution id the variable instance belongs to.- Returns:
- caseExecutionId
-
getCaseExecutionId_JsonNullable
-
setCaseExecutionId_JsonNullable
public void setCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId) -
setCaseExecutionId
-
taskId
-
getTaskId
The id of the task the variable instance belongs to.- Returns:
- taskId
-
getTaskId_JsonNullable
-
setTaskId_JsonNullable
-
setTaskId
-
tenantId
-
getTenantId
The id of the tenant that this variable instance belongs to.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
errorMessage
-
getErrorMessage
An error message in case a Java Serialized Object could not be de-serialized.- Returns:
- errorMessage
-
getErrorMessage_JsonNullable
-
setErrorMessage_JsonNullable
public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) -
setErrorMessage
-
state
-
getState
The current state of the variable. Can be 'CREATED' or 'DELETED'.- Returns:
- state
-
getState_JsonNullable
-
setState_JsonNullable
-
setState
-
createTime
-
getCreateTime
The time the variable was inserted. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- createTime
-
getCreateTime_JsonNullable
-
setCreateTime_JsonNullable
public void setCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime) -
setCreateTime
-
removalTime
-
getRemovalTime
The time after which the variable should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
getRemovalTime_JsonNullable
-
setRemovalTime_JsonNullable
public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) -
setRemovalTime
-
rootProcessInstanceId
-
getRootProcessInstanceId
The process instance id of the root process instance that initiated the process containing this variable.- Returns:
- rootProcessInstanceId
-
getRootProcessInstanceId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getRootProcessInstanceId_JsonNullable() -
setRootProcessInstanceId_JsonNullable
public void setRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) -
setRootProcessInstanceId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-