Uses of Class
org.apache.manifoldcf.agents.outputconnection.OutputConnection
-
Packages that use OutputConnection Package Description org.apache.manifoldcf.agents.outputconnection org.apache.manifoldcf.crawler.system -
-
Uses of OutputConnection in org.apache.manifoldcf.agents.outputconnection
Fields in org.apache.manifoldcf.agents.outputconnection declared as OutputConnection Modifier and Type Field Description protected OutputConnection[]
OutputConnectionManager.OutputConnectionExecutor. returnValues
Methods in org.apache.manifoldcf.agents.outputconnection that return OutputConnection Modifier and Type Method Description OutputConnection
OutputConnection. duplicate()
Clone this object.protected OutputConnection[]
OutputConnectionManager. getOutputConnectionsMultiple(java.lang.String[] connectionNames)
Fetch multiple output connections at a single time.OutputConnection[]
OutputConnectionManager.OutputConnectionExecutor. getResults()
Get the result.Methods in org.apache.manifoldcf.agents.outputconnection with parameters of type OutputConnection Modifier and Type Method Description protected void
OutputConnectionManager. getOutputConnectionsChunk(OutputConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)
Read a chunk of output connections. -
Uses of OutputConnection in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type OutputConnection Modifier and Type Method Description protected static void
ManifoldCF. processOutputConnection(OutputConnection connection, ConfigurationNode connectionNode)
Convert input hierarchy into an OutputConnection object.
-