Interface Partitive

  • All Superinterfaces:
    PublicationContext
    All Known Implementing Classes:
    Chapter

    public interface Partitive
    extends PublicationContext
    Partitives ("part-of-s") 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 partOf as a reference to the Book. A publication part of or included in another publication will have a partOf referencing the containing publication
    • Method Detail

      • getPartOf

        java.net.URI getPartOf()
      • setPartOf

        void setPartOf​(java.net.URI partOf)
      • validateUri

        default void validateUri​(java.net.URI partOf)
      • getErrorTemplate

        default java.lang.String getErrorTemplate()