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 IOutputConnectionManager
IncrementalIngester. 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 IOutputConnectionManager
OutputConnectionManagerFactory. 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 class
OutputConnectionManager
This 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 IOutputConnectionManager
JobManager. outputMgr
protected IOutputConnectionManager
Jobs. 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)
-