Uses of Class
org.apache.manifoldcf.authorities.mapping.MappingConnection
-
Packages that use MappingConnection Package Description org.apache.manifoldcf.authorities.mapping org.apache.manifoldcf.crawler.system -
-
Uses of MappingConnection in org.apache.manifoldcf.authorities.mapping
Fields in org.apache.manifoldcf.authorities.mapping declared as MappingConnection Modifier and Type Field Description protected MappingConnection[]
MappingConnectionManager.MappingConnectionExecutor. returnValues
Methods in org.apache.manifoldcf.authorities.mapping that return MappingConnection Modifier and Type Method 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.Methods in org.apache.manifoldcf.authorities.mapping with parameters of type MappingConnection Modifier and Type Method Description protected void
MappingConnectionManager. getMappingConnectionsChunk(MappingConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)
Read a chunk of mapping connections. -
Uses of MappingConnection in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type MappingConnection Modifier and Type Method Description protected static void
ManifoldCF. processMappingConnection(MappingConnection connection, ConfigurationNode connectionNode)
Convert input hierarchy into an MappingConnection object.
-