public class TaskDto extends Object
Constructor and Description |
---|
TaskDto() |
Modifier and Type | Method and Description |
---|---|
static TaskDto |
fromTask(Task task) |
String |
getAssignee() |
Date |
getCreated() |
DelegationState |
getDelegationState() |
String |
getDescription() |
Date |
getDue() |
String |
getExecutionId() |
Date |
getFollowUp() |
String |
getId() |
String |
getName() |
String |
getOwner() |
String |
getParentTaskId() |
int |
getPriority() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getTaskDefinitionKey() |
public String getId()
public String getName()
public String getAssignee()
public Date getCreated()
public Date getDue()
public DelegationState getDelegationState()
public String getDescription()
public String getExecutionId()
public String getOwner()
public String getParentTaskId()
public int getPriority()
public String getProcessDefinitionId()
public String getProcessInstanceId()
public String getTaskDefinitionKey()
public Date getFollowUp()
Copyright © 2015. All rights reserved.