Uses of Interface
org.apache.manifoldcf.core.interfaces.IResultSet
-
-
Uses of IResultSet in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that return IResultSet Modifier and Type Method Description IResultSetIOutputConnectorManager. getConnectors()Get ordered list of connectors.IResultSetITransformationConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.agents.outputconnmgr
Methods in org.apache.manifoldcf.agents.outputconnmgr that return IResultSet Modifier and Type Method Description IResultSetOutputConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.agents.transformationconnmgr
Methods in org.apache.manifoldcf.agents.transformationconnmgr that return IResultSet Modifier and Type Method Description IResultSetTransformationConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.authorities.authconnmgr
Methods in org.apache.manifoldcf.authorities.authconnmgr that return IResultSet Modifier and Type Method Description IResultSetAuthorityConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.authorities.authdomains
Methods in org.apache.manifoldcf.authorities.authdomains that return IResultSet Modifier and Type Method Description IResultSetAuthorizationDomainManager. getDomains()Get ordered list of domains. -
Uses of IResultSet in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces that return IResultSet Modifier and Type Method Description IResultSetIAuthorityConnectorManager. getConnectors()Get ordered list of connectors.IResultSetIMappingConnectorManager. getConnectors()Get ordered list of connectors.IResultSetIAuthorizationDomainManager. getDomains()Get ordered list of domains. -
Uses of IResultSet in org.apache.manifoldcf.authorities.mapconnmgr
Methods in org.apache.manifoldcf.authorities.mapconnmgr that return IResultSet Modifier and Type Method Description IResultSetMappingConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.core.database
Classes in org.apache.manifoldcf.core.database that implement IResultSet Modifier and Type Class Description classMergedResultSetThis class merges several resultsets together to make what appears to be a single one.classRSetFields in org.apache.manifoldcf.core.database declared as IResultSet Modifier and Type Field Description protected IResultSetDatabase.QueryCacheExecutor. resultsetprotected IResultSetDatabase.ExecuteQueryThread. rvalMethods in org.apache.manifoldcf.core.database that return IResultSet Modifier and Type Method Description protected IResultSetDatabase. execute(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Run a query.IResultSetDatabase. executeQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, StringSet invalidateKeys, java.lang.String queryClass, boolean needResult, int maxReturn, ResultSpecification spec, ILimitChecker returnLimits)Execute arbitrary database query, and optionally cache the result.protected IResultSetDatabase. executeUncachedQuery(java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)This method does NOT appear in any interface; it is here to service the cache object.protected IResultSetDatabase. executeViaThread(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Do query execution via a subthread, so the primary thread can be interruptedIResultSetDatabase.ExecuteQueryThread. finishUp()protected IResultSetDatabase. getData(java.sql.ResultSet rs, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)IResultSetDatabase.QueryCacheExecutor. getResult()Fetch the result.protected IResultSetBaseTable. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.protected IResultSetBaseTable. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int resultLimit)Perform a general "data fetch" query, with the ability to provide a limit.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.Methods in org.apache.manifoldcf.core.database with parameters of type IResultSet Modifier and Type Method Description voidMergedResultSet. addResultSet(IResultSet set) -
Uses of IResultSet in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return IResultSet Modifier and Type Method Description IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query. -
Uses of IResultSet in org.apache.manifoldcf.crawler.connmgr
Methods in org.apache.manifoldcf.crawler.connmgr that return IResultSet Modifier and Type Method Description IResultSetConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return IResultSet Modifier and Type Method Description IResultSetIJobManager. genDocumentStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, int startRow, int rowCount)Run a 'document status' report.IResultSetIRepositoryConnectionManager. genHistoryActivityCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, activity count, and identifier bucket, given a time slice (interval) size.IResultSetIRepositoryConnectionManager. genHistoryByteCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, bytes processed, and identifier bucket, given a time slice (interval) size.IResultSetIRepositoryConnectionManager. genHistoryResultCodes(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription resultCodeBucket, BucketDescription idBucket, int startRow, int maxRowCount)Generate a report, listing the result bucket and identifier bucket.IResultSetIRepositoryConnectionManager. genHistorySimple(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, int startRow, int maxRowCount)Generate a report, listing the start time, elapsed time, result code and description, number of bytes, and entity identifier.IResultSetIJobManager. genQueueStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, BucketDescription idBucketDescription, int startRow, int rowCount)Run a 'queue status' report.IResultSetIConnectorManager. getConnectors()Get ordered list of connectors.IResultSetINotificationConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return IResultSet Modifier and Type Method Description IResultSetJobManager. genDocumentStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, int startRow, int rowCount)Run a 'document status' report.IResultSetJobManager. genQueueStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, BucketDescription idBucketDescription, int startRow, int rowCount)Run a 'queue status' report.IResultSetJobs. getActiveJobConnections()Get a list of active job identifiers and their associated connection names.protected IResultSetHopCount. getDocumentChildren(java.lang.Long jobID, java.lang.String documentIDHash)Get document's children.IResultSetIntrinsicLink. getDocumentChildren(java.lang.Long jobID, java.lang.String parentIDHash)Get document's children. -
Uses of IResultSet in org.apache.manifoldcf.crawler.notificationconnmgr
Methods in org.apache.manifoldcf.crawler.notificationconnmgr that return IResultSet Modifier and Type Method Description IResultSetNotificationConnectorManager. getConnectors()Get ordered list of connectors. -
Uses of IResultSet in org.apache.manifoldcf.crawler.repository
Methods in org.apache.manifoldcf.crawler.repository that return IResultSet Modifier and Type Method Description IResultSetRepositoryConnectionManager. genHistoryActivityCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, activity count, and identifier bucket, given a time slice (interval) size.IResultSetRepositoryConnectionManager. genHistoryByteCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, bytes processed, and identifier bucket, given a time slice (interval) size.IResultSetRepositoryConnectionManager. genHistoryResultCodes(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription resultCodeBucket, BucketDescription idBucket, int startRow, int maxRowCount)Generate a report, listing the result bucket and identifier bucket.IResultSetRepositoryConnectionManager. genHistorySimple(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, int startRow, int maxRowCount)Generate a report, listing the start time, elapsed time, result code and description, number of bytes, and entity identifier.IResultSetRepositoryHistoryManager. maxActivityCountReport(java.lang.String connectionName, FilterCriteria filterCriteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Get a bucketed history, with sliding window, of maximum activity level.IResultSetRepositoryHistoryManager. maxByteCountReport(java.lang.String connectionName, FilterCriteria filterCriteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Get a bucketed history, with sliding window, of maximum byte count.IResultSetThrottleSpecManager. readRows(java.lang.String name)Read rows for a given owner name.IResultSetRepositoryHistoryManager. resultCodesReport(java.lang.String connectionName, FilterCriteria filterCriteria, SortOrder sort, BucketDescription resultCodeBucket, BucketDescription idBucket, int startRow, int maxRowCount)Get a bucketed history of different result code/identifier combinations.IResultSetRepositoryHistoryManager. simpleReport(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, int startRow, int maxRowCount)Get a simple history, based on the passed-in filtering criteria and sort order. -
Uses of IResultSet in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type IResultSet Modifier and Type Method Description protected static voidManifoldCF. createResultsetNode(Configuration output, IResultSet result, java.lang.String[] resultColumns)Add a resultset node to the output.
-