org.camunda.bpm.engine.history
Interface HistoricTaskInstanceReportResult

All Known Implementing Classes:
TaskReportResultEntity

public interface HistoricTaskInstanceReportResult

Author:
Stefan Hentschel.

Method Summary
 Long getCount()
          Returns the count of the grouped items.
 String getDefinitionKey()
          Returns the selected definition key.
 

Method Detail

getDefinitionKey

String getDefinitionKey()

Returns the selected definition key.

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

Long getCount()

Returns the count of the grouped items.



Copyright © 2016 camunda services GmbH. All rights reserved.