Package se.conciliate.extensions.content
Interface RestAttributeEnabled
- All Superinterfaces:
RestData
- All Known Subinterfaces:
RestModel
,RestObject
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue
(RestAttribute attribute, se.conciliate.mt.rest.RestLocale locale) getAttributeValues
(se.conciliate.mt.rest.RestLocale locale) Methods inherited from interface se.conciliate.extensions.content.RestData
context, getCustomData, onContextLoaded, setCustomData
-
Method Details
-
getAttributeValue
Optional<String> getAttributeValue(RestAttribute attribute, se.conciliate.mt.rest.RestLocale locale) -
getAttributeValues
-
getAttributes
Set<RestAttribute> getAttributes()
-