| Package | Description |
|---|---|
| org.apache.manifoldcf.agents.transformationconnection | |
| org.apache.manifoldcf.crawler.system |
| Modifier and Type | Field and Description |
|---|---|
protected TransformationConnection[] |
TransformationConnectionManager.TransformationConnectionExecutor.returnValues |
| Modifier and Type | Method and Description |
|---|---|
TransformationConnection |
TransformationConnection.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransformationConnectionManager.getTransformationConnectionsChunk(TransformationConnection[] rval,
java.util.Map<java.lang.String,java.lang.Integer> returnIndex,
java.util.ArrayList params)
Read a chunk of transformation connections.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ManifoldCF.processTransformationConnection(TransformationConnection connection,
ConfigurationNode connectionNode)
Convert input hierarchy into a TransformationConnection object.
|