Class TaskReportResultEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- All Implemented Interfaces:
HistoricTaskInstanceReportResult
public class TaskReportResultEntity extends java.lang.Object implements HistoricTaskInstanceReportResult
- Author:
- Stefan Hentschel.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Long
count
protected java.lang.String
processDefinitionId
protected java.lang.String
processDefinitionKey
protected java.lang.String
processDefinitionName
protected java.lang.String
taskName
protected java.lang.String
tenantId
-
Constructor Summary
Constructors Constructor Description TaskReportResultEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getCount()
Returns the count of the grouped items.java.lang.String
getProcessDefinitionId()
Returns the process definition id for the selected definition keyjava.lang.String
getProcessDefinitionKey()
Returns the process definition key for the selected definition key.java.lang.String
getProcessDefinitionName()
java.lang.String
getTaskName()
Returns the name of the taskjava.lang.String
getTenantId()
Returns the id of the tenant taskvoid
setCount(java.lang.Long count)
void
setProcessDefinitionId(java.lang.String processDefinitionId)
void
setProcessDefinitionKey(java.lang.String processDefinitionKey)
void
setProcessDefinitionName(java.lang.String processDefinitionName)
void
setTaskName(java.lang.String taskName)
void
setTenantId(java.lang.String tenantId)
java.lang.String
toString()
-
-
-
Field Detail
-
count
protected java.lang.Long count
-
processDefinitionKey
protected java.lang.String processDefinitionKey
-
processDefinitionId
protected java.lang.String processDefinitionId
-
processDefinitionName
protected java.lang.String processDefinitionName
-
taskName
protected java.lang.String taskName
-
tenantId
protected java.lang.String tenantId
-
-
Method Detail
-
getCount
public java.lang.Long getCount()
Description copied from interface:HistoricTaskInstanceReportResult
Returns the count of the grouped items.
- Specified by:
getCount
in interfaceHistoricTaskInstanceReportResult
-
setCount
public void setCount(java.lang.Long count)
-
getProcessDefinitionKey
public java.lang.String getProcessDefinitionKey()
Description copied from interface:HistoricTaskInstanceReportResult
Returns the process definition key for the selected definition key.
- Specified by:
getProcessDefinitionKey
in interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionKey
public void setProcessDefinitionKey(java.lang.String processDefinitionKey)
-
getProcessDefinitionId
public java.lang.String getProcessDefinitionId()
Description copied from interface:HistoricTaskInstanceReportResult
Returns the process definition id for the selected definition key
- Specified by:
getProcessDefinitionId
in interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionId
public void setProcessDefinitionId(java.lang.String processDefinitionId)
-
getProcessDefinitionName
public java.lang.String getProcessDefinitionName()
Description copied from interface:HistoricTaskInstanceReportResult
Returns the process definition name for the selected definition key- Specified by:
getProcessDefinitionName
in interfaceHistoricTaskInstanceReportResult
-
setProcessDefinitionName
public void setProcessDefinitionName(java.lang.String processDefinitionName)
-
getTaskName
public java.lang.String getTaskName()
Description copied from interface:HistoricTaskInstanceReportResult
Returns the name of the task
- Specified by:
getTaskName
in interfaceHistoricTaskInstanceReportResult
- Returns:
- A task name when the query is triggered with a 'countByTaskName'. Else the return value is null.
-
setTaskName
public void setTaskName(java.lang.String taskName)
-
getTenantId
public java.lang.String getTenantId()
Description copied from interface:HistoricTaskInstanceReportResult
Returns the id of the tenant task
- Specified by:
getTenantId
in interfaceHistoricTaskInstanceReportResult
-
setTenantId
public void setTenantId(java.lang.String tenantId)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-