Uses of Interface
org.apache.manifoldcf.authorities.interfaces.IMappingConnection
-
-
Uses of IMappingConnection in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces that return IMappingConnection Modifier and Type Method Description IMappingConnection
IMappingConnectionManager. create()
Create a new mapping connection object.IMappingConnection[]
IMappingConnectionManager. getAllConnections()
Obtain a list of the mapping connections, ordered by name.IMappingConnection[]
IMappingConnectionManager. getAllNonLoopingConnections(java.lang.String startingConnectionName)
Obtain a list of the mapping connections, ordered by name, excluding those that would form a prerequisite loop if chosen.IMappingConnection
IMappingConnectionManager. load(java.lang.String name)
Load a mapping connection by name.IMappingConnection[]
IMappingConnectionManager. loadMultiple(java.lang.String[] names)
Load multiple mapping connections by name.Methods in org.apache.manifoldcf.authorities.interfaces with parameters of type IMappingConnection Modifier and Type Method Description IMappingConnector
IMappingConnectorPool. grab(IMappingConnection mappingConnection)
Get a mapping connector.IMappingConnector[]
IMappingConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IMappingConnection[] mappingConnections)
Get multiple mapping connectors, all at once.void
IMappingConnectorPool. release(IMappingConnection connection, IMappingConnector connector)
Release a mapping connector.void
IMappingConnectorPool. releaseMultiple(IMappingConnection[] connections, IMappingConnector[] connectors)
Release multiple mapping connectors.boolean
IMappingConnectionManager. save(IMappingConnection object)
Save an mapping connection object. -
Uses of IMappingConnection in org.apache.manifoldcf.authorities.mapping
Classes in org.apache.manifoldcf.authorities.mapping that implement IMappingConnection Modifier and Type Class Description class
MappingConnection
This is the implementation of the authority connection interface, which describes a paper object to be manipulated in order to create, edit, or save an authority definition.Methods in org.apache.manifoldcf.authorities.mapping that return IMappingConnection Modifier and Type Method Description IMappingConnection
MappingConnectionManager. create()
Create a new repository connection object.IMappingConnection[]
MappingConnectionManager. getAllConnections()
Obtain a list of the repository connections, ordered by name.IMappingConnection[]
MappingConnectionManager. getAllNonLoopingConnections(java.lang.String startingConnectionName)
Obtain a list of the mapping connections, ordered by name, excluding those that would form a prerequisite loop if chosen.IMappingConnection
MappingConnectionManager. load(java.lang.String name)
Load a mapping connection by name.IMappingConnection[]
MappingConnectionManager. loadMultiple(java.lang.String[] names)
Load multiple mapping connections by name.Methods in org.apache.manifoldcf.authorities.mapping with parameters of type IMappingConnection Modifier and Type Method Description protected int
MappingConnectionManager. loadMultipleInternal(IMappingConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)
boolean
MappingConnectionManager. save(IMappingConnection object)
Save a mapping connection object. -
Uses of IMappingConnection in org.apache.manifoldcf.authorities.mappingconnectorpool
Methods in org.apache.manifoldcf.authorities.mappingconnectorpool with parameters of type IMappingConnection Modifier and Type Method Description IMappingConnector
MappingConnectorPool. grab(IMappingConnection mappingConnection)
Get a mapping connector.IMappingConnector[]
MappingConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IMappingConnection[] mappingConnections)
Get multiple mapping connectors, all at once.void
MappingConnectorPool. release(IMappingConnection connection, IMappingConnector connector)
Release a mapping connector.void
MappingConnectorPool. releaseMultiple(IMappingConnection[] connections, IMappingConnector[] connectors)
Release multiple mapping connectors. -
Uses of IMappingConnection in org.apache.manifoldcf.authorities.system
Fields in org.apache.manifoldcf.authorities.system declared as IMappingConnection Modifier and Type Field Description protected IMappingConnection
MappingRequest. mappingConnection
Methods in org.apache.manifoldcf.authorities.system that return IMappingConnection Modifier and Type Method Description IMappingConnection
MappingRequest. getMappingConnection()
Get the mapping connection.Constructors in org.apache.manifoldcf.authorities.system with parameters of type IMappingConnection Constructor Description MappingRequest(IMappingConnection mappingConnection, java.lang.String identifyingString)
Construct the request, and record the question. -
Uses of IMappingConnection in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type IMappingConnection Modifier and Type Method Description protected static void
ManifoldCF. formatMappingConnection(ConfigurationNode connectionNode, IMappingConnection connection)
Format a mapping connection.
-