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 

T

take(Document) - Method in interface com.google.enterprise.connector.spi.DocumentAcceptor
Takes an spi Document and pushes it along, presumably to the GSA Feed.
TAR_DOT_GZ_EXTENSION - Static variable in class com.google.enterprise.connector.util.diffing.testing.FakeTraversalContext
 
TestDirectoryManager - Class in com.google.enterprise.connector.util.diffing.testing
Utility methods for tests to access temporary directories.
TestDirectoryManager(TestCase) - Constructor for class com.google.enterprise.connector.util.diffing.testing.TestDirectoryManager
 
TestJdbcDatabase - Class in com.google.enterprise.connector.util.database.testing
A JdbcDatabase implementation that uses an in-memory H2 database for storage.
TestJdbcDatabase - Class in com.google.enterprise.connector.util.database.testing
A JdbcDatabase implementation that uses an in-memory H2 database for storage.
TestJdbcDatabase() - Constructor for class com.google.enterprise.connector.util.database.testing.TestJdbcDatabase
Constructs a JdbcDatabase implementation that uses an in-memory H2 database for storage.
TestJdbcDatabase() - Constructor for class com.google.enterprise.connector.util.database.testing.TestJdbcDatabase
Constructs a JdbcDatabase implementation that uses an in-memory H2 database for storage.
TestLocalDatabase - Class in com.google.enterprise.connector.util.database.testing
A LocalDatabase implementation that uses an in-memory H2 database for storage and looks for DatabaseResourceBundles relative to the current directory or specified resource directory.
TestLocalDatabase - Class in com.google.enterprise.connector.util.database.testing
A LocalDatabase implementation that uses an in-memory H2 database for storage and looks for DatabaseResourceBundles relative to the current directory or specified resource directory.
TestLocalDatabase(String, File) - Constructor for class com.google.enterprise.connector.util.database.testing.TestLocalDatabase
Constructs a TestLocalDatabase for the named connector type.
TestLocalDatabase(String, File) - Constructor for class com.google.enterprise.connector.util.database.testing.TestLocalDatabase
Constructs a TestLocalDatabase for the named connector type.
TestResourceClassLoader - Class in com.google.enterprise.connector.util.database.testing
A ClassLoader that looks for resources relative to the specified resources directory, or the current working directory, if none is specified.
TestResourceClassLoader - Class in com.google.enterprise.connector.util.database.testing
A ClassLoader that looks for resources relative to the specified resources directory, or the current working directory, if none is specified.
TestResourceClassLoader(File) - Constructor for class com.google.enterprise.connector.util.database.testing.TestResourceClassLoader
 
TestResourceClassLoader(File) - Constructor for class com.google.enterprise.connector.util.database.testing.TestResourceClassLoader
 
testTraversalSchedule() - Method in class com.google.enterprise.connector.util.diffing.DocumentSnapshotRepositoryMonitor
 
ThrowingErrorHandler() - Constructor for class com.google.enterprise.connector.util.XmlParseUtil.ThrowingErrorHandler
 
toLegacyString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.FeedType
 
toString() - Method in class com.google.enterprise.connector.spi.AuthenticationResponse
 
toString() - Method in class com.google.enterprise.connector.spi.AuthorizationResponse
 
toString() - Method in class com.google.enterprise.connector.spi.Principal
 
toString() - Method in class com.google.enterprise.connector.spi.SimpleAuthenticationIdentity
Returns a loggable string representation of this identity.
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.AclAccess
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.AclInheritanceType
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.AclScope
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.ActionType
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.CaseSensitivityType
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.ContentEncoding
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.DatabaseType
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.PrincipalType
 
toString() - Method in enum com.google.enterprise.connector.spi.SpiConstants.RoleType
Deprecated.
 
toString() - Method in class com.google.enterprise.connector.spi.Value
Returns a string representation of the Value.
toString() - Method in class com.google.enterprise.connector.util.database.JdbcDatabase
 
toString() - Method in class com.google.enterprise.connector.util.diffing.Change
Converts this instance into a JSON object and returns that object's string representation.
toString() - Method in class com.google.enterprise.connector.util.diffing.DeleteDocumentHandle
 
toString() - Method in class com.google.enterprise.connector.util.diffing.DiffingConnectorCheckpoint
Returns a String representation of this DiffingConnectorCheckpoint.
toString() - Method in interface com.google.enterprise.connector.util.diffing.DocumentHandle
Returns serialized String representation of this DocumentHandle suitable for deserialization using DocumentHandleFactory.fromString(String).
toString() - Method in interface com.google.enterprise.connector.util.diffing.DocumentSnapshot
Returns a serialized String representation of this DocumentSnapshot suitable for deserialization with DocumentSnapshotFactory.fromString(String).
toString() - Method in class com.google.enterprise.connector.util.diffing.MonitorCheckpoint
 
toString() - Method in class com.google.enterprise.connector.util.filter.AbstractDocumentFilter
 
toString() - Method in class com.google.enterprise.connector.util.filter.AddPropertyFilter
 
toString() - Method in class com.google.enterprise.connector.util.filter.CopyPropertyFilter
 
toString() - Method in class com.google.enterprise.connector.util.filter.DeletePropertyFilter
 
toString() - Method in class com.google.enterprise.connector.util.filter.DocumentFilterChain
 
toString() - Method in class com.google.enterprise.connector.util.filter.ModifyPropertyFilter
 
toString() - Method in class com.google.enterprise.connector.util.filter.SkipDocumentFilter
 
TraversalContext - Interface in com.google.enterprise.connector.spi
A callback interface that the Connector Manager will pass in to a TraversalManager, which the traversal manager can the use to call back to get information from the Connector Manager.
TraversalContextAware - Interface in com.google.enterprise.connector.spi
A TraversalManager should implement this interface if it wants the Connector Manager to supply it with a TraversalContext object.
TraversalContextManager - Class in com.google.enterprise.connector.util.diffing
Holder for the TraversalContext.
TraversalContextManager() - Constructor for class com.google.enterprise.connector.util.diffing.TraversalContextManager
 
TraversalManager - Interface in com.google.enterprise.connector.spi
Interface for implementing query-based traversal.
TraversalSchedule - Interface in com.google.enterprise.connector.spi
A traversal schedule for a connector.
TraversalScheduleAware - Interface in com.google.enterprise.connector.spi
An optional interface that a TraversalManager or Lister may implement, which will receive the TraversalSchedule for this connector.
traversalTimeLimitSeconds() - Method in class com.google.enterprise.connector.spi.SimpleTraversalContext
 
traversalTimeLimitSeconds() - Method in interface com.google.enterprise.connector.spi.TraversalContext
Returns the time in seconds for allotted traversals to complete.
TraversalTimer - Class in com.google.enterprise.connector.util
A simple timer to control traversal loops and avoid batch timeouts.
TraversalTimer(TraversalContext) - Constructor for class com.google.enterprise.connector.util.TraversalTimer
Constructs a timer using the time limit of the TraversalContext.
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