Class TaskReportResultEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
- All Implemented Interfaces:
- HistoricTaskInstanceReportResult
- Author:
- Stefan Hentschel.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCount()Returns the count of the grouped items.Returns the process definition id for the selected definition keyReturns the process definition key for the selected definition key.Returns the name of the taskReturns the id of the tenant taskvoidvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionName(String processDefinitionName) voidsetTaskName(String taskName) voidsetTenantId(String tenantId) toString()
- 
Field Details- 
count
- 
processDefinitionKey
- 
processDefinitionId
- 
processDefinitionName
- 
taskName
- 
tenantId
 
- 
- 
Constructor Details- 
TaskReportResultEntitypublic TaskReportResultEntity()
 
- 
- 
Method Details- 
getCountDescription copied from interface:HistoricTaskInstanceReportResultReturns the count of the grouped items. - Specified by:
- getCountin interface- HistoricTaskInstanceReportResult
 
- 
setCount
- 
getProcessDefinitionKeyDescription copied from interface:HistoricTaskInstanceReportResultReturns the process definition key for the selected definition key. - Specified by:
- getProcessDefinitionKeyin interface- HistoricTaskInstanceReportResult
 
- 
setProcessDefinitionKey
- 
getProcessDefinitionIdDescription copied from interface:HistoricTaskInstanceReportResultReturns the process definition id for the selected definition key - Specified by:
- getProcessDefinitionIdin interface- HistoricTaskInstanceReportResult
 
- 
setProcessDefinitionId
- 
getProcessDefinitionNameDescription copied from interface:HistoricTaskInstanceReportResultReturns the process definition name for the selected definition key- Specified by:
- getProcessDefinitionNamein interface- HistoricTaskInstanceReportResult
 
- 
setProcessDefinitionName
- 
getTaskNameDescription copied from interface:HistoricTaskInstanceReportResultReturns the name of the task - Specified by:
- getTaskNamein interface- HistoricTaskInstanceReportResult
- Returns:
- A task name when the query is triggered with a 'countByTaskName'. Else the return value is null.
 
- 
setTaskName
- 
getTenantIdDescription copied from interface:HistoricTaskInstanceReportResultReturns the id of the tenant task - Specified by:
- getTenantIdin interface- HistoricTaskInstanceReportResult
 
- 
setTenantId
- 
toString
 
-