Uses of Interface
com.documentum.fc.client.search.IDfQueryProcessor
Packages that use IDfQueryProcessor
Package
Description
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
-
Uses of IDfQueryProcessor in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfQueryProcessorModifier and TypeMethodDescriptionIDfSearchService.newQueryProcessor(IDfQueryDefinition query, boolean removeDuplicate) Creates a new IDfQueryProcessor.Methods in com.documentum.fc.client.search with parameters of type IDfQueryProcessorModifier and TypeMethodDescriptionvoidDfGenericQueryListener.onQueryCompleted(IDfQueryProcessor processor) voidIDfQueryListener.onQueryCompleted(IDfQueryProcessor processor) This method is called when the query execution finished (whether sucessfully or with errors).voidDfGenericQueryListener.onResultChange(IDfQueryProcessor processor, int from, int to) voidIDfQueryListener.onResultChange(IDfQueryProcessor processor, int from, int to) This method is called when new results has been received from the sources.voidDfGenericQueryListener.onStatusChange(IDfQueryProcessor processor, IDfQueryEvent event) voidIDfQueryListener.onStatusChange(IDfQueryProcessor processor, IDfQueryEvent event) This method is called when an event occurs (error or information).