Class UriHandle

All Implemented Interfaces:
Serializable

public class UriHandle extends PasswordContainingPageSegmentHandle
See Also:
  • Field Details

  • Constructor Details

    • UriHandle

      public UriHandle()
      Deprecated.
      NoArgsConstructor for Serialization.
    • UriHandle

      public UriHandle(String uri, String password)
    • UriHandle

      public UriHandle(List<String> uris, List<List<String>> annotationUrisList, String password)
  • Method Details

    • getUris

      public List<String> getUris()
    • setUris

      public void setUris(List<String> uris)
    • getAnnotationUrisList

      public List<List<String>> getAnnotationUrisList()
    • setAnnotationUrisList

      public void setAnnotationUrisList(List<List<String>> annotationUrisList)
    • getUri

      public String getUri()
      Deprecated.
      please use #getUris instead. This method will be removed in a future version.
    • setUri

      public void setUri(String uri)
      Deprecated.
      please use #getUris instead. This method will be removed in a future version.
    • getIdentifier

      public String getIdentifier()
      Description copied from class: PageSegmentHandle
      Creates a "DocumentID" to be able to cache the Jadice document on recovering. NOTE: The Identifier represents the ID of the Document, not the PageSegment!
      Specified by:
      getIdentifier in class PageSegmentHandle
      Returns:
      The unique DocumentID of the document associated with this PageSegment.
    • copy

      public PageSegmentHandle copy()
      Specified by:
      copy in class PageSegmentHandle
    • toString

      public String toString()
      Overrides:
      toString in class PageSegmentHandle