Class LivelinkConnector.RootValue
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.RootValue
-
- Enclosing class:
- LivelinkConnector
protected class LivelinkConnector.RootValue extends java.lang.Object
Class representing a root value object, plus remainder string. This class peels off the workspace name prefix from a path string or attribute string, and finds the right workspace root node and remainder path.
-
-
Field Summary
Fields Modifier and Type Field Description protected LivelinkConnector.LivelinkContext
llc
protected java.lang.String
remainderPath
protected LivelinkConnector.ObjectInformation
rootValue
protected java.lang.String
workspaceName
-
Constructor Summary
Constructors Constructor Description RootValue(LivelinkConnector.LivelinkContext llc, java.lang.String pathString)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRemainderPath()
Get the path string.LivelinkConnector.ObjectInformation
getRootValue()
Get the root node.
-
-
-
Field Detail
-
llc
protected final LivelinkConnector.LivelinkContext llc
-
workspaceName
protected final java.lang.String workspaceName
-
rootValue
protected LivelinkConnector.ObjectInformation rootValue
-
remainderPath
protected final java.lang.String remainderPath
-
-
Constructor Detail
-
RootValue
public RootValue(LivelinkConnector.LivelinkContext llc, java.lang.String pathString)
Constructor.- Parameters:
pathString
- is the path string.
-
-
Method Detail
-
getRemainderPath
public java.lang.String getRemainderPath()
Get the path string.- Returns:
- the path string (without the workspace name prefix).
-
getRootValue
public LivelinkConnector.ObjectInformation getRootValue() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
Get the root node.- Returns:
- the root node.
- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
-
-