Class TaskReportResultEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- All Implemented Interfaces:
HistoricTaskInstanceReportResult
public class TaskReportResultEntity extends Object implements HistoricTaskInstanceReportResult
- Author:
- Stefan Hentschel.
-
-
Field Summary
Fields Modifier and Type Field Description protected Longcountprotected StringprocessDefinitionIdprotected StringprocessDefinitionKeyprotected StringprocessDefinitionNameprotected StringtaskNameprotected StringtenantId
-
Constructor Summary
Constructors Constructor Description TaskReportResultEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Returns the count of the grouped items.StringgetProcessDefinitionId()Returns the process definition id for the selected definition keyStringgetProcessDefinitionKey()Returns the process definition key for the selected definition key.StringgetProcessDefinitionName()StringgetTaskName()Returns the name of the taskStringgetTenantId()Returns the id of the tenant taskvoidsetCount(Long count)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetProcessDefinitionName(String processDefinitionName)voidsetTaskName(String taskName)voidsetTenantId(String tenantId)StringtoString()
-
-
-
Method Detail
-
getCount
public Long getCount()
Description copied from interface:HistoricTaskInstanceReportResultReturns the count of the grouped items.
- Specified by:
getCountin interfaceHistoricTaskInstanceReportResult
-
setCount
public void setCount(Long count)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
Description copied from interface:HistoricTaskInstanceReportResultReturns the process definition key for the selected definition key.
- Specified by:
getProcessDefinitionKeyin interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionId
public String getProcessDefinitionId()
Description copied from interface:HistoricTaskInstanceReportResultReturns the process definition id for the selected definition key
- Specified by:
getProcessDefinitionIdin interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
getProcessDefinitionName
public String getProcessDefinitionName()
Description copied from interface:HistoricTaskInstanceReportResultReturns the process definition name for the selected definition key- Specified by:
getProcessDefinitionNamein interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionName
public void setProcessDefinitionName(String processDefinitionName)
-
getTaskName
public String getTaskName()
Description copied from interface:HistoricTaskInstanceReportResultReturns the name of the task
- Specified by:
getTaskNamein interfaceHistoricTaskInstanceReportResult- Returns:
- A task name when the query is triggered with a 'countByTaskName'. Else the return value is null.
-
setTaskName
public void setTaskName(String taskName)
-
getTenantId
public String getTenantId()
Description copied from interface:HistoricTaskInstanceReportResultReturns the id of the tenant task
- Specified by:
getTenantIdin interfaceHistoricTaskInstanceReportResult
-
setTenantId
public void setTenantId(String tenantId)
-
-