Class 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.
    • Constructor Detail

    • 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