Class SharePointRepository.MetadataInformation
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.MetadataInformation
-
- Enclosing class:
- SharePointRepository
protected static class SharePointRepository.MetadataInformation extends java.lang.ObjectMetadata information gleaned from document paths and specification.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallMetadataprotected java.util.Set<java.lang.String>metadataFields
-
Constructor Summary
Constructors Constructor Description MetadataInformation()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMetadataField(java.lang.String fieldName)Add a metadata fieldbooleangetAllMetadata()Get whether "all metadata" is to be usedjava.lang.String[]getMetadataFields()Get the set of metadata fields to usevoidsetAllMetadata()Set "all metadata"
-
-
-
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
-
-