Interface LinkedContext

  • All Superinterfaces:
    PublicationContext
    All Known Implementing Classes:
    Book, Cartograph, Chapter, Degree, Journal, MusicalContent, Report

    public interface LinkedContext
    extends PublicationContext
    LinkedContexts are contexts that are expressed as a URI, allowing an existing (external) Publication to be used as a PublicationContext. For example, a BookAnthology containing a Chapter, then the Chapter will contain a linkedContext as a reference to the Book. A publication part of or included in another publication will have an linkedContext referencing the containing publication The linkedContext is always X isPartOf Y.
    • Method Detail

      • getLinkedContext

        java.net.URI getLinkedContext()
      • setLinkedContext

        void setLinkedContext​(java.net.URI linkedContext)
      • validateContext

        default void validateContext​(java.net.URI linkedContext)
      • getErrorTemplate

        default java.lang.String getErrorTemplate()