Class ClassificationSummaryRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<ClassificationSummaryRepresentationModel>
pro.taskana.classification.rest.models.ClassificationSummaryRepresentationModel
- Direct Known Subclasses:
ClassificationRepresentationModel
public class ClassificationSummaryRepresentationModel
extends org.springframework.hateoas.RepresentationModel<ClassificationSummaryRepresentationModel>
EntityModel class for
ClassificationSummary.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe logical name of the entry point.protected @NotNull StringThe category of the classification.protected @NotNull StringUnique Id.protected 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 domain for which this classification is specified.protected @NotNull StringThe key of the Classification.protected @NotNull StringThe name of the classification.protected StringThe Id of the parent classification.protected StringThe key of the parent classification.protected @jakarta.validation.constraints.NotNull intThe priority of the classification.protected @NotNull StringThe service level of the classification.protected StringThe type of classification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()intgetType()voidsetApplicationEntryPoint(String applicationEntryPoint) voidsetCategory(String category) voidsetClassificationId(String classificationId) voidsetCustom1(String custom1) voidsetCustom2(String custom2) voidsetCustom3(String custom3) voidsetCustom4(String custom4) voidsetCustom5(String custom5) voidsetCustom6(String custom6) voidsetCustom7(String custom7) voidsetCustom8(String custom8) voidvoidvoidvoidsetParentId(String parentId) voidsetParentKey(String parentKey) voidsetPriority(int priority) voidsetServiceLevel(String serviceLevel) voidMethods 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
-
classificationId
Unique Id. -
key
The key of the Classification. This is typically an externally known code or abbreviation of the Classification. -
applicationEntryPoint
The logical name of the entry point. This is needed by the task list application to determine the redirect to work on a task of this Classification. -
category
The category of the classification. Categories can be configured in the file 'taskana.properties'. -
domain
The domain for which this classification is specified. -
name
The name of the classification. -
parentId
The Id of the parent classification. Empty string ("") if this is a root classification. -
parentKey
The key of the parent classification. Empty string ("") if this is a root classification. -
priority
@NotNull protected @jakarta.validation.constraints.NotNull int priorityThe priority of the classification. -
serviceLevel
The service level of the classification.This is stated according to ISO 8601.
-
type
The type of classification. Types can be configured in the file 'taskana.properties'. -
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".
-
-
Constructor Details
-
ClassificationSummaryRepresentationModel
public ClassificationSummaryRepresentationModel()
-
-
Method Details
-
getClassificationId
-
setClassificationId
-
getKey
-
setKey
-
getParentId
-
setParentId
-
getParentKey
-
setParentKey
-
getCategory
-
setCategory
-
getType
-
setType
-
getDomain
-
setDomain
-
getName
-
setName
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
getApplicationEntryPoint
-
setApplicationEntryPoint
-
getServiceLevel
-
setServiceLevel
-
getCustom1
-
setCustom1
-
getCustom2
-
setCustom2
-
getCustom3
-
setCustom3
-
getCustom4
-
setCustom4
-
getCustom5
-
setCustom5
-
getCustom6
-
setCustom6
-
getCustom7
-
setCustom7
-
getCustom8
-
setCustom8
-