Package se.conciliate.extensions.content
Interface RestObject
- All Superinterfaces:
RestAttributeEnabled
,RestData
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
long
getId()
getOwner()
getProperties
(String provider) getRawTitle
(se.conciliate.mt.rest.RestLocale locale) int
getTitle
(se.conciliate.mt.rest.RestLocale locale) getUUID()
getWebId()
boolean
Methods inherited from interface se.conciliate.extensions.content.RestAttributeEnabled
getAttributes, getAttributeValue, getAttributeValues
Methods inherited from interface se.conciliate.extensions.content.RestData
context, getCustomData, onContextLoaded, setCustomData
-
Method Details
-
getId
long getId() -
getUUID
String getUUID() -
getObjectType
String getObjectType() -
getVariant
String getVariant() -
getPrefix
String getPrefix() -
getWebId
String getWebId() -
getRevision
int getRevision() -
getParentRevision
Integer getParentRevision() -
isRevisionLocked
boolean isRevisionLocked() -
getTitle
-
getRawTitle
-
getDocuments
List<RestDocument> getDocuments() -
getDocumentIDs
List<Document.DocumentID> getDocumentIDs() -
getPropertyProviders
-
getProperties
-
getBreakdowns
-
getModels
-
getModelsInAllRevisions
-
getRelations
Collection<RestEdge> getRelations() -
getLastModified
ZonedDateTime getLastModified() -
getOwner
RestUser getOwner() -
getGroup
RestGroup getGroup() -
getCreated
ZonedDateTime getCreated() -
getLastModifiedBy
RestUser getLastModifiedBy() -
getOwningModelRef
String getOwningModelRef()- Returns:
- the UUID of the model that is set as owner for this object, or null if no owner
-
getResponsibleFor
List<RestDocument> getResponsibleFor() -
getResponsibleForIDs
List<Document.DocumentID> getResponsibleForIDs()
-