Uses of Interface
org.apache.manifoldcf.core.interfaces.IResultRow
-
Packages that use IResultRow Package Description org.apache.manifoldcf.core.database org.apache.manifoldcf.core.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of IResultRow in org.apache.manifoldcf.core.database
Classes in org.apache.manifoldcf.core.database that implement IResultRow Modifier and Type Class Description classRRowThis class represents a result row.Fields in org.apache.manifoldcf.core.database with type parameters of type IResultRow Modifier and Type Field Description protected java.util.List<IResultRow>RSet. rowsMethods in org.apache.manifoldcf.core.database that return IResultRow Modifier and Type Method Description IResultRowMergedResultSet. getRow(int rowNumber)Get a specific row in the resultset.IResultRowRSet. getRow(int rowNumber)Get a specific row in the resultset.IResultRow[]MergedResultSet. getRows()Get an array of all the rows.IResultRow[]RSet. getRows()Get an array of all the rows.Methods in org.apache.manifoldcf.core.database with parameters of type IResultRow Modifier and Type Method Description voidRSet. addRow(IResultRow m)Add a row of data to the resultset.static voidBaseTable. readRow(BaseObject object, IResultRow resultRow)Set up a base object from a database row. -
Uses of IResultRow in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return IResultRow Modifier and Type Method Description IResultRowIResultSet. getRow(int rowNumber)Get a specific row in the resultset.IResultRow[]IResultSet. getRows()Get an array of all the rows.Methods in org.apache.manifoldcf.core.interfaces with parameters of type IResultRow Modifier and Type Method Description booleanILimitChecker. checkInclude(IResultRow row)See if a result row should be included in the final result set. -
Uses of IResultRow in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs with parameters of type IResultRow Modifier and Type Method Description booleanCarrydown.DuplicateFinder. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanCarrydown.ResultDuplicateEliminator. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanIntrinsicLink.DuplicateFinder. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanJobManager.ThrottleLimit. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanJobQueue.DuplicateFinder. checkInclude(IResultRow row)See if a result row should be included in the final result set.
-