Package | Description |
---|---|
org.apache.manifoldcf.authorities.mapping | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected MappingConnection[] |
MappingConnectionManager.MappingConnectionExecutor.returnValues |
Modifier and Type | Method and Description |
---|---|
MappingConnection |
MappingConnection.duplicate()
Clone this object.
|
protected MappingConnection[] |
MappingConnectionManager.getMappingConnectionsMultiple(java.lang.String[] connectionNames)
Fetch multiple mapping connections at a single time.
|
MappingConnection[] |
MappingConnectionManager.MappingConnectionExecutor.getResults()
Get the result.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MappingConnectionManager.getMappingConnectionsChunk(MappingConnection[] rval,
java.util.Map returnIndex,
java.util.ArrayList params)
Read a chunk of mapping connections.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.processMappingConnection(MappingConnection connection,
ConfigurationNode connectionNode)
Convert input hierarchy into an MappingConnection object.
|