public class TaskReportResultEntity extends Object implements HistoricTaskInstanceReportResult
Modifier and Type | Field and Description |
---|---|
protected Long |
count |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processDefinitionName |
protected String |
taskName |
protected String |
tenantId |
Constructor and Description |
---|
TaskReportResultEntity() |
Modifier and Type | Method and Description |
---|---|
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() |
protected Long count
protected String processDefinitionKey
protected String processDefinitionId
protected String processDefinitionName
protected String taskName
protected String tenantId
public Long getCount()
HistoricTaskInstanceReportResult
Returns the count of the grouped items.
getCount
in interface HistoricTaskInstanceReportResult
public void setCount(Long count)
public String getProcessDefinitionKey()
HistoricTaskInstanceReportResult
Returns the process definition key for the selected definition key.
getProcessDefinitionKey
in interface HistoricTaskInstanceReportResult
public void setProcessDefinitionKey(String processDefinitionKey)
public String getProcessDefinitionId()
HistoricTaskInstanceReportResult
Returns the process definition id for the selected definition key
getProcessDefinitionId
in interface HistoricTaskInstanceReportResult
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionName()
HistoricTaskInstanceReportResult
getProcessDefinitionName
in interface HistoricTaskInstanceReportResult
public void setProcessDefinitionName(String processDefinitionName)
public String getTaskName()
HistoricTaskInstanceReportResult
Returns the name of the task
getTaskName
in interface HistoricTaskInstanceReportResult
public void setTaskName(String taskName)
public String getTenantId()
HistoricTaskInstanceReportResult
Returns the id of the tenant task
getTenantId
in interface HistoricTaskInstanceReportResult
public void setTenantId(String tenantId)
Copyright © 2019. All rights reserved.