Package org.camunda.bpm.engine.history
Interface HistoricTaskInstanceReportResult
- 
- All Known Implementing Classes:
- TaskReportResultEntity
 
 public interface HistoricTaskInstanceReportResult- Author:
- Stefan Hentschel.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.LonggetCount()Returns the count of the grouped items.java.lang.StringgetProcessDefinitionId()Returns the process definition id for the selected definition keyjava.lang.StringgetProcessDefinitionKey()Returns the process definition key for the selected definition key.java.lang.StringgetProcessDefinitionName()java.lang.StringgetTaskName()Returns the name of the taskjava.lang.StringgetTenantId()Returns the id of the tenant task
 
- 
- 
- 
Method Detail- 
getCountjava.lang.Long getCount() Returns the count of the grouped items. 
 - 
getProcessDefinitionKeyjava.lang.String getProcessDefinitionKey() Returns the process definition key for the selected definition key. 
 - 
getProcessDefinitionIdjava.lang.String getProcessDefinitionId() Returns the process definition id for the selected definition key 
 - 
getProcessDefinitionNamejava.lang.String getProcessDefinitionName() Returns the process definition name for the selected definition key
 - 
getTaskNamejava.lang.String getTaskName() Returns the name of the task - Returns:
- A task name when the query is triggered with a 'countByTaskName'. Else the return value is null.
 
 - 
getTenantIdjava.lang.String getTenantId() Returns the id of the tenant task 
 
- 
 
-