Class CswsConnector.RootValue

  • Enclosing class:
    CswsConnector

    protected class CswsConnector.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

      • RootValue

        public RootValue​(CswsConnector.CswsContext 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 CswsConnector.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