|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
IPTQueryResult |
GetCommonFields(java.lang.String bstrDataSourceProviderCLSID)
Retrieve the common fields and descriptions for a particular Data Source Provider |
IPTQueryResult |
GetDocumentTypeMapSections()
Returns the set of sections in the Document Type Map |
java.lang.Object[][] |
GetDocumentTypeMapSuggestedIdentifiers(int lSectionID)
Returns a list of suggested Document Type mappings for this provider. |
IPTQueryResult |
GetProviderInfo(java.lang.String bstrDataSourceProviderCLSID)
Get information about a particular Provider. |
IPTQueryResult |
GetRegisteredCrawlingProviders()
Returns a list of registered crawl providers |
IPTQueryResult |
GetRegisteredProviders()
Returns a list of registered providers |
void |
Register(IPTDataSourceProvider pDataSourceProvider)
Used to register new Data Source Providers (currently not used) |
void |
UnRegister(java.lang.String bstrDataSourceProviderCLSID)
Used to unregister existing Data Source Providers (currently not used) |
| Method Detail |
public void Register(IPTDataSourceProvider pDataSourceProvider)
pDataSourceProvider - an interface to the new Data Source Providerpublic void UnRegister(java.lang.String bstrDataSourceProviderCLSID)
pDataSourceProvider - an interface to the new Data Source Providerpublic IPTQueryResult GetCommonFields(java.lang.String bstrDataSourceProviderCLSID)
bstrDataSourceProviderCLSID - unique String code identifying the providerpublic IPTQueryResult GetProviderInfo(java.lang.String bstrDataSourceProviderCLSID)
bstrDataSourceProviderCLSID - unique String code identifying the providerpublic IPTQueryResult GetRegisteredProviders()
public IPTQueryResult GetRegisteredCrawlingProviders()
public java.lang.Object[][] GetDocumentTypeMapSuggestedIdentifiers(int lSectionID)
lSectionID - The section ID of the Document Type Map requestedpublic IPTQueryResult GetDocumentTypeMapSections()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||