Class TaskReportResultEntity
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
 
- 
- All Implemented Interfaces:
- HistoricTaskInstanceReportResult
 
 public class TaskReportResultEntity extends java.lang.Object implements HistoricTaskInstanceReportResult - Author:
- Stefan Hentschel.
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Longcountprotected java.lang.StringprocessDefinitionIdprotected java.lang.StringprocessDefinitionKeyprotected java.lang.StringprocessDefinitionNameprotected java.lang.StringtaskNameprotected java.lang.StringtenantId
 - 
Constructor SummaryConstructors Constructor Description TaskReportResultEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete 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 taskvoidsetCount(java.lang.Long count)voidsetProcessDefinitionId(java.lang.String processDefinitionId)voidsetProcessDefinitionKey(java.lang.String processDefinitionKey)voidsetProcessDefinitionName(java.lang.String processDefinitionName)voidsetTaskName(java.lang.String taskName)voidsetTenantId(java.lang.String tenantId)java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
countprotected java.lang.Long count 
 - 
processDefinitionKeyprotected java.lang.String processDefinitionKey 
 - 
processDefinitionIdprotected java.lang.String processDefinitionId 
 - 
processDefinitionNameprotected java.lang.String processDefinitionName 
 - 
taskNameprotected java.lang.String taskName 
 - 
tenantIdprotected java.lang.String tenantId 
 
- 
 - 
Method Detail- 
getCountpublic java.lang.Long getCount() Description copied from interface:HistoricTaskInstanceReportResultReturns the count of the grouped items. - Specified by:
- getCountin interface- HistoricTaskInstanceReportResult
 
 - 
setCountpublic void setCount(java.lang.Long count) 
 - 
getProcessDefinitionKeypublic java.lang.String getProcessDefinitionKey() Description copied from interface:HistoricTaskInstanceReportResultReturns the process definition key for the selected definition key. - Specified by:
- getProcessDefinitionKeyin interface- HistoricTaskInstanceReportResult
 
 - 
setProcessDefinitionKeypublic void setProcessDefinitionKey(java.lang.String processDefinitionKey) 
 - 
getProcessDefinitionIdpublic java.lang.String getProcessDefinitionId() Description copied from interface:HistoricTaskInstanceReportResultReturns the process definition id for the selected definition key - Specified by:
- getProcessDefinitionIdin interface- HistoricTaskInstanceReportResult
 
 - 
setProcessDefinitionIdpublic void setProcessDefinitionId(java.lang.String processDefinitionId) 
 - 
getProcessDefinitionNamepublic java.lang.String getProcessDefinitionName() Description copied from interface:HistoricTaskInstanceReportResultReturns the process definition name for the selected definition key- Specified by:
- getProcessDefinitionNamein interface- HistoricTaskInstanceReportResult
 
 - 
setProcessDefinitionNamepublic void setProcessDefinitionName(java.lang.String processDefinitionName) 
 - 
getTaskNamepublic java.lang.String getTaskName() Description 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.
 
 - 
setTaskNamepublic void setTaskName(java.lang.String taskName) 
 - 
getTenantIdpublic java.lang.String getTenantId() Description copied from interface:HistoricTaskInstanceReportResultReturns the id of the tenant task - Specified by:
- getTenantIdin interface- HistoricTaskInstanceReportResult
 
 - 
setTenantIdpublic void setTenantId(java.lang.String tenantId) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-