Package org.camunda.bpm.engine.history
Interface CleanableHistoricProcessInstanceReportResult
- All Known Implementing Classes:
- CleanableHistoricProcessInstanceReportResultEntity
public interface CleanableHistoricProcessInstanceReportResult
This interface defines the result of Cleanable historic process instance report.
- 
Method SummaryModifier and TypeMethodDescriptionlongReturns the amount of cleanable historic process instances.longReturns the amount of finished historic process instances.Returns the history time to live for the selected definition.Returns the process definition id for the selected definition.Returns the process definition key for the selected definition.Returns the process definition name for the selected definition.intReturns the process definition version for the selected definition.Returns the tenant id of the current process instances.
- 
Method Details- 
getProcessDefinitionIdString getProcessDefinitionId()Returns the process definition id for the selected definition.
- 
getProcessDefinitionKeyString getProcessDefinitionKey()Returns the process definition key for the selected definition.
- 
getProcessDefinitionNameString getProcessDefinitionName()Returns the process definition name for the selected definition.
- 
getProcessDefinitionVersionint getProcessDefinitionVersion()Returns the process definition version for the selected definition.
- 
getHistoryTimeToLiveInteger getHistoryTimeToLive()Returns the history time to live for the selected definition.
- 
getFinishedProcessInstanceCountlong getFinishedProcessInstanceCount()Returns the amount of finished historic process instances.
- 
getCleanableProcessInstanceCountlong getCleanableProcessInstanceCount()Returns the amount of cleanable historic process instances.
- 
getTenantIdString getTenantId()Returns the tenant id of the current process instances.
 
-