Class TaskReportResultEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
- All Implemented Interfaces:
HistoricTaskInstanceReportResult
- Author:
- Stefan Hentschel.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier 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 taskvoid
void
setProcessDefinitionId
(String processDefinitionId) void
setProcessDefinitionKey
(String processDefinitionKey) void
setProcessDefinitionName
(String processDefinitionName) void
setTaskName
(String taskName) void
setTenantId
(String tenantId) toString()
-
Field Details
-
count
-
processDefinitionKey
-
processDefinitionId
-
processDefinitionName
-
taskName
-
tenantId
-
-
Constructor Details
-
TaskReportResultEntity
public TaskReportResultEntity()
-
-
Method Details
-
getCount
Description copied from interface:HistoricTaskInstanceReportResult
Returns the count of the grouped items.
- Specified by:
getCount
in interfaceHistoricTaskInstanceReportResult
-
setCount
-
getProcessDefinitionKey
Description copied from interface:HistoricTaskInstanceReportResult
Returns the process definition key for the selected definition key.
- Specified by:
getProcessDefinitionKey
in interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionKey
-
getProcessDefinitionId
Description copied from interface:HistoricTaskInstanceReportResult
Returns the process definition id for the selected definition key
- Specified by:
getProcessDefinitionId
in interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionId
-
getProcessDefinitionName
Description copied from interface:HistoricTaskInstanceReportResult
Returns the process definition name for the selected definition key- Specified by:
getProcessDefinitionName
in interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionName
-
getTaskName
Description copied from interface:HistoricTaskInstanceReportResult
Returns the name of the task
- Specified by:
getTaskName
in interfaceHistoricTaskInstanceReportResult
- Returns:
- A task name when the query is triggered with a 'countByTaskName'. Else the return value is null.
-
setTaskName
-
getTenantId
Description copied from interface:HistoricTaskInstanceReportResult
Returns the id of the tenant task
- Specified by:
getTenantId
in interfaceHistoricTaskInstanceReportResult
-
setTenantId
-
toString
-