org.camunda.bpm.engine.impl.persistence.entity
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.
definition
protected String definition
count
protected Long count
TaskReportResultEntity
public TaskReportResultEntity()
getDefinitionKey
public String getDefinitionKey()
- Description copied from interface:
HistoricTaskInstanceReportResult
Returns the selected definition key.
- Specified by:
getDefinitionKey in interface HistoricTaskInstanceReportResult
- Returns:
- A task definition key or a process definition key. The result depends how the query was triggered.
When the query is triggered with a 'groupByProcessDefinitionKey' then the returned value will be a
process definition key. Else the return value is a task definition key
getCount
public Long getCount()
- Description copied from interface:
HistoricTaskInstanceReportResult
Returns the count of the grouped items.
- Specified by:
getCount in interface HistoricTaskInstanceReportResult
setDefinition
public void setDefinition(String definition)
setCount
public void setCount(Long count)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016 camunda services GmbH. All rights reserved.