Package | Description |
---|---|
org.apache.manifoldcf.crawler.notification | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected NotificationConnection[] |
NotificationConnectionManager.NotificationConnectionExecutor.returnValues |
Modifier and Type | Method and Description |
---|---|
NotificationConnection |
NotificationConnection.duplicate()
Clone this object.
|
protected NotificationConnection[] |
NotificationConnectionManager.getNotificationConnectionsMultiple(java.lang.String[] connectionNames)
Fetch multiple notification connections at a single time.
|
NotificationConnection[] |
NotificationConnectionManager.NotificationConnectionExecutor.getResults()
Get the result.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NotificationConnectionManager.getNotificationConnectionsChunk(NotificationConnection[] rval,
java.util.Map returnIndex,
java.util.ArrayList params)
Read a chunk of notification connections.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.processNotificationConnection(NotificationConnection connection,
ConfigurationNode connectionNode)
Convert input hierarchy into a NotificationConnection object.
|