protected class LivelinkConnector.RootValue extends Object
Modifier and Type | Field and Description |
---|---|
protected LivelinkConnector.LivelinkContext |
llc |
protected String |
remainderPath |
protected LivelinkConnector.ObjectInformation |
rootValue |
protected String |
workspaceName |
Constructor and Description |
---|
LivelinkConnector.RootValue(LivelinkConnector.LivelinkContext llc,
String pathString)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getRemainderPath()
Get the path string.
|
LivelinkConnector.ObjectInformation |
getRootValue()
Get the root node.
|
protected final LivelinkConnector.LivelinkContext llc
protected final String workspaceName
protected LivelinkConnector.ObjectInformation rootValue
protected final String remainderPath
public LivelinkConnector.RootValue(LivelinkConnector.LivelinkContext llc, String pathString)
pathString
- is the path string.public String getRemainderPath()
public LivelinkConnector.ObjectInformation getRootValue() throws ManifoldCFException, ServiceInterruption
ManifoldCFException
ServiceInterruption