Package | Description |
---|---|
org.apache.manifoldcf.core.database | |
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Class and Description |
---|---|
class |
RRow
This class represents a result row.
|
Modifier and Type | Field and Description |
---|---|
protected List<IResultRow> |
RSet.rows |
Modifier and Type | Method and Description |
---|---|
IResultRow |
MergedResultSet.getRow(int rowNumber)
Get a specific row in the resultset.
|
IResultRow |
RSet.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.
|
Modifier and Type | Method and Description |
---|---|
void |
RSet.addRow(IResultRow m)
Add a row of data to the resultset.
|
static void |
BaseTable.readRow(BaseObject object,
IResultRow resultRow)
Set up a base object from a database row.
|
Modifier and Type | Method and Description |
---|---|
IResultRow |
IResultSet.getRow(int rowNumber)
Get a specific row in the resultset.
|
IResultRow[] |
IResultSet.getRows()
Get an array of all the rows.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ILimitChecker.checkInclude(IResultRow row)
See if a result row should be included in the final result set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Carrydown.ResultDuplicateEliminator.checkInclude(IResultRow row)
See if a result row should be included in the final result set.
|
boolean |
Carrydown.DuplicateFinder.checkInclude(IResultRow row)
See if a result row should be included in the final result set.
|
boolean |
IntrinsicLink.DuplicateFinder.checkInclude(IResultRow row)
See if a result row should be included in the final result set.
|
boolean |
JobManager.ThrottleLimit.checkInclude(IResultRow row)
See if a result row should be included in the final result set.
|
boolean |
JobQueue.DuplicateFinder.checkInclude(IResultRow row)
See if a result row should be included in the final result set.
|