Class SharePointRepository.MetadataInformation

  • Enclosing class:
    SharePointRepository

    protected static class SharePointRepository.MetadataInformation
    extends java.lang.Object
    Metadata information gleaned from document paths and specification.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean allMetadata  
      protected java.util.Set<java.lang.String> metadataFields  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addMetadataField​(java.lang.String fieldName)
      Add a metadata field
      boolean getAllMetadata()
      Get whether "all metadata" is to be used
      java.lang.String[] getMetadataFields()
      Get the set of metadata fields to use
      void setAllMetadata()
      Set "all metadata"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allMetadata

        protected boolean allMetadata
      • metadataFields

        protected java.util.Set<java.lang.String> metadataFields
    • Constructor Detail

      • MetadataInformation

        public MetadataInformation()
        Constructor
    • Method Detail

      • setAllMetadata

        public void setAllMetadata()
        Set "all metadata"
      • addMetadataField

        public void addMetadataField​(java.lang.String fieldName)
        Add a metadata field
      • getAllMetadata

        public boolean getAllMetadata()
        Get whether "all metadata" is to be used
      • getMetadataFields

        public java.lang.String[] getMetadataFields()
        Get the set of metadata fields to use