Interface IDataSource

  • All Known Implementing Classes:
    FieldSource, StringSource

    public interface IDataSource
    This interface describes a general field data source.
    • Method Detail

      • getSize

        int getSize()
             throws java.io.IOException,
                    org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Throws:
        java.io.IOException
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • getRawForm

        java.lang.Object[] getRawForm()
                               throws java.io.IOException,
                                      org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Throws:
        java.io.IOException
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • getStringForm

        java.lang.String[] getStringForm()
                                  throws java.io.IOException,
                                         org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Throws:
        java.io.IOException
        org.apache.manifoldcf.core.interfaces.ManifoldCFException