protected class LivelinkConnector.SystemMetadataDescription extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
aclMap |
protected String |
filterString |
protected Set<String> |
holder |
protected boolean |
includeAllMetadata |
protected LivelinkConnector.LivelinkContext |
llc |
protected MatchMap |
matchMap |
protected String |
pathAttributeName |
protected Map<String,String> |
pathMap |
protected String |
pathSeparator |
protected boolean |
securityOn |
Constructor and Description |
---|
LivelinkConnector.SystemMetadataDescription(LivelinkConnector.LivelinkContext llc,
Specification spec)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAcls() |
String |
getFilterString() |
String |
getMatchMapString()
Get the matchmap string.
|
String[] |
getMetadataAttributes() |
String |
getNodePathString(String documentIdentifier)
For a given node, get its path.
|
String |
getPathAttributeName()
Get the path attribute name.
|
String |
getPathAttributeValue(String documentIdentifier)
Given an identifier, get the translated string that goes into the metadata.
|
String |
getPathSeparator()
Get the path separator.
|
boolean |
includeAllMetadata() |
protected final LivelinkConnector.LivelinkContext llc
protected final String pathAttributeName
protected final String pathSeparator
protected final MatchMap matchMap
protected final boolean securityOn
protected final String filterString
protected final boolean includeAllMetadata
public LivelinkConnector.SystemMetadataDescription(LivelinkConnector.LivelinkContext llc, Specification spec) throws ManifoldCFException, ServiceInterruption
public boolean includeAllMetadata()
public String[] getMetadataAttributes()
public String getFilterString()
public String[] getAcls()
public String getPathAttributeName()
public String getPathSeparator()
public String getPathAttributeValue(String documentIdentifier) throws ManifoldCFException, ServiceInterruption
public String getMatchMapString()
public String getNodePathString(String documentIdentifier) throws ManifoldCFException, ServiceInterruption