Class GetDocumentInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      GetDocumentInfo​(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSize)
      Creates a new GetDocumentInfo operation.
    • Constructor Detail

      • GetDocumentInfo

        public GetDocumentInfo​(java.lang.String hDoc,
                               boolean currentRevision,
                               boolean resolveLinks,
                               boolean forceSize)
        Creates a new GetDocumentInfo operation.
        Parameters:
        hDoc - hDoc of document to get information for
        currentRevision - whether to resolve the current revision or not
        resolveLinks - whether to resolve links or not
        forceSize - if true, the sizes of all elements will be determined. This is not a fast operation.
    • Method Detail

      • getHDoc

        public java.lang.String getHDoc()
        Returns:
        hDoc of document to get information for
      • isCurrentRevision

        public boolean isCurrentRevision()
        Returns:
        whether to resolve current revision or not
      • isResolveLinks

        public boolean isResolveLinks()
        Returns:
        whether to resolve links or not
      • isForceSize

        public boolean isForceSize()
        Returns:
        whether size determination is forced or not
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object