Uses of Interface
org.apache.manifoldcf.core.interfaces.IConnector
-
-
Uses of IConnector in org.apache.manifoldcf.agents.interfaces
Subinterfaces of IConnector in org.apache.manifoldcf.agents.interfaces Modifier and Type Interface Description interfaceIOutputConnectorThis interface describes an instance of a connection between an engine that needs to output documents, and an output connector.interfaceIPipelineConnectorThis interface describes an instance of a connector which can live in a chained processing pipeline.interfaceITransformationConnectorThis interface describes an instance of a connection to a translation engine. -
Uses of IConnector in org.apache.manifoldcf.agents.output
Classes in org.apache.manifoldcf.agents.output that implement IConnector Modifier and Type Class Description classBaseOutputConnectorThis base class describes an instance of a connection between an output pipeline and the Connector Framework. -
Uses of IConnector in org.apache.manifoldcf.agents.transformation
Classes in org.apache.manifoldcf.agents.transformation that implement IConnector Modifier and Type Class Description classBaseTransformationConnectorThis base class describes an instance of a connection between the Connector Framework and a document transformation engine. -
Uses of IConnector in org.apache.manifoldcf.authorities.authorities
Classes in org.apache.manifoldcf.authorities.authorities that implement IConnector Modifier and Type Class Description classBaseAuthorityConnectorAn authority connector supplies an ACL of some kind for a given user. -
Uses of IConnector in org.apache.manifoldcf.authorities.interfaces
Subinterfaces of IConnector in org.apache.manifoldcf.authorities.interfaces Modifier and Type Interface Description interfaceIAuthorityConnectorAn authority connector supplies an ACL of some kind for a given user.interfaceIMappingConnectorA Mapping Connector helps fill out the user identification information for a user. -
Uses of IConnector in org.apache.manifoldcf.authorities.mappers
Classes in org.apache.manifoldcf.authorities.mappers that implement IConnector Modifier and Type Class Description classBaseMappingConnectorA mapping connector massages a UserRecord to augment the user identification information within. -
Uses of IConnector in org.apache.manifoldcf.core.connector
Classes in org.apache.manifoldcf.core.connector that implement IConnector Modifier and Type Class Description classBaseConnectorThis base class underlies all connector implementations. -
Uses of IConnector in org.apache.manifoldcf.core.connectorpool
Classes in org.apache.manifoldcf.core.connectorpool with type parameters of type IConnector Modifier and Type Class Description classConnectorPool<T extends IConnector>This is the base factory class for all ConnectorPool objects.Methods in org.apache.manifoldcf.core.connectorpool that return IConnector Modifier and Type Method Description T[]ConnectorPool. grabMultiple(IThreadContext threadContext, java.lang.Class<T> clazz, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)Get multiple connectors, all at once.Methods in org.apache.manifoldcf.core.connectorpool with parameters of type IConnector Modifier and Type Method Description voidConnectorPool. releaseMultiple(IThreadContext threadContext, java.lang.String[] connectionNames, T[] connectors)Release multiple output connectors. -
Uses of IConnector in org.apache.manifoldcf.core.interfaces
Classes in org.apache.manifoldcf.core.interfaces with type parameters of type IConnector Modifier and Type Class Description classConnectorFactory<T extends IConnector>This is the base factory class for all IConnector objects. -
Uses of IConnector in org.apache.manifoldcf.crawler.connectors
Classes in org.apache.manifoldcf.crawler.connectors that implement IConnector Modifier and Type Class Description classBaseRepositoryConnectorThis base class describes an instance of a connection between a repository and ManifoldCF's standard "pull" ingestion agent. -
Uses of IConnector in org.apache.manifoldcf.crawler.interfaces
Subinterfaces of IConnector in org.apache.manifoldcf.crawler.interfaces Modifier and Type Interface Description interfaceINotificationConnectorThis interface describes an instance of a connection between a notification engine and ManifoldCF's standard "pull" ingestion agent.interfaceIRepositoryConnectorThis interface describes an instance of a connection between a repository and ManifoldCF's standard "pull" ingestion agent. -
Uses of IConnector in org.apache.manifoldcf.crawler.notifications
Classes in org.apache.manifoldcf.crawler.notifications that implement IConnector Modifier and Type Class Description classBaseNotificationConnectorThis base class describes an instance of a connection between a notification engine and ManifoldCF's standard "pull" ingestion agent.
-