Package org.openapitools.client.model
Class ProcessDefinitionDto
- java.lang.Object
-
- org.openapitools.client.model.ProcessDefinitionDto
-
public class ProcessDefinitionDto extends Object
ProcessDefinitionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CATEGORYstatic StringSERIALIZED_NAME_DEPLOYMENT_IDstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_DIAGRAMstatic StringSERIALIZED_NAME_HISTORY_TIME_TO_LIVEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_KEYstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_RESOURCEstatic StringSERIALIZED_NAME_STARTABLE_IN_TASKLISTstatic StringSERIALIZED_NAME_SUSPENDEDstatic StringSERIALIZED_NAME_TENANT_IDstatic StringSERIALIZED_NAME_VERSIONstatic StringSERIALIZED_NAME_VERSION_TAG
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessDefinitionDtocategory(String category)ProcessDefinitionDtodeploymentId(String deploymentId)ProcessDefinitionDtodescription(String description)ProcessDefinitionDtodiagram(String diagram)booleanequals(Object o)StringgetCategory()The category of the process definition.StringgetDeploymentId()The deployment id of the process definition.StringgetDescription()The description of the process definition.StringgetDiagram()The file name of the process definition diagram, if it exists.IntegergetHistoryTimeToLive()History time to live value of the process definition.StringgetId()The id of the process definitionStringgetKey()The key of the process definition, i.e., the id of the BPMN 2.0 XML process definition.StringgetName()The name of the process definition.StringgetResource()The file name of the process definition.BooleangetStartableInTasklist()A flag indicating whether the process definition is startable in Tasklist or not.BooleangetSuspended()A flag indicating whether the definition is suspended or not.StringgetTenantId()The tenant id of the process definition.IntegergetVersion()The version of the process definition that the engine assigned to it.StringgetVersionTag()The version tag of the process definition.inthashCode()ProcessDefinitionDtohistoryTimeToLive(Integer historyTimeToLive)ProcessDefinitionDtoid(String id)ProcessDefinitionDtokey(String key)ProcessDefinitionDtoname(String name)ProcessDefinitionDtoresource(String resource)voidsetCategory(String category)voidsetDeploymentId(String deploymentId)voidsetDescription(String description)voidsetDiagram(String diagram)voidsetHistoryTimeToLive(Integer historyTimeToLive)voidsetId(String id)voidsetKey(String key)voidsetName(String name)voidsetResource(String resource)voidsetStartableInTasklist(Boolean startableInTasklist)voidsetSuspended(Boolean suspended)voidsetTenantId(String tenantId)voidsetVersion(Integer version)voidsetVersionTag(String versionTag)ProcessDefinitionDtostartableInTasklist(Boolean startableInTasklist)ProcessDefinitionDtosuspended(Boolean suspended)ProcessDefinitionDtotenantId(String tenantId)StringtoString()ProcessDefinitionDtoversion(Integer version)ProcessDefinitionDtoversionTag(String versionTag)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_CATEGORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_RESOURCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DIAGRAM
public static final String SERIALIZED_NAME_DIAGRAM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_SUSPENDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION_TAG
public static final String SERIALIZED_NAME_VERSION_TAG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
public static final String SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STARTABLE_IN_TASKLIST
public static final String SERIALIZED_NAME_STARTABLE_IN_TASKLIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ProcessDefinitionDto id(String id)
-
getId
public String getId()
The id of the process definition- Returns:
- id
-
setId
public void setId(String id)
-
key
public ProcessDefinitionDto key(String key)
-
getKey
public String getKey()
The key of the process definition, i.e., the id of the BPMN 2.0 XML process definition.- Returns:
- key
-
setKey
public void setKey(String key)
-
category
public ProcessDefinitionDto category(String category)
-
getCategory
public String getCategory()
The category of the process definition.- Returns:
- category
-
setCategory
public void setCategory(String category)
-
description
public ProcessDefinitionDto description(String description)
-
getDescription
public String getDescription()
The description of the process definition.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
name
public ProcessDefinitionDto name(String name)
-
getName
public String getName()
The name of the process definition.- Returns:
- name
-
setName
public void setName(String name)
-
version
public ProcessDefinitionDto version(Integer version)
-
getVersion
public Integer getVersion()
The version of the process definition that the engine assigned to it.- Returns:
- version
-
setVersion
public void setVersion(Integer version)
-
resource
public ProcessDefinitionDto resource(String resource)
-
getResource
public String getResource()
The file name of the process definition.- Returns:
- resource
-
setResource
public void setResource(String resource)
-
deploymentId
public ProcessDefinitionDto deploymentId(String deploymentId)
-
getDeploymentId
public String getDeploymentId()
The deployment id of the process definition.- Returns:
- deploymentId
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
diagram
public ProcessDefinitionDto diagram(String diagram)
-
getDiagram
public String getDiagram()
The file name of the process definition diagram, if it exists.- Returns:
- diagram
-
setDiagram
public void setDiagram(String diagram)
-
suspended
public ProcessDefinitionDto suspended(Boolean suspended)
-
getSuspended
public Boolean getSuspended()
A flag indicating whether the definition is suspended or not.- Returns:
- suspended
-
setSuspended
public void setSuspended(Boolean suspended)
-
tenantId
public ProcessDefinitionDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the process definition.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
versionTag
public ProcessDefinitionDto versionTag(String versionTag)
-
getVersionTag
public String getVersionTag()
The version tag of the process definition.- Returns:
- versionTag
-
setVersionTag
public void setVersionTag(String versionTag)
-
historyTimeToLive
public ProcessDefinitionDto historyTimeToLive(Integer historyTimeToLive)
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
History time to live value of the process definition. Is used within [History cleanup](https://docs.camunda.org/manual/7.18/user-guide/process-engine/history/#history-cleanup). minimum: 0- Returns:
- historyTimeToLive
-
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
-
startableInTasklist
public ProcessDefinitionDto startableInTasklist(Boolean startableInTasklist)
-
getStartableInTasklist
public Boolean getStartableInTasklist()
A flag indicating whether the process definition is startable in Tasklist or not.- Returns:
- startableInTasklist
-
setStartableInTasklist
public void setStartableInTasklist(Boolean startableInTasklist)
-
-