@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class HistoricProcessInstanceDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HistoricProcessInstanceDto.StateEnum
Last state of the process instance, possible values are: `ACTIVE` - running process instance `SUSPENDED` - suspended process instances `COMPLETED` - completed through normal end event `EXTERNALLY_TERMINATED` - terminated externally, for instance through REST API `INTERNALLY_TERMINATED` - terminated internally, for instance by terminating boundary event
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BUSINESS_KEY |
static String |
SERIALIZED_NAME_CASE_INSTANCE_ID |
static String |
SERIALIZED_NAME_DELETE_REASON |
static String |
SERIALIZED_NAME_DURATION_IN_MILLIS |
static String |
SERIALIZED_NAME_END_TIME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_ID |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_KEY |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_NAME |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_VERSION |
static String |
SERIALIZED_NAME_REMOVAL_TIME |
static String |
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_START_ACTIVITY_ID |
static String |
SERIALIZED_NAME_START_TIME |
static String |
SERIALIZED_NAME_START_USER_ID |
static String |
SERIALIZED_NAME_STATE |
static String |
SERIALIZED_NAME_SUPER_CASE_INSTANCE_ID |
static String |
SERIALIZED_NAME_SUPER_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
HistoricProcessInstanceDto() |
Modifier and Type | Method and Description |
---|---|
HistoricProcessInstanceDto |
businessKey(String businessKey) |
HistoricProcessInstanceDto |
caseInstanceId(String caseInstanceId) |
HistoricProcessInstanceDto |
deleteReason(String deleteReason) |
HistoricProcessInstanceDto |
durationInMillis(Long durationInMillis) |
HistoricProcessInstanceDto |
endTime(Date endTime) |
boolean |
equals(Object o) |
String |
getBusinessKey()
The business key of the process instance.
|
String |
getCaseInstanceId()
The id of the parent case instance, if it exists.
|
String |
getDeleteReason()
The provided delete reason in case the process instance was canceled during execution.
|
Long |
getDurationInMillis()
The time the instance took to finish (in milliseconds).
|
Date |
getEndTime()
The time the instance ended.
|
String |
getId()
The id of the process instance.
|
String |
getProcessDefinitionId()
The id of the process definition that this process instance belongs to.
|
String |
getProcessDefinitionKey()
The key of the process definition that this process instance belongs to.
|
String |
getProcessDefinitionName()
The name of the process definition that this process instance belongs to.
|
Integer |
getProcessDefinitionVersion()
The version of the process definition that this process instance belongs to.
|
Date |
getRemovalTime()
The time after which the instance should be removed by the History Cleanup job.
|
String |
getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process.
|
String |
getStartActivityId()
The id of the initial activity that was executed (e.g., a start event).
|
Date |
getStartTime()
The time the instance was started.
|
String |
getStartUserId()
The id of the user who started the process instance.
|
HistoricProcessInstanceDto.StateEnum |
getState()
Last state of the process instance, possible values are: `ACTIVE` - running process instance `SUSPENDED` - suspended process instances `COMPLETED` - completed through normal end event `EXTERNALLY_TERMINATED` - terminated externally, for instance through REST API `INTERNALLY_TERMINATED` - terminated internally, for instance by terminating boundary event
|
String |
getSuperCaseInstanceId()
The id of the parent case instance, if it exists.
|
String |
getSuperProcessInstanceId()
The id of the parent process instance, if it exists.
|
String |
getTenantId()
The tenant id of the process instance.
|
int |
hashCode() |
HistoricProcessInstanceDto |
id(String id) |
HistoricProcessInstanceDto |
processDefinitionId(String processDefinitionId) |
HistoricProcessInstanceDto |
processDefinitionKey(String processDefinitionKey) |
HistoricProcessInstanceDto |
processDefinitionName(String processDefinitionName) |
HistoricProcessInstanceDto |
processDefinitionVersion(Integer processDefinitionVersion) |
HistoricProcessInstanceDto |
removalTime(Date removalTime) |
HistoricProcessInstanceDto |
rootProcessInstanceId(String rootProcessInstanceId) |
void |
setBusinessKey(String businessKey) |
void |
setCaseInstanceId(String caseInstanceId) |
void |
setDeleteReason(String deleteReason) |
void |
setDurationInMillis(Long durationInMillis) |
void |
setEndTime(Date endTime) |
void |
setId(String id) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessDefinitionKey(String processDefinitionKey) |
void |
setProcessDefinitionName(String processDefinitionName) |
void |
setProcessDefinitionVersion(Integer processDefinitionVersion) |
void |
setRemovalTime(Date removalTime) |
void |
setRootProcessInstanceId(String rootProcessInstanceId) |
void |
setStartActivityId(String startActivityId) |
void |
setStartTime(Date startTime) |
void |
setStartUserId(String startUserId) |
void |
setState(HistoricProcessInstanceDto.StateEnum state) |
void |
setSuperCaseInstanceId(String superCaseInstanceId) |
void |
setSuperProcessInstanceId(String superProcessInstanceId) |
void |
setTenantId(String tenantId) |
HistoricProcessInstanceDto |
startActivityId(String startActivityId) |
HistoricProcessInstanceDto |
startTime(Date startTime) |
HistoricProcessInstanceDto |
startUserId(String startUserId) |
HistoricProcessInstanceDto |
state(HistoricProcessInstanceDto.StateEnum state) |
HistoricProcessInstanceDto |
superCaseInstanceId(String superCaseInstanceId) |
HistoricProcessInstanceDto |
superProcessInstanceId(String superProcessInstanceId) |
HistoricProcessInstanceDto |
tenantId(String tenantId) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_SUPER_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_SUPER_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_NAME
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_VERSION
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_BUSINESS_KEY
public static final String SERIALIZED_NAME_START_TIME
public static final String SERIALIZED_NAME_END_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_DURATION_IN_MILLIS
public static final String SERIALIZED_NAME_START_USER_ID
public static final String SERIALIZED_NAME_START_ACTIVITY_ID
public static final String SERIALIZED_NAME_DELETE_REASON
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_STATE
public HistoricProcessInstanceDto id(String id)
public void setId(String id)
public HistoricProcessInstanceDto rootProcessInstanceId(String rootProcessInstanceId)
@Nullable public String getRootProcessInstanceId()
public void setRootProcessInstanceId(String rootProcessInstanceId)
public HistoricProcessInstanceDto superProcessInstanceId(String superProcessInstanceId)
@Nullable public String getSuperProcessInstanceId()
public void setSuperProcessInstanceId(String superProcessInstanceId)
public HistoricProcessInstanceDto superCaseInstanceId(String superCaseInstanceId)
@Nullable public String getSuperCaseInstanceId()
public void setSuperCaseInstanceId(String superCaseInstanceId)
public HistoricProcessInstanceDto caseInstanceId(String caseInstanceId)
@Nullable public String getCaseInstanceId()
public void setCaseInstanceId(String caseInstanceId)
public HistoricProcessInstanceDto processDefinitionName(String processDefinitionName)
@Nullable public String getProcessDefinitionName()
public void setProcessDefinitionName(String processDefinitionName)
public HistoricProcessInstanceDto processDefinitionKey(String processDefinitionKey)
@Nullable public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
public HistoricProcessInstanceDto processDefinitionVersion(Integer processDefinitionVersion)
@Nullable public Integer getProcessDefinitionVersion()
public void setProcessDefinitionVersion(Integer processDefinitionVersion)
public HistoricProcessInstanceDto processDefinitionId(String processDefinitionId)
@Nullable public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public HistoricProcessInstanceDto businessKey(String businessKey)
@Nullable public String getBusinessKey()
public void setBusinessKey(String businessKey)
public HistoricProcessInstanceDto startTime(Date startTime)
@Nullable public Date getStartTime()
public void setStartTime(Date startTime)
public HistoricProcessInstanceDto endTime(Date endTime)
@Nullable public Date getEndTime()
public void setEndTime(Date endTime)
public HistoricProcessInstanceDto removalTime(Date removalTime)
@Nullable public Date getRemovalTime()
public void setRemovalTime(Date removalTime)
public HistoricProcessInstanceDto durationInMillis(Long durationInMillis)
@Nullable public Long getDurationInMillis()
public void setDurationInMillis(Long durationInMillis)
public HistoricProcessInstanceDto startUserId(String startUserId)
@Nullable public String getStartUserId()
public void setStartUserId(String startUserId)
public HistoricProcessInstanceDto startActivityId(String startActivityId)
@Nullable public String getStartActivityId()
public void setStartActivityId(String startActivityId)
public HistoricProcessInstanceDto deleteReason(String deleteReason)
@Nullable public String getDeleteReason()
public void setDeleteReason(String deleteReason)
public HistoricProcessInstanceDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public HistoricProcessInstanceDto state(HistoricProcessInstanceDto.StateEnum state)
@Nullable public HistoricProcessInstanceDto.StateEnum getState()
public void setState(HistoricProcessInstanceDto.StateEnum state)
Copyright © 2022. All rights reserved.