Modifier and Type | Class and Description |
---|---|
class |
AuthorityConnection
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 |
---|---|
IAuthorityConnection |
AuthorityConnectionManager.create()
Create a new repository connection object.
|
IAuthorityConnection[] |
AuthorityConnectionManager.getAllConnections()
Obtain a list of the authority connections, ordered by name.
|
IAuthorityConnection[] |
AuthorityConnectionManager.getDomainConnections(String authDomain)
Obtain a list of the authority connections which correspond to an auth domain.
|
IAuthorityConnection |
AuthorityConnectionManager.load(String name)
Load a repository connection by name.
|
IAuthorityConnection[] |
AuthorityConnectionManager.loadMultiple(String[] names)
Load multiple repository connections by name.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AuthorityConnectionManager.loadMultipleInternal(IAuthorityConnection[] rval,
int outputIndex,
String[] fetchNames,
int inputIndex,
int length) |
boolean |
AuthorityConnectionManager.save(IAuthorityConnection object)
Save a repository connection object.
|
Modifier and Type | Method and Description |
---|---|
IAuthorityConnector |
AuthorityConnectorPool.grab(IAuthorityConnection authorityConnection)
Get an authority connector.
|
IAuthorityConnector[] |
AuthorityConnectorPool.grabMultiple(String[] orderingKeys,
IAuthorityConnection[] authorityConnections)
Get multiple authority connectors, all at once.
|
void |
AuthorityConnectorPool.release(IAuthorityConnection connection,
IAuthorityConnector connector)
Release an output connector.
|
void |
AuthorityConnectorPool.releaseMultiple(IAuthorityConnection[] connections,
IAuthorityConnector[] connectors)
Release multiple authority connectors.
|
Modifier and Type | Method and Description |
---|---|
IAuthorityConnection |
IAuthorityConnectionManager.create()
Create a new authority connection object.
|
IAuthorityConnection[] |
IAuthorityConnectionManager.getAllConnections()
Obtain a list of the authority connections, ordered by name.
|
IAuthorityConnection[] |
IAuthorityConnectionManager.getDomainConnections(String authDomain)
Obtain a list of the authority connections which correspond to an auth domain.
|
IAuthorityConnection |
IAuthorityConnectionManager.load(String name)
Load a authority connection by name.
|
IAuthorityConnection[] |
IAuthorityConnectionManager.loadMultiple(String[] names)
Load multiple repository connections by name.
|
Modifier and Type | Method and Description |
---|---|
IAuthorityConnector |
IAuthorityConnectorPool.grab(IAuthorityConnection authorityConnection)
Get an authority connector.
|
IAuthorityConnector[] |
IAuthorityConnectorPool.grabMultiple(String[] orderingKeys,
IAuthorityConnection[] authorityConnections)
Get multiple authority connectors, all at once.
|
void |
IAuthorityConnectorPool.release(IAuthorityConnection connection,
IAuthorityConnector connector)
Release an authority connector.
|
void |
IAuthorityConnectorPool.releaseMultiple(IAuthorityConnection[] connections,
IAuthorityConnector[] connectors)
Release multiple authority connectors.
|
boolean |
IAuthorityConnectionManager.save(IAuthorityConnection object)
Save an authority connection object.
|
Modifier and Type | Field and Description |
---|---|
protected IAuthorityConnection |
AuthRequest.authorityConnection |
Modifier and Type | Method and Description |
---|---|
IAuthorityConnection |
AuthRequest.getAuthorityConnection()
Get the authority connection
|
Constructor and Description |
---|
AuthRequest(IAuthorityConnection authorityConnection,
String identifyingString)
Construct the request, and record the question.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatAuthorityConnection(ConfigurationNode connectionNode,
IAuthorityConnection connection)
Format an authority connection.
|