Uses of Class
org.apache.manifoldcf.agents.transformationconnection.TransformationConnection
-
Packages that use TransformationConnection Package Description org.apache.manifoldcf.agents.transformationconnection org.apache.manifoldcf.crawler.system -
-
Uses of TransformationConnection in org.apache.manifoldcf.agents.transformationconnection
Fields in org.apache.manifoldcf.agents.transformationconnection declared as TransformationConnection Modifier and Type Field Description protected TransformationConnection[]TransformationConnectionManager.TransformationConnectionExecutor. returnValuesMethods in org.apache.manifoldcf.agents.transformationconnection that return TransformationConnection Modifier and Type Method Description TransformationConnectionTransformationConnection. duplicate()Clone this object.TransformationConnection[]TransformationConnectionManager.TransformationConnectionExecutor. getResults()Get the result.protected TransformationConnection[]TransformationConnectionManager. getTransformationConnectionsMultiple(java.lang.String[] connectionNames)Fetch multiple output connections at a single time.Methods in org.apache.manifoldcf.agents.transformationconnection with parameters of type TransformationConnection Modifier and Type Method Description protected voidTransformationConnectionManager. getTransformationConnectionsChunk(TransformationConnection[] rval, java.util.Map<java.lang.String,java.lang.Integer> returnIndex, java.util.ArrayList params)Read a chunk of transformation connections. -
Uses of TransformationConnection in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type TransformationConnection Modifier and Type Method Description protected static voidManifoldCF. processTransformationConnection(TransformationConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into a TransformationConnection object.
-