Class AdvancedSearchOrigin

java.lang.Object
io.goobi.viewer.model.search.AdvancedSearchOrigin

public class AdvancedSearchOrigin extends Object
Holds information about the record from which an advanced search was triggered (e.g. from the TOC view).

Used to provide a back-link to the originating record on the search results page.

  • Constructor Details

    • AdvancedSearchOrigin

      public AdvancedSearchOrigin(String pi, String label, String docstrct)
      Parameters:
      pi - Persistent identifier of the record
      label - Display label of the record
      docstrct - Document structure type (e.g. "Newspaper", "Periodical")
  • Method Details

    • getPi

      public String getPi()
    • getLabel

      public String getLabel()
    • getDocstrct

      public String getDocstrct()