protected class SharePointRepository.SystemMetadataDescription
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected MatchMap |
matchMap |
protected java.lang.String |
pathAttributeName |
| Constructor and Description |
|---|
SystemMetadataDescription(org.apache.manifoldcf.core.interfaces.Specification spec)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPathAttributeName()
Get the path attribute name.
|
java.lang.String |
getPathAttributeValue(java.lang.String documentIdentifier)
Given an identifier, get the translated string that goes into the metadata.
|
java.lang.String |
getPathString(java.lang.String documentIdentifier)
For a given id, get the portion of its path which the mapping and ingestion
should go against.
|
protected final java.lang.String pathAttributeName
protected final MatchMap matchMap
public SystemMetadataDescription(org.apache.manifoldcf.core.interfaces.Specification spec)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.String getPathAttributeName()
public java.lang.String getPathAttributeValue(java.lang.String documentIdentifier)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.String getPathString(java.lang.String documentIdentifier)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException