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 processDefinitionId
           
protected  String processDefinitionKey
           
protected  String processDefinitionName
           
protected  String taskName
           
protected  String tenantId
           
 
Constructor Summary
TaskReportResultEntity()
           
 
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
 void setCount(Long count)
           
 void setProcessDefinitionId(String processDefinitionId)
           
 void setProcessDefinitionKey(String processDefinitionKey)
           
 void setProcessDefinitionName(String processDefinitionName)
           
 void setTaskName(String taskName)
           
 void setTenantId(String tenantId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

count

protected Long count

processDefinitionKey

protected String processDefinitionKey

processDefinitionId

protected String processDefinitionId

processDefinitionName

protected String processDefinitionName

taskName

protected String taskName

tenantId

protected String tenantId
Constructor Detail

TaskReportResultEntity

public TaskReportResultEntity()
Method Detail

getCount

public Long getCount()
Description copied from interface: HistoricTaskInstanceReportResult

Returns the count of the grouped items.

Specified by:
getCount in interface HistoricTaskInstanceReportResult

setCount

public void setCount(Long count)

getProcessDefinitionKey

public String getProcessDefinitionKey()
Description copied from interface: HistoricTaskInstanceReportResult

Returns the process definition key for the selected definition key.

Specified by:
getProcessDefinitionKey in interface HistoricTaskInstanceReportResult

setProcessDefinitionKey

public void setProcessDefinitionKey(String processDefinitionKey)

getProcessDefinitionId

public String getProcessDefinitionId()
Description copied from interface: HistoricTaskInstanceReportResult

Returns the process definition id for the selected definition key

Specified by:
getProcessDefinitionId in interface HistoricTaskInstanceReportResult

setProcessDefinitionId

public void setProcessDefinitionId(String processDefinitionId)

getProcessDefinitionName

public String getProcessDefinitionName()
Description copied from interface: HistoricTaskInstanceReportResult

Returns the process definition name for the selected definition key

Specified by:
getProcessDefinitionName in interface HistoricTaskInstanceReportResult

setProcessDefinitionName

public void setProcessDefinitionName(String processDefinitionName)

getTaskName

public String getTaskName()
Description copied from interface: HistoricTaskInstanceReportResult

Returns the name of the task

Specified by:
getTaskName in interface HistoricTaskInstanceReportResult
Returns:
A task name when the query is triggered with a 'countByTaskName'. Else the return value is null.

setTaskName

public void setTaskName(String taskName)

getTenantId

public String getTenantId()
Description copied from interface: HistoricTaskInstanceReportResult

Returns the id of the tenant task

Specified by:
getTenantId in interface HistoricTaskInstanceReportResult

setTenantId

public void setTenantId(String tenantId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.