public interface CleanableHistoricProcessInstanceReportResult
Modifier and Type | Method and Description |
---|---|
long |
getCleanableProcessInstanceCount()
Returns the amount of cleanable historic process instances.
|
long |
getFinishedProcessInstanceCount()
Returns the amount of finished historic process instances.
|
Integer |
getHistoryTimeToLive()
Returns the history time to live for the selected definition.
|
String |
getProcessDefinitionId()
Returns the process definition id for the selected definition.
|
String |
getProcessDefinitionKey()
Returns the process definition key for the selected definition.
|
String |
getProcessDefinitionName()
Returns the process definition name for the selected definition.
|
int |
getProcessDefinitionVersion()
Returns the process definition version for the selected definition.
|
String |
getTenantId()
Returns the tenant id of the current process instances.
|
String getProcessDefinitionId()
String getProcessDefinitionKey()
String getProcessDefinitionName()
int getProcessDefinitionVersion()
Integer getHistoryTimeToLive()
long getFinishedProcessInstanceCount()
long getCleanableProcessInstanceCount()
String getTenantId()
Copyright © 2020. All rights reserved.