Interface RestDocument

All Superinterfaces:
RestData

@Deprecated public interface RestDocument extends RestData
Deprecated.
  • Method Details

    • getID

      Deprecated.
    • getPrefix

      String getPrefix()
      Deprecated.
    • getContentType

      String getContentType()
      Deprecated.
    • getIcon

      String getIcon()
      Deprecated.
    • showInPanel

      boolean showInPanel()
      Deprecated.
    • copyOnPublish

      boolean copyOnPublish()
      Deprecated.
    • getTitle

      String getTitle(se.conciliate.mt.rest.RestLocale locale)
      Deprecated.
    • getContent

      String getContent(se.conciliate.mt.rest.RestLocale locale)
      Deprecated.
    • getModelsUsing

      Collection<RestModel> getModelsUsing()
      Deprecated.
    • getObjectsUsing

      Collection<RestObject> getObjectsUsing()
      Deprecated.
    • getDocumentTypes

      Collection<RestDocumentType> getDocumentTypes()
      Deprecated.