Package | Description |
---|---|
org.apache.manifoldcf.authorities.authority | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected AuthorityConnection[] |
AuthorityConnectionManager.AuthorityConnectionExecutor.returnValues |
Modifier and Type | Method and Description |
---|---|
AuthorityConnection |
AuthorityConnection.duplicate()
Clone this object.
|
protected AuthorityConnection[] |
AuthorityConnectionManager.getAuthorityConnectionsMultiple(String[] connectionNames)
Fetch multiple repository connections at a single time.
|
AuthorityConnection[] |
AuthorityConnectionManager.AuthorityConnectionExecutor.getResults()
Get the result.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AuthorityConnectionManager.getAuthorityConnectionsChunk(AuthorityConnection[] rval,
Map returnIndex,
ArrayList params)
Read a chunk of authority connections.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.processAuthorityConnection(AuthorityConnection connection,
ConfigurationNode connectionNode)
Convert input hierarchy into an AuthorityConnection object.
|