Class SharePointRepository.ListItemStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities  
      protected java.lang.String[][] dataValues  
      protected java.lang.String documentIdentifier  
      protected java.lang.String rootPath  
      protected java.lang.String siteListPath  
      protected java.lang.String sitePath  
      protected org.apache.manifoldcf.core.interfaces.Specification spec  
    • Constructor Summary

      Constructors 
      Constructor Description
      ListItemStream​(org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities, java.lang.String rootPath, java.lang.String sitePath, java.lang.String siteListPath, org.apache.manifoldcf.core.interfaces.Specification spec, java.lang.String documentIdentifier, java.lang.String[] accessTokens, java.lang.String[] denyTokens, java.lang.String listID, java.lang.String[] fields)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFile​(java.lang.String relPath, java.lang.String displayURL)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • activities

        protected final org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities
      • spec

        protected final org.apache.manifoldcf.core.interfaces.Specification spec
      • rootPath

        protected final java.lang.String rootPath
      • sitePath

        protected final java.lang.String sitePath
      • siteListPath

        protected final java.lang.String siteListPath
      • documentIdentifier

        protected final java.lang.String documentIdentifier
      • dataValues

        protected final java.lang.String[][] dataValues
    • Constructor Detail

      • ListItemStream

        public ListItemStream​(org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
                              java.lang.String rootPath,
                              java.lang.String sitePath,
                              java.lang.String siteListPath,
                              org.apache.manifoldcf.core.interfaces.Specification spec,
                              java.lang.String documentIdentifier,
                              java.lang.String[] accessTokens,
                              java.lang.String[] denyTokens,
                              java.lang.String listID,
                              java.lang.String[] fields)
    • Method Detail

      • addFile

        public void addFile​(java.lang.String relPath,
                            java.lang.String displayURL)
                     throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Specified by:
        addFile in interface IFileStream
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException