Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

C

calendarToFeedXml(Calendar) - Static method in class com.google.enterprise.connector.spi.Value
Formats a calendar object for the Feeds Protocol, using the ISO-8601 format for just the date portion.
calendarToIso8601(Calendar) - Static method in class com.google.enterprise.connector.spi.Value
Formats a calendar object according to the ISO-8601 specification.
calendarToRfc822(Calendar) - Static method in class com.google.enterprise.connector.spi.Value
Formats a calendar object according to the RFC 822 specification.
cancel() - Method in interface com.google.enterprise.connector.spi.DocumentAcceptor
Cancels a feed.
Change - Class in com.google.enterprise.connector.util.diffing
Description of a change to be sent to the Search Appliance.
Change(Change.FactoryType, DocumentHandle, MonitorCheckpoint) - Constructor for class com.google.enterprise.connector.util.diffing.Change
Create a new Change.
Change.FactoryType - Enum in com.google.enterprise.connector.util.diffing
Indication of the DocumentHandleFactory needed to un-serialize a Change from its JSON representation.
changedDocument(DocumentHandle, MonitorCheckpoint) - Method in interface com.google.enterprise.connector.util.diffing.DocumentSnapshotRepositoryMonitor.Callback
 
ChangeQueue - Class in com.google.enterprise.connector.util.diffing
Bounded buffer of Change objects for buffering between the DocumentSnapshotRepositoryMonitor and the CheckpointAndChangeQueue.
ChangeQueue(int, long, ChangeQueue.CrawlActivityLogger) - Constructor for class com.google.enterprise.connector.util.diffing.ChangeQueue
Create a new ChangeQueue.
ChangeQueue(ChangeQueue.QueuePropertyFetcher, ChangeQueue.CrawlActivityLogger) - Constructor for class com.google.enterprise.connector.util.diffing.ChangeQueue
 
ChangeQueue.CrawlActivityLogger - Interface in com.google.enterprise.connector.util.diffing
Interface to log the crawl activity for each crawl.
ChangeQueue.DefaultCrawlActivityLogger - Class in com.google.enterprise.connector.util.diffing
 
ChangeQueue.QueuePropertyFetcher - Interface in com.google.enterprise.connector.util.diffing
Interface to retrieve the properties required for ChangeQueue.
ChangeSource - Interface in com.google.enterprise.connector.util.diffing
A source of Change objects.
checkpoint() - Method in interface com.google.enterprise.connector.spi.DocumentList
Provides a checkpoint that can be used to control traversal.
checkpoint() - Method in class com.google.enterprise.connector.spi.SimpleDocumentList
 
checkpoint() - Method in class com.google.enterprise.connector.util.diffing.DiffingConnectorDocumentList
 
checkpoint() - Method in class com.google.enterprise.connector.util.EmptyDocumentList
Provides a checkpoint that can be used to control traversal.
CheckpointAndChangeQueue - Class in com.google.enterprise.connector.util.diffing
Queue of CheckpointAndChange objects to be processed by the DiffingConnectorTraversalManager.
CheckpointAndChangeQueue(ChangeSource, File, DocumentHandleFactory, DocumentHandleFactory) - Constructor for class com.google.enterprise.connector.util.diffing.CheckpointAndChangeQueue
 
ChecksumGenerator - Interface in com.google.enterprise.connector.util
Provide checksums over input.
clean() - Method in interface com.google.enterprise.connector.util.diffing.DocumentSnapshotRepositoryMonitorManager
Removes persisted state for DocumentSnapshotRepositoryMonitor threads.
clean() - Method in class com.google.enterprise.connector.util.diffing.DocumentSnapshotRepositoryMonitorManagerImpl
 
clean() - Method in class com.google.enterprise.connector.util.diffing.testing.FakeDocumentSnapshotRepositoryMonitorManager
 
Clock - Interface in com.google.enterprise.connector.util
Injectable clock to allow better testing.
close() - Method in class com.google.enterprise.connector.util.diffing.SnapshotReader
Closes the underlying input stream.
close() - Method in class com.google.enterprise.connector.util.diffing.SnapshotWriter
Closes the underlying output stream.
close() - Method in class com.google.enterprise.connector.util.EofFilterInputStream
 
closeConnections() - Method in class com.google.enterprise.connector.util.database.DatabaseConnectionPool
Empties the connection pool, closing all its Connections.
ColleagueData() - Constructor for class com.google.enterprise.connector.spi.SocialUserProfileDocument.ColleagueData
 
com.google.enterprise.connector.spi - package 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 - package com.google.enterprise.connector.util
Defines utility classes that might be helpful for connector developers.
com.google.enterprise.connector.util.database.testing - package com.google.enterprise.connector.util.database.testing
 
com.google.enterprise.connector.util.diffing - package 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.
com.google.enterprise.connector.util.diffing.testing - package com.google.enterprise.connector.util.diffing.testing
 
com.google.enterprise.connector.util.filter - package com.google.enterprise.connector.util.filter
Document filters act to transform their source Document's Properties.
com.google.enterprise.connector.util.testing - package com.google.enterprise.connector.util.testing
 
COMPARATOR - Static variable in class com.google.enterprise.connector.util.diffing.DocumentSnapshotComparator
An instance of this comparator for convenience.
compare(DocumentSnapshot, DocumentSnapshot) - Method in class com.google.enterprise.connector.util.diffing.DocumentSnapshotComparator
 
compareTo(AuthorizationResponse) - Method in class com.google.enterprise.connector.spi.AuthorizationResponse
Comparable for testing.
compareTo(Principal) - Method in class com.google.enterprise.connector.spi.Principal
Note that this comparison is inconsistent with equals, in that the PrincipalType is not considered in ordering.
compareTo(DiffingConnectorCheckpoint) - Method in class com.google.enterprise.connector.util.diffing.DiffingConnectorCheckpoint
 
ConfigureResponse - Class in com.google.enterprise.connector.spi
The response for most configuration methods, such as ConnectorType.getConfigForm and ConnectorType.validateConfig.
ConfigureResponse(String, String) - Constructor for class com.google.enterprise.connector.spi.ConfigureResponse
Simple constructor.
ConfigureResponse(String, String, Map<String, String>) - Constructor for class com.google.enterprise.connector.spi.ConfigureResponse
Complete constructor.
Connector - Interface in com.google.enterprise.connector.spi
The root of the SPI for connector instances.
ConnectorFactory - Interface in com.google.enterprise.connector.spi
This factory provides a mechanism by which ConnectorType.validateConfig may create instances of the connector for the purpose of validation.
ConnectorPersistentStore - Interface in com.google.enterprise.connector.spi
Gives connectors access to a local storage area.
ConnectorPersistentStoreAware - Interface in com.google.enterprise.connector.spi
If a Connector implements this marker interface, then the Connector Manager will call the setter when it instantiates it, supplying a ConnectorPersistentStore object, which encapsulates how a connector can persist and use information about documents or any other information.
ConnectorShutdownAware - Interface in com.google.enterprise.connector.spi
A Connector object may implement this interface if it wishes to be informed when the Connector instance is being shut down or deleted.
ConnectorType - Interface in com.google.enterprise.connector.spi
The root of the SPI for connector configuration.
CopyPropertyFilter - Class in com.google.enterprise.connector.util.filter
A Document filter that copies a Property's values to another property.
CopyPropertyFilter() - Constructor for class com.google.enterprise.connector.util.filter.CopyPropertyFilter
 
createAcl(String, String) - Static method in class com.google.enterprise.connector.spi.SecureDocument
Constructs a SecureDocument representing a stand-alone ACL.
createAcl(Map<String, List<Value>>) - Static method in class com.google.enterprise.connector.spi.SecureDocument
Constructs a SecureDocument representing a stand-alone ACL whose metadata consists of the supplied Map of properties, associating property names with their Values.
createDocumentWithAcl(Document) - Static method in class com.google.enterprise.connector.spi.SecureDocument
Constructs a SecureDocument representing a document with an ACL whose metadata consists of the properties of the given Document.
createDocumentWithAcl(Map<String, List<Value>>) - Static method in class com.google.enterprise.connector.spi.SecureDocument
Constructs a SecureDocument representing a document with an ACL whose metadata consists of the supplied Map of properties, associating property names with their Values.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links