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 getProcessDefinitionId()
          Returns the process definition id for the selected definition key
 String getProcessDefinitionKey()
          Returns the process definition key for the selected definition key.
 String getProcessDefinitionName()
          
 String getTaskName()
          Returns the name of the task
 String getTenantId()
          Returns the id of the tenant task
 

Method Detail

getCount

Long getCount()

Returns the count of the grouped items.


getProcessDefinitionKey

String getProcessDefinitionKey()

Returns the process definition key for the selected definition key.


getProcessDefinitionId

String getProcessDefinitionId()

Returns the process definition id for the selected definition key


getProcessDefinitionName

String getProcessDefinitionName()

Returns the process definition name for the selected definition key


getTaskName

String getTaskName()

Returns the name of the task

Returns:
A task name when the query is triggered with a 'countByTaskName'. Else the return value is null.

getTenantId

String getTenantId()

Returns the id of the tenant task



Copyright © 2017 camunda services GmbH. All rights reserved.