public class TaskResource
extends org.springframework.hateoas.ResourceSupport
Task.| Modifier and Type | Class and Description |
|---|---|
static class |
TaskResource.CustomAttribute
A CustomAttribute is a user customized attribute which is saved as a Map and can be retreived from
either
Task.getCustomAttributes() or Task.getCallbackInfo(). |
| Constructor and Description |
|---|
TaskResource() |
public String getTaskId()
public void setTaskId(String taskId)
public String getCreated()
public void setCreated(String created)
public String getClaimed()
public void setClaimed(String claimed)
public String getCompleted()
public void setCompleted(String completed)
public String getModified()
public void setModified(String modified)
public String getPlanned()
public void setPlanned(String planned)
public String getDue()
public void setDue(String due)
public String getName()
public void setName(String name)
public String getCreator()
public void setCreator(String creator)
public String getDescription()
public void setDescription(String description)
public String getNote()
public void setNote(String note)
public int getPriority()
public void setPriority(int priority)
public pro.taskana.TaskState getState()
public void setState(pro.taskana.TaskState state)
public ClassificationSummaryResource getClassificationSummaryResource()
public void setClassificationSummaryResource(ClassificationSummaryResource classificationSummaryResource)
public WorkbasketSummaryResource getWorkbasketSummaryResource()
public void setWorkbasketSummaryResource(WorkbasketSummaryResource workbasketSummaryResource)
public String getBusinessProcessId()
public void setBusinessProcessId(String businessProcessId)
public String getParentBusinessProcessId()
public void setParentBusinessProcessId(String parentBusinessProcessId)
public String getOwner()
public void setOwner(String owner)
public pro.taskana.ObjectReference getPrimaryObjRef()
public void setPrimaryObjRef(pro.taskana.ObjectReference primaryObjRef)
public boolean isRead()
public void setRead(boolean isRead)
public boolean isTransferred()
public void setTransferred(boolean isTransferred)
public List<TaskResource.CustomAttribute> getCustomAttributes()
public void setCustomAttributes(List<TaskResource.CustomAttribute> customAttributes)
public List<TaskResource.CustomAttribute> getCallbackInfo()
public void setCallbackInfo(List<TaskResource.CustomAttribute> callbackInfo)
public List<AttachmentResource> getAttachments()
public void setAttachments(List<AttachmentResource> attachments)
public String getCustom1()
public void setCustom1(String custom1)
public String getCustom2()
public void setCustom2(String custom2)
public String getCustom3()
public void setCustom3(String custom3)
public String getCustom4()
public void setCustom4(String custom4)
public String getCustom5()
public void setCustom5(String custom5)
public String getCustom6()
public void setCustom6(String custom6)
public String getCustom7()
public void setCustom7(String custom7)
public String getCustom8()
public void setCustom8(String custom8)
public String getCustom9()
public void setCustom9(String custom9)
public String getCustom10()
public void setCustom10(String custom10)
public String getCustom11()
public void setCustom11(String custom11)
public String getCustom12()
public void setCustom12(String custom12)
public String getCustom13()
public void setCustom13(String custom13)
public String getCustom14()
public void setCustom14(String custom14)
public String getCustom15()
public void setCustom15(String custom15)
public String getCustom16()
public void setCustom16(String custom16)
Copyright © 2018. All rights reserved.