Modifier and Type | Interface and Description |
---|---|
interface |
IOutputConnector
This interface describes an instance of a connection between an engine that needs to output documents,
and an output connector.
|
interface |
IPipelineConnector
This interface describes an instance of a connector which can live in a chained processing pipeline.
|
interface |
ITransformationConnector
This interface describes an instance of a connection to a translation engine.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseOutputConnector
This base class describes an instance of a connection between an output pipeline and the Connector Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTransformationConnector
This base class describes an instance of a connection between the Connector Framework and
a document transformation engine.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAuthorityConnector
An authority connector supplies an ACL of some kind for a given user.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthorityConnector
An authority connector supplies an ACL of some kind for a given user.
|
interface |
IMappingConnector
A Mapping Connector helps fill out the user identification information for a user.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseMappingConnector
A mapping connector massages a UserRecord to augment the user identification information within.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseConnector
This base class underlies all connector implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectorPool<T extends IConnector>
This is the base factory class for all ConnectorPool objects.
|
Modifier and Type | Method and Description |
---|---|
T[] |
ConnectorPool.grabMultiple(IThreadContext threadContext,
Class<T> clazz,
String[] orderingKeys,
String[] connectionNames,
String[] classNames,
ConfigParams[] configInfos,
int[] maxPoolSizes)
Get multiple connectors, all at once.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectorPool.releaseMultiple(IThreadContext threadContext,
String[] connectionNames,
T[] connectors)
Release multiple output connectors.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectorFactory<T extends IConnector>
This is the base factory class for all IConnector objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRepositoryConnector
This base class describes an instance of a connection between a repository and ManifoldCF's
standard "pull" ingestion agent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
INotificationConnector
This interface describes an instance of a connection between a notification engine
and ManifoldCF's standard "pull" ingestion agent.
|
interface |
IRepositoryConnector
This interface describes an instance of a connection between a repository and ManifoldCF's
standard "pull" ingestion agent.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseNotificationConnector
This base class describes an instance of a connection between a notification engine and ManifoldCF's
standard "pull" ingestion agent.
|