Package pro.taskana.task.rest.models
Class TaskRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<TaskSummaryRepresentationModel>
pro.taskana.task.rest.models.TaskSummaryRepresentationModel
pro.taskana.task.rest.models.TaskRepresentationModel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA CustomAttribute is a user customized attribute which is saved as a Map and can be retreived from eitherTask.getCustomAttributeMap()orTask.getCallbackInfo(). -
Field Summary
Fields inherited from class pro.taskana.task.rest.models.TaskSummaryRepresentationModel
businessProcessId, claimed, classificationSummary, completed, created, creator, custom1, custom10, custom11, custom12, custom13, custom14, custom15, custom16, custom2, custom3, custom4, custom5, custom6, custom7, custom8, custom9, customInt1, customInt2, customInt3, customInt4, customInt5, customInt6, customInt7, customInt8, description, due, externalId, groupByCount, isRead, isTransferred, manualPriority, modified, name, note, numberOfComments, owner, ownerLongName, parentBusinessProcessId, planned, primaryObjRef, priority, received, secondaryObjectReferences, state, taskId, workbasketSummary -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttachments(List<AttachmentRepresentationModel> attachments) voidsetCallbackInfo(List<TaskRepresentationModel.CustomAttribute> callbackInfo) voidsetCustomAttributes(List<TaskRepresentationModel.CustomAttribute> customAttributes) Methods inherited from class pro.taskana.task.rest.models.TaskSummaryRepresentationModel
getAttachmentSummaries, getBusinessProcessId, getClaimed, getClassificationSummary, getCompleted, getCreated, getCreator, getCustom1, getCustom10, getCustom11, getCustom12, getCustom13, getCustom14, getCustom15, getCustom16, getCustom2, getCustom3, getCustom4, getCustom5, getCustom6, getCustom7, getCustom8, getCustom9, getCustomInt1, getCustomInt2, getCustomInt3, getCustomInt4, getCustomInt5, getCustomInt6, getCustomInt7, getCustomInt8, getDescription, getDue, getExternalId, getGroupByCount, getManualPriority, getModified, getName, getNote, getNumberOfComments, getOwner, getOwnerLongName, getParentBusinessProcessId, getPlanned, getPrimaryObjRef, getPriority, getReceived, getSecondaryObjectReferences, getState, getTaskId, getWorkbasketSummary, isRead, isTransferred, setAttachmentSummaries, setBusinessProcessId, setClaimed, setClassificationSummary, setCompleted, setCreated, setCreator, setCustom1, setCustom10, setCustom11, setCustom12, setCustom13, setCustom14, setCustom15, setCustom16, setCustom2, setCustom3, setCustom4, setCustom5, setCustom6, setCustom7, setCustom8, setCustom9, setCustomInt1, setCustomInt2, setCustomInt3, setCustomInt4, setCustomInt5, setCustomInt6, setCustomInt7, setCustomInt8, setDescription, setDue, setExternalId, setGroupByCount, setManualPriority, setModified, setName, setNote, setNumberOfComments, setOwner, setOwnerLongName, setParentBusinessProcessId, setPlanned, setPrimaryObjRef, setPriority, setRead, setReceived, setSecondaryObjectReferences, setState, setTaskId, setTransferred, setWorkbasketSummaryMethods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
TaskRepresentationModel
public TaskRepresentationModel()
-
-
Method Details
-
getCustomAttributes
-
setCustomAttributes
-
getCallbackInfo
-
setCallbackInfo
-
getAttachments
-
setAttachments
-