org.camunda.bpm.engine.impl.persistence.entity
Class TaskReportResultEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
All Implemented Interfaces:
HistoricTaskInstanceReportResult

public class TaskReportResultEntity
extends Object
implements HistoricTaskInstanceReportResult

Author:
Stefan Hentschel.

Field Summary
protected  Long count
           
protected  String definition
           
 
Constructor Summary
TaskReportResultEntity()
           
 
Method Summary
 Long getCount()
          Returns the count of the grouped items.
 String getDefinitionKey()
          Returns the selected definition key.
 void setCount(Long count)
           
 void setDefinition(String definition)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

definition

protected String definition

count

protected Long count
Constructor Detail

TaskReportResultEntity

public TaskReportResultEntity()
Method Detail

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.