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 ITransformationConnectionManagerTransformationConnectionManagerFactory. 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 classTransformationConnectionManagerThis 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 ITransformationConnectionManagerJobManager. transformationMgrprotected ITransformationConnectionManagerJobs. 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) 
 -