org.camunda.bpm.engine.rest.dto.history
Class HistoricTaskInstanceReportResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceReportResultDto
public class HistoricTaskInstanceReportResultDto
- extends Object
- Author:
- Stefan Hentschel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
protected Long count
processDefinitionKey
protected String processDefinitionKey
processDefinitionId
protected String processDefinitionId
processDefinitionName
protected String processDefinitionName
taskName
protected String taskName
tenantId
protected String tenantId
HistoricTaskInstanceReportResultDto
public HistoricTaskInstanceReportResultDto()
getCount
public Long getCount()
setCount
public void setCount(Long count)
getProcessDefinitionKey
public String getProcessDefinitionKey()
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
getProcessDefinitionId
public String getProcessDefinitionId()
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
getProcessDefinitionName
public String getProcessDefinitionName()
setProcessDefinitionName
public void setProcessDefinitionName(String processDefinitionName)
getTaskName
public String getTaskName()
setTaskName
public void setTaskName(String taskName)
getTenantId
public String getTenantId()
setTenantId
public void setTenantId(String tenantId)
fromHistoricTaskInstanceReportResult
public static HistoricTaskInstanceReportResultDto fromHistoricTaskInstanceReportResult(HistoricTaskInstanceReportResult taskReportResult)
Copyright © 2016 camunda services GmbH. All rights reserved.