Package se.conciliate.extensions.content
Interface RestDocument
- All Superinterfaces:
RestData
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.getContent
(se.conciliate.mt.rest.RestLocale locale) Deprecated.Deprecated.Deprecated.getIcon()
Deprecated.getID()
Deprecated.Deprecated.Deprecated.Deprecated.getTitle
(se.conciliate.mt.rest.RestLocale locale) Deprecated.boolean
Deprecated.Methods inherited from interface se.conciliate.extensions.content.RestData
context, getCustomData, onContextLoaded, setCustomData
-
Method Details
-
getID
Document.DocumentID getID()Deprecated. -
getPrefix
String getPrefix()Deprecated. -
getContentType
String getContentType()Deprecated. -
getIcon
String getIcon()Deprecated. -
showInPanel
boolean showInPanel()Deprecated. -
copyOnPublish
boolean copyOnPublish()Deprecated. -
getTitle
Deprecated. -
getContent
Deprecated. -
getModelsUsing
Collection<RestModel> getModelsUsing()Deprecated. -
getObjectsUsing
Collection<RestObject> getObjectsUsing()Deprecated. -
getDocumentTypes
Collection<RestDocumentType> getDocumentTypes()Deprecated.
-