Package org.openapitools.client.model
Class CalledProcessDefinitionDto
- java.lang.Object
-
- org.openapitools.client.model.CalledProcessDefinitionDto
-
public class CalledProcessDefinitionDto extends Object
CalledProcessDefinitionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDSstatic StringSERIALIZED_NAME_CALLING_PROCESS_DEFINITION_IDstatic 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 CalledProcessDefinitionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalledProcessDefinitionDtoaddCalledFromActivityIdsItem(String calledFromActivityIdsItem)CalledProcessDefinitionDtocalledFromActivityIds(List<String> calledFromActivityIds)CalledProcessDefinitionDtocallingProcessDefinitionId(String callingProcessDefinitionId)CalledProcessDefinitionDtocategory(String category)CalledProcessDefinitionDtodeploymentId(String deploymentId)CalledProcessDefinitionDtodescription(String description)CalledProcessDefinitionDtodiagram(String diagram)booleanequals(Object o)List<String>getCalledFromActivityIds()Ids of the CallActivities which call this process.StringgetCallingProcessDefinitionId()The id of the calling process definitionStringgetCategory()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()CalledProcessDefinitionDtohistoryTimeToLive(Integer historyTimeToLive)CalledProcessDefinitionDtoid(String id)CalledProcessDefinitionDtokey(String key)CalledProcessDefinitionDtoname(String name)CalledProcessDefinitionDtoresource(String resource)voidsetCalledFromActivityIds(List<String> calledFromActivityIds)voidsetCallingProcessDefinitionId(String callingProcessDefinitionId)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)CalledProcessDefinitionDtostartableInTasklist(Boolean startableInTasklist)CalledProcessDefinitionDtosuspended(Boolean suspended)CalledProcessDefinitionDtotenantId(String tenantId)StringtoString()CalledProcessDefinitionDtoversion(Integer version)CalledProcessDefinitionDtoversionTag(String versionTag)
-
-
-
Field Detail
-
SERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDS
public static final String SERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CALLING_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_CALLING_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
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
-
calledFromActivityIds
public CalledProcessDefinitionDto calledFromActivityIds(List<String> calledFromActivityIds)
-
addCalledFromActivityIdsItem
public CalledProcessDefinitionDto addCalledFromActivityIdsItem(String calledFromActivityIdsItem)
-
getCalledFromActivityIds
public List<String> getCalledFromActivityIds()
Ids of the CallActivities which call this process.- Returns:
- calledFromActivityIds
-
callingProcessDefinitionId
public CalledProcessDefinitionDto callingProcessDefinitionId(String callingProcessDefinitionId)
-
getCallingProcessDefinitionId
public String getCallingProcessDefinitionId()
The id of the calling process definition- Returns:
- callingProcessDefinitionId
-
setCallingProcessDefinitionId
public void setCallingProcessDefinitionId(String callingProcessDefinitionId)
-
id
public CalledProcessDefinitionDto id(String id)
-
getId
public String getId()
The id of the process definition- Returns:
- id
-
setId
public void setId(String id)
-
key
public CalledProcessDefinitionDto 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 CalledProcessDefinitionDto category(String category)
-
getCategory
public String getCategory()
The category of the process definition.- Returns:
- category
-
setCategory
public void setCategory(String category)
-
description
public CalledProcessDefinitionDto description(String description)
-
getDescription
public String getDescription()
The description of the process definition.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
name
public CalledProcessDefinitionDto name(String name)
-
getName
public String getName()
The name of the process definition.- Returns:
- name
-
setName
public void setName(String name)
-
version
public CalledProcessDefinitionDto 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 CalledProcessDefinitionDto resource(String resource)
-
getResource
public String getResource()
The file name of the process definition.- Returns:
- resource
-
setResource
public void setResource(String resource)
-
deploymentId
public CalledProcessDefinitionDto deploymentId(String deploymentId)
-
getDeploymentId
public String getDeploymentId()
The deployment id of the process definition.- Returns:
- deploymentId
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
diagram
public CalledProcessDefinitionDto 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 CalledProcessDefinitionDto 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 CalledProcessDefinitionDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the process definition.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
versionTag
public CalledProcessDefinitionDto versionTag(String versionTag)
-
getVersionTag
public String getVersionTag()
The version tag of the process definition.- Returns:
- versionTag
-
setVersionTag
public void setVersionTag(String versionTag)
-
historyTimeToLive
public CalledProcessDefinitionDto 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 CalledProcessDefinitionDto 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)
-
-