|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
public class TaskReportResultEntity
| 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 |
|---|
protected Long count
protected String processDefinitionKey
protected String processDefinitionId
protected String processDefinitionName
protected String taskName
protected String tenantId
| Constructor Detail |
|---|
public TaskReportResultEntity()
| Method Detail |
|---|
public Long getCount()
HistoricTaskInstanceReportResultReturns the count of the grouped items.
getCount in interface HistoricTaskInstanceReportResultpublic void setCount(Long count)
public String getProcessDefinitionKey()
HistoricTaskInstanceReportResultReturns the process definition key for the selected definition key.
getProcessDefinitionKey in interface HistoricTaskInstanceReportResultpublic void setProcessDefinitionKey(String processDefinitionKey)
public String getProcessDefinitionId()
HistoricTaskInstanceReportResultReturns the process definition id for the selected definition key
getProcessDefinitionId in interface HistoricTaskInstanceReportResultpublic void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionName()
HistoricTaskInstanceReportResult
getProcessDefinitionName in interface HistoricTaskInstanceReportResultpublic void setProcessDefinitionName(String processDefinitionName)
public String getTaskName()
HistoricTaskInstanceReportResultReturns the name of the task
getTaskName in interface HistoricTaskInstanceReportResultpublic void setTaskName(String taskName)
public String getTenantId()
HistoricTaskInstanceReportResultReturns the id of the tenant task
getTenantId in interface HistoricTaskInstanceReportResultpublic void setTenantId(String tenantId)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||