Package | Description |
---|---|
com.google.enterprise.connector.spi |
Defines the SPI for connector developers who wish to write
plug-ins to the Google Search Appliance.
|
com.google.enterprise.connector.util.diffing |
The
diffing package provides a framework for writing
connectors to repositories that do not provide information about
added, deleted, or updated documents. |
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
Session.getAuthorizationManager()
Gets an
AuthorizationManager . |
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
DiffingConnector.getAuthorizationManager() |
Constructor and Description |
---|
DiffingConnector(AuthorizationManager authorizationManager,
DocumentSnapshotRepositoryMonitorManager repositoryMonitorManager,
TraversalContextManager traversalContextManager)
Creates a DiffingConnector.
|