Class WorkbasketSummaryRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<WorkbasketSummaryRepresentationModel>
pro.taskana.workbasket.rest.models.WorkbasketSummaryRepresentationModel
- Direct Known Subclasses:
WorkbasketRepresentationModel
public class WorkbasketSummaryRepresentationModel
extends org.springframework.hateoas.RepresentationModel<WorkbasketSummaryRepresentationModel>
EntityModel class for
WorkbasketSummary.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringA custom property with name "1".protected StringA custom property with name "2".protected StringA custom property with name "3".protected StringA custom property with name "4".protected StringA custom property with name "5".protected StringA custom property with name "6".protected StringA custom property with name "7".protected StringA custom property with name "8".protected Stringthe description of the workbasket.protected StringThe domain the workbasket belongs to.protected Stringthe professional key for the workbasket.protected StringThe name of the workbasket.protected StringThe first Org Level (the top one).protected StringThe second Org Level.protected StringThe third Org Level.protected StringThe fourth Org Level (the lowest one).protected StringThe owner of the workbasket.protected pro.taskana.workbasket.api.WorkbasketTypeThe type of the workbasket.protected StringUnique Id. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()booleangetName()getOwner()pro.taskana.workbasket.api.WorkbasketTypegetType()voidsetCustom1(String custom1) voidsetCustom2(String custom2) voidsetCustom3(String custom3) voidsetCustom4(String custom4) voidsetCustom5(String custom5) voidsetCustom6(String custom6) voidsetCustom7(String custom7) voidsetCustom8(String custom8) voidsetDescription(String description) voidvoidvoidsetMarkedForDeletion(boolean markedForDeletion) voidvoidsetOrgLevel1(String orgLevel1) voidsetOrgLevel2(String orgLevel2) voidsetOrgLevel3(String orgLevel3) voidsetOrgLevel4(String orgLevel4) voidvoidsetType(pro.taskana.workbasket.api.WorkbasketType type) voidsetWorkbasketId(String workbasketId) Methods 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
-
Field Details
-
workbasketId
Unique Id. -
key
the professional key for the workbasket. -
name
The name of the workbasket. -
domain
The domain the workbasket belongs to. -
type
protected pro.taskana.workbasket.api.WorkbasketType typeThe type of the workbasket. -
description
the description of the workbasket. -
owner
The owner of the workbasket. The owner is responsible for the on-time completion of all tasks in the workbasket. -
custom1
A custom property with name "1". -
custom2
A custom property with name "2". -
custom3
A custom property with name "3". -
custom4
A custom property with name "4". -
custom5
A custom property with name "5". -
custom6
A custom property with name "6". -
custom7
A custom property with name "7". -
custom8
A custom property with name "8". -
orgLevel1
The first Org Level (the top one).The Org Level is an association with an org hierarchy level in the organization. The values are used for monitoring and statistical purposes and should reflect who is responsible of the tasks in the workbasket.
-
orgLevel2
The second Org Level. -
orgLevel3
The third Org Level. -
orgLevel4
The fourth Org Level (the lowest one).
-
-
Constructor Details
-
WorkbasketSummaryRepresentationModel
public WorkbasketSummaryRepresentationModel()
-
-
Method Details
-
getWorkbasketId
-
setWorkbasketId
-
getKey
-
setKey
-
getName
-
setName
-
getDomain
-
setDomain
-
getType
public pro.taskana.workbasket.api.WorkbasketType getType() -
setType
public void setType(pro.taskana.workbasket.api.WorkbasketType type) -
getDescription
-
setDescription
-
getOwner
-
setOwner
-
getCustom1
-
setCustom1
-
getCustom2
-
setCustom2
-
getCustom3
-
setCustom3
-
getCustom4
-
setCustom4
-
getCustom5
-
setCustom5
-
getCustom6
-
setCustom6
-
getCustom7
-
setCustom7
-
getCustom8
-
setCustom8
-
getOrgLevel1
-
setOrgLevel1
-
getOrgLevel2
-
setOrgLevel2
-
getOrgLevel3
-
setOrgLevel3
-
getOrgLevel4
-
setOrgLevel4
-
getMarkedForDeletion
public boolean getMarkedForDeletion() -
setMarkedForDeletion
public void setMarkedForDeletion(boolean markedForDeletion)
-