Uses of Interface
org.apache.manifoldcf.agents.interfaces.IOutputConnectionManager
-
-
Uses of IOutputConnectionManager in org.apache.manifoldcf.agents.incrementalingest
Fields in org.apache.manifoldcf.agents.incrementalingest declared as IOutputConnectionManager Modifier and Type Field Description protected IOutputConnectionManagerIncrementalIngester. connectionManager -
Uses of IOutputConnectionManager in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that return IOutputConnectionManager Modifier and Type Method Description static IOutputConnectionManagerOutputConnectionManagerFactory. make(IThreadContext tc)Make an output connection manager handle. -
Uses of IOutputConnectionManager in org.apache.manifoldcf.agents.outputconnection
Classes in org.apache.manifoldcf.agents.outputconnection that implement IOutputConnectionManager Modifier and Type Class Description classOutputConnectionManagerThis class is the manager of the outputconnection description. -
Uses of IOutputConnectionManager in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as IOutputConnectionManager Modifier and Type Field Description protected IOutputConnectionManagerJobManager. outputMgrprotected IOutputConnectionManagerJobs. outputMgr -
Uses of IOutputConnectionManager in org.apache.manifoldcf.crawler.system
Constructors in org.apache.manifoldcf.crawler.system with parameters of type IOutputConnectionManager Constructor Description PipelineConnections(IPipelineSpecificationBasic spec, ITransformationConnectionManager transformationConnectionManager, IOutputConnectionManager outputConnectionManager)
-