org.camunda.bpm.engine.rest.dto.history
Class HistoricTaskInstanceReportResultDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceReportResultDto

public class HistoricTaskInstanceReportResultDto
extends Object

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
HistoricTaskInstanceReportResultDto()
           
 
Method Summary
static HistoricTaskInstanceReportResultDto fromHistoricTaskInstanceReportResult(HistoricTaskInstanceReportResult taskReportResult)
           
 Long getCount()
           
 String getProcessDefinitionId()
           
 String getProcessDefinitionKey()
           
 String getProcessDefinitionName()
           
 String getTaskName()
           
 String getTenantId()
           
 void setCount(Long count)
           
 void setProcessDefinitionId(String processDefinitionId)
           
 void setProcessDefinitionKey(String processDefinitionKey)
           
 void setProcessDefinitionName(String processDefinitionName)
           
 void setTaskName(String taskName)
           
 void setTenantId(String tenantId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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

HistoricTaskInstanceReportResultDto

public HistoricTaskInstanceReportResultDto()
Method Detail

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.