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 IMappingConnectionIMappingConnectionManager. 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.IMappingConnectionIMappingConnectionManager. 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 IMappingConnectorIMappingConnectorPool. grab(IMappingConnection mappingConnection)Get a mapping connector.IMappingConnector[]IMappingConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IMappingConnection[] mappingConnections)Get multiple mapping connectors, all at once.voidIMappingConnectorPool. release(IMappingConnection connection, IMappingConnector connector)Release a mapping connector.voidIMappingConnectorPool. releaseMultiple(IMappingConnection[] connections, IMappingConnector[] connectors)Release multiple mapping connectors.booleanIMappingConnectionManager. 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 classMappingConnectionThis 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 IMappingConnectionMappingConnectionManager. 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.IMappingConnectionMappingConnectionManager. 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 intMappingConnectionManager. loadMultipleInternal(IMappingConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanMappingConnectionManager. 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 IMappingConnectorMappingConnectorPool. grab(IMappingConnection mappingConnection)Get a mapping connector.IMappingConnector[]MappingConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IMappingConnection[] mappingConnections)Get multiple mapping connectors, all at once.voidMappingConnectorPool. release(IMappingConnection connection, IMappingConnector connector)Release a mapping connector.voidMappingConnectorPool. 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 IMappingConnectionMappingRequest. mappingConnectionMethods in org.apache.manifoldcf.authorities.system that return IMappingConnection Modifier and Type Method Description IMappingConnectionMappingRequest. 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 voidManifoldCF. formatMappingConnection(ConfigurationNode connectionNode, IMappingConnection connection)Format a mapping connection.
-