Package | Description |
---|---|
org.apache.manifoldcf.crawler.repository | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected RepositoryConnection[] |
RepositoryConnectionManager.RepositoryConnectionExecutor.returnValues |
Modifier and Type | Method and Description |
---|---|
RepositoryConnection |
RepositoryConnection.duplicate()
Clone this object.
|
protected RepositoryConnection[] |
RepositoryConnectionManager.getRepositoryConnectionsMultiple(String[] connectionNames)
Fetch multiple repository connections at a single time.
|
RepositoryConnection[] |
RepositoryConnectionManager.RepositoryConnectionExecutor.getResults()
Get the result.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RepositoryConnectionManager.getRepositoryConnectionsChunk(RepositoryConnection[] rval,
Map returnIndex,
ArrayList params)
Read a chunk of repository connections.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.processRepositoryConnection(RepositoryConnection connection,
ConfigurationNode connectionNode)
Convert input hierarchy into a RepositoryConnection object.
|