Uses of Interface
org.apache.manifoldcf.core.interfaces.IDBInterface
-
-
Uses of IDBInterface in org.apache.manifoldcf.agents.agentmanager
Constructors in org.apache.manifoldcf.agents.agentmanager with parameters of type IDBInterface Constructor Description AgentManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.agents.incrementalingest
Constructors in org.apache.manifoldcf.agents.incrementalingest with parameters of type IDBInterface Constructor Description IncrementalIngester(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.agents.outputconnection
Constructors in org.apache.manifoldcf.agents.outputconnection with parameters of type IDBInterface Constructor Description OutputConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.agents.outputconnmgr
Constructors in org.apache.manifoldcf.agents.outputconnmgr with parameters of type IDBInterface Constructor Description OutputConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.agents.transformationconnection
Constructors in org.apache.manifoldcf.agents.transformationconnection with parameters of type IDBInterface Constructor Description TransformationConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.agents.transformationconnmgr
Constructors in org.apache.manifoldcf.agents.transformationconnmgr with parameters of type IDBInterface Constructor Description TransformationConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.authorities.authconnmgr
Constructors in org.apache.manifoldcf.authorities.authconnmgr with parameters of type IDBInterface Constructor Description AuthorityConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.authorities.authdomains
Constructors in org.apache.manifoldcf.authorities.authdomains with parameters of type IDBInterface Constructor Description AuthorizationDomainManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.authorities.authgroups
Constructors in org.apache.manifoldcf.authorities.authgroups with parameters of type IDBInterface Constructor Description AuthorityGroupManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.authorities.authority
Constructors in org.apache.manifoldcf.authorities.authority with parameters of type IDBInterface Constructor Description AuthorityConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.authorities.mapconnmgr
Constructors in org.apache.manifoldcf.authorities.mapconnmgr with parameters of type IDBInterface Constructor Description MappingConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.authorities.mapping
Constructors in org.apache.manifoldcf.authorities.mapping with parameters of type IDBInterface Constructor Description MappingConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.core.database
Classes in org.apache.manifoldcf.core.database that implement IDBInterface Modifier and Type Class Description classDBInterfaceHSQLDBThis is the HSQLDB implementation of the IDBInterface class.classDBInterfaceMariaDBclassDBInterfaceMySQLclassDBInterfacePostgreSQLFields in org.apache.manifoldcf.core.database declared as IDBInterface Modifier and Type Field Description protected IDBInterfaceBaseTable. dbInterfaceMethods in org.apache.manifoldcf.core.database that return IDBInterface Modifier and Type Method Description protected IDBInterfaceBaseTable. getDBInterface()Constructors in org.apache.manifoldcf.core.database with parameters of type IDBInterface Constructor Description BaseTable(IDBInterface dbInterface, java.lang.String tableName) -
Uses of IDBInterface in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return IDBInterface Modifier and Type Method Description static IDBInterfaceDBInterfaceFactory. make(IThreadContext context, java.lang.String databaseName, java.lang.String userName, java.lang.String password) -
Uses of IDBInterface in org.apache.manifoldcf.core.system
Methods in org.apache.manifoldcf.core.system with parameters of type IDBInterface Modifier and Type Method Description static java.lang.StringManifoldCF. getChildDatabaseName(IDBInterface companyDatabase, java.lang.String childDBIdentifier)Find a child database name given a company database instance and the child database identifier. -
Uses of IDBInterface in org.apache.manifoldcf.crawler.bins
Constructors in org.apache.manifoldcf.crawler.bins with parameters of type IDBInterface Constructor Description BinManager(IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.crawler.connmgr
Constructors in org.apache.manifoldcf.crawler.connmgr with parameters of type IDBInterface Constructor Description ConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as IDBInterface Modifier and Type Field Description protected IDBInterfaceJobManager. databaseConstructors in org.apache.manifoldcf.crawler.jobs with parameters of type IDBInterface Constructor Description Carrydown(IDBInterface database)Constructor.EventManager(IDBInterface database)Constructor.HopCount(IThreadContext tc, IDBInterface database)Constructor.HopDeleteDeps(IDBInterface database)Constructor.HopFilterManager(IThreadContext threadContext, IDBInterface database)Constructor.IntrinsicLink(IDBInterface database)Constructor.JobManager(IThreadContext threadContext, IDBInterface database)Constructor.JobQueue(IThreadContext tc, IDBInterface database)Constructor.Jobs(IThreadContext threadContext, IDBInterface database)Constructor.NotificationManager(IThreadContext threadContext, IDBInterface database)Constructor.PipelineManager(IThreadContext threadContext, IDBInterface database)Constructor.PrereqEventManager(IDBInterface database)Constructor.ScheduleManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.crawler.notification
Constructors in org.apache.manifoldcf.crawler.notification with parameters of type IDBInterface Constructor Description NotificationConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.crawler.notificationconnmgr
Constructors in org.apache.manifoldcf.crawler.notificationconnmgr with parameters of type IDBInterface Constructor Description NotificationConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IDBInterface in org.apache.manifoldcf.crawler.repository
Constructors in org.apache.manifoldcf.crawler.repository with parameters of type IDBInterface Constructor Description RepositoryConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor.RepositoryHistoryManager(IThreadContext tc, IDBInterface database)Constructor.ThrottleSpecManager(IDBInterface database)Constructor.
-