@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ProcessDefinitionDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CATEGORY |
static String |
SERIALIZED_NAME_DEPLOYMENT_ID |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DIAGRAM |
static String |
SERIALIZED_NAME_HISTORY_TIME_TO_LIVE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_RESOURCE |
static String |
SERIALIZED_NAME_STARTABLE_IN_TASKLIST |
static String |
SERIALIZED_NAME_SUSPENDED |
static String |
SERIALIZED_NAME_TENANT_ID |
static String |
SERIALIZED_NAME_VERSION |
static String |
SERIALIZED_NAME_VERSION_TAG |
Constructor and Description |
---|
ProcessDefinitionDto() |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionDto |
category(String category) |
ProcessDefinitionDto |
deploymentId(String deploymentId) |
ProcessDefinitionDto |
description(String description) |
ProcessDefinitionDto |
diagram(String diagram) |
boolean |
equals(Object o) |
String |
getCategory()
The category of the process definition.
|
String |
getDeploymentId()
The deployment id of the process definition.
|
String |
getDescription()
The description of the process definition.
|
String |
getDiagram()
The file name of the process definition diagram, if it exists.
|
Integer |
getHistoryTimeToLive()
History time to live value of the process definition.
|
String |
getId()
The id of the process definition
|
String |
getKey()
The key of the process definition, i.e., the id of the BPMN 2.0 XML process definition.
|
String |
getName()
The name of the process definition.
|
String |
getResource()
The file name of the process definition.
|
Boolean |
getStartableInTasklist()
A flag indicating whether the process definition is startable in Tasklist or not.
|
Boolean |
getSuspended()
A flag indicating whether the definition is suspended or not.
|
String |
getTenantId()
The tenant id of the process definition.
|
Integer |
getVersion()
The version of the process definition that the engine assigned to it.
|
String |
getVersionTag()
The version tag of the process definition.
|
int |
hashCode() |
ProcessDefinitionDto |
historyTimeToLive(Integer historyTimeToLive) |
ProcessDefinitionDto |
id(String id) |
ProcessDefinitionDto |
key(String key) |
ProcessDefinitionDto |
name(String name) |
ProcessDefinitionDto |
resource(String resource) |
void |
setCategory(String category) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
void |
setDiagram(String diagram) |
void |
setHistoryTimeToLive(Integer historyTimeToLive) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResource(String resource) |
void |
setStartableInTasklist(Boolean startableInTasklist) |
void |
setSuspended(Boolean suspended) |
void |
setTenantId(String tenantId) |
void |
setVersion(Integer version) |
void |
setVersionTag(String versionTag) |
ProcessDefinitionDto |
startableInTasklist(Boolean startableInTasklist) |
ProcessDefinitionDto |
suspended(Boolean suspended) |
ProcessDefinitionDto |
tenantId(String tenantId) |
String |
toString() |
ProcessDefinitionDto |
version(Integer version) |
ProcessDefinitionDto |
versionTag(String versionTag) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_DIAGRAM
public static final String SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_VERSION_TAG
public static final String SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
public static final String SERIALIZED_NAME_STARTABLE_IN_TASKLIST
public ProcessDefinitionDto id(String id)
public void setId(String id)
public ProcessDefinitionDto key(String key)
@Nullable public String getKey()
public void setKey(String key)
public ProcessDefinitionDto category(String category)
@Nullable public String getCategory()
public void setCategory(String category)
public ProcessDefinitionDto description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ProcessDefinitionDto name(String name)
public void setName(String name)
public ProcessDefinitionDto version(Integer version)
@Nullable public Integer getVersion()
public void setVersion(Integer version)
public ProcessDefinitionDto resource(String resource)
@Nullable public String getResource()
public void setResource(String resource)
public ProcessDefinitionDto deploymentId(String deploymentId)
@Nullable public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public ProcessDefinitionDto diagram(String diagram)
@Nullable public String getDiagram()
public void setDiagram(String diagram)
public ProcessDefinitionDto suspended(Boolean suspended)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public ProcessDefinitionDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public ProcessDefinitionDto versionTag(String versionTag)
@Nullable public String getVersionTag()
public void setVersionTag(String versionTag)
public ProcessDefinitionDto historyTimeToLive(Integer historyTimeToLive)
@Nullable public Integer getHistoryTimeToLive()
public void setHistoryTimeToLive(Integer historyTimeToLive)
public ProcessDefinitionDto startableInTasklist(Boolean startableInTasklist)
@Nullable public Boolean getStartableInTasklist()
public void setStartableInTasklist(Boolean startableInTasklist)
Copyright © 2022. All rights reserved.