Package | Description |
---|---|
org.apache.manifoldcf.agents.outputconnection | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected OutputConnection[] |
OutputConnectionManager.OutputConnectionExecutor.returnValues |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OutputConnectionManager.getOutputConnectionsChunk(OutputConnection[] rval,
java.util.Map returnIndex,
java.util.ArrayList params)
Read a chunk of output connections.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.processOutputConnection(OutputConnection connection,
ConfigurationNode connectionNode)
Convert input hierarchy into an OutputConnection object.
|