Uses of Interface
org.apache.manifoldcf.agents.interfaces.ITransformationConnectionManager
-
-
Uses of ITransformationConnectionManager in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that return ITransformationConnectionManager Modifier and Type Method Description static ITransformationConnectionManager
TransformationConnectionManagerFactory. make(IThreadContext tc)
Make a transformation connection manager handle. -
Uses of ITransformationConnectionManager in org.apache.manifoldcf.agents.transformationconnection
Classes in org.apache.manifoldcf.agents.transformationconnection that implement ITransformationConnectionManager Modifier and Type Class Description class
TransformationConnectionManager
This class is the manager of the transformation connection description. -
Uses of ITransformationConnectionManager in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as ITransformationConnectionManager Modifier and Type Field Description protected ITransformationConnectionManager
JobManager. transformationMgr
protected ITransformationConnectionManager
Jobs. transMgr
-
Uses of ITransformationConnectionManager in org.apache.manifoldcf.crawler.system
Constructors in org.apache.manifoldcf.crawler.system with parameters of type ITransformationConnectionManager Constructor Description PipelineConnections(IPipelineSpecificationBasic spec, ITransformationConnectionManager transformationConnectionManager, IOutputConnectionManager outputConnectionManager)
-