Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected IMappingConnection |
MappingRequest.mappingConnection |
Modifier and Type | Method and Description |
---|---|
IMappingConnection |
MappingRequest.getMappingConnection()
Get the mapping connection.
|
Constructor and Description |
---|
MappingRequest(IMappingConnection mappingConnection,
java.lang.String identifyingString)
Construct the request, and record the question.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatMappingConnection(ConfigurationNode connectionNode,
IMappingConnection connection)
Format a mapping connection.
|