Class ProcessDefinitionDto
java.lang.Object
org.camunda.community.rest.client.dto.ProcessDefinitionDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ProcessDefinitionDto
extends Object
ProcessDefinitionDto
-
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 String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) description(String description) booleanThe category of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>The deployment id of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>The description of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>The file name of the process definition diagram, if it exists.org.openapitools.jackson.nullable.JsonNullable<String>History time to live value of the process definition.org.openapitools.jackson.nullable.JsonNullable<Integer>getId()The id of the process definitionorg.openapitools.jackson.nullable.JsonNullable<String>getKey()The key of the process definition, i.e., the id of the BPMN 2.0 XML process definition.org.openapitools.jackson.nullable.JsonNullable<String>getName()The name of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>The file name of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>A flag indicating whether the process definition is startable in Tasklist or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>A flag indicating whether the definition is suspended or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>The tenant id of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>The version of the process definition that the engine assigned to it.org.openapitools.jackson.nullable.JsonNullable<Integer>The version tag of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()historyTimeToLive(Integer historyTimeToLive) voidsetCategory(String category) voidsetCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category) voidsetDeploymentId(String deploymentId) voidsetDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId) voidsetDescription(String description) voidsetDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) voidsetDiagram(String diagram) voidsetDiagram_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> diagram) voidsetHistoryTimeToLive(Integer historyTimeToLive) voidsetHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> key) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetResource(String resource) voidsetResource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resource) voidsetStartableInTasklist(Boolean startableInTasklist) voidsetStartableInTasklist_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> startableInTasklist) voidsetSuspended(Boolean suspended) voidsetSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) voidsetVersion(Integer version) voidsetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version) voidsetVersionTag(String versionTag) voidsetVersionTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> versionTag) startableInTasklist(Boolean startableInTasklist) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.versionTag(String versionTag)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_CATEGORY
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_RESOURCE
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_ID
- See Also:
-
JSON_PROPERTY_DIAGRAM
- See Also:
-
JSON_PROPERTY_SUSPENDED
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_VERSION_TAG
- See Also:
-
JSON_PROPERTY_HISTORY_TIME_TO_LIVE
- See Also:
-
JSON_PROPERTY_STARTABLE_IN_TASKLIST
- See Also:
-
-
Constructor Details
-
ProcessDefinitionDto
public ProcessDefinitionDto()
-
-
Method Details
-
id
-
getId
The id of the process definition- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
key
-
getKey
The key of the process definition, i.e., the id of the BPMN 2.0 XML process definition.- Returns:
- key
-
getKey_JsonNullable
-
setKey_JsonNullable
-
setKey
-
category
-
getCategory
The category of the process definition.- Returns:
- category
-
getCategory_JsonNullable
-
setCategory_JsonNullable
public void setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category) -
setCategory
-
description
-
getDescription
The description of the process definition.- Returns:
- description
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
name
-
getName
The name of the process definition.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
version
-
getVersion
The version of the process definition that the engine assigned to it.- Returns:
- version
-
getVersion_JsonNullable
-
setVersion_JsonNullable
public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version) -
setVersion
-
resource
-
getResource
The file name of the process definition.- Returns:
- resource
-
getResource_JsonNullable
-
setResource_JsonNullable
public void setResource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resource) -
setResource
-
deploymentId
-
getDeploymentId
The deployment id of the process definition.- Returns:
- deploymentId
-
getDeploymentId_JsonNullable
-
setDeploymentId_JsonNullable
public void setDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId) -
setDeploymentId
-
diagram
-
getDiagram
The file name of the process definition diagram, if it exists.- Returns:
- diagram
-
getDiagram_JsonNullable
-
setDiagram_JsonNullable
-
setDiagram
-
suspended
-
getSuspended
A flag indicating whether the definition is suspended or not.- Returns:
- suspended
-
getSuspended_JsonNullable
-
setSuspended_JsonNullable
public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) -
setSuspended
-
tenantId
-
getTenantId
The tenant id of the process definition.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
versionTag
-
getVersionTag
The version tag of the process definition.- Returns:
- versionTag
-
getVersionTag_JsonNullable
-
setVersionTag_JsonNullable
public void setVersionTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> versionTag) -
setVersionTag
-
historyTimeToLive
-
getHistoryTimeToLive
History time to live value of the process definition. Is used within [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup). minimum: 0- Returns:
- historyTimeToLive
-
getHistoryTimeToLive_JsonNullable
-
setHistoryTimeToLive_JsonNullable
public void setHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) -
setHistoryTimeToLive
-
startableInTasklist
-
getStartableInTasklist
A flag indicating whether the process definition is startable in Tasklist or not.- Returns:
- startableInTasklist
-
getStartableInTasklist_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getStartableInTasklist_JsonNullable() -
setStartableInTasklist_JsonNullable
public void setStartableInTasklist_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> startableInTasklist) -
setStartableInTasklist
-
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
-