Modifier and Type | Method and Description |
---|---|
VersionContext |
IncrementalIngester.getTransformationDescription(ITransformationConnection transformationConnection,
Specification spec)
Get transformation version string for a document.
|
Modifier and Type | Method and Description |
---|---|
ITransformationConnection |
ITransformationConnectionManager.create()
Create a new transformation connection object.
|
ITransformationConnection[] |
ITransformationConnectionManager.getAllConnections()
Obtain a list of the transformation connections, ordered by name.
|
ITransformationConnection[] |
IPipelineConnections.getTransformationConnections()
Get the transformation connection instances mentioned by the IPipelineSpecification
object.
|
ITransformationConnection |
ITransformationConnectionManager.load(java.lang.String name)
Load an transformation connection by name.
|
ITransformationConnection[] |
ITransformationConnectionManager.loadMultiple(java.lang.String[] names)
Load a set of transformation connections.
|
Modifier and Type | Method and Description |
---|---|
VersionContext |
IIncrementalIngester.getTransformationDescription(ITransformationConnection transformationConnection,
Specification spec)
Get transformation version string for a document.
|
ITransformationConnector |
ITransformationConnectorPool.grab(ITransformationConnection transformationConnection)
Get a transformation connector.
|
ITransformationConnector[] |
ITransformationConnectorPool.grabMultiple(java.lang.String[] orderingKeys,
ITransformationConnection[] transformationConnections)
Get multiple transformation connectors, all at once.
|
void |
ITransformationConnectorPool.release(ITransformationConnection connection,
ITransformationConnector connector)
Release a transformation connector.
|
void |
ITransformationConnectorPool.releaseMultiple(ITransformationConnection[] connections,
ITransformationConnector[] connectors)
Release multiple transformation connectors.
|
boolean |
ITransformationConnectionManager.save(ITransformationConnection object)
Save a transformation connection object.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformationConnection
An instance of this class represents a persistently-stored transformation connection description.
|
Modifier and Type | Method and Description |
---|---|
ITransformationConnection |
TransformationConnectionManager.create()
Create a new transformation connection object.
|
ITransformationConnection[] |
TransformationConnectionManager.getAllConnections()
Obtain a list of the transformation connections, ordered by name.
|
ITransformationConnection |
TransformationConnectionManager.load(java.lang.String name)
Load a transformation connection by name.
|
ITransformationConnection[] |
TransformationConnectionManager.loadMultiple(java.lang.String[] names)
Load multiple transformation connections by name.
|
Modifier and Type | Method and Description |
---|---|
protected int |
TransformationConnectionManager.loadMultipleInternal(ITransformationConnection[] rval,
int outputIndex,
java.lang.String[] fetchNames,
int inputIndex,
int length) |
boolean |
TransformationConnectionManager.save(ITransformationConnection object)
Save a transformation connection object.
|
Modifier and Type | Method and Description |
---|---|
ITransformationConnector |
TransformationConnectorPool.grab(ITransformationConnection transformationConnection)
Get a transformation connector.
|
ITransformationConnector[] |
TransformationConnectorPool.grabMultiple(java.lang.String[] orderingKeys,
ITransformationConnection[] transformationConnections)
Get multiple transformation connectors, all at once.
|
void |
TransformationConnectorPool.release(ITransformationConnection connection,
ITransformationConnector connector)
Release a transformation connector.
|
void |
TransformationConnectorPool.releaseMultiple(ITransformationConnection[] connections,
ITransformationConnector[] connectors)
Release multiple transformation connectors.
|
Modifier and Type | Field and Description |
---|---|
protected ITransformationConnection[] |
PipelineConnections.transformationConnections |
Modifier and Type | Method and Description |
---|---|
ITransformationConnection[] |
PipelineConnections.getTransformationConnections() |
ITransformationConnection[] |
PipelineSpecification.getTransformationConnections()
Get the transformation connection instances mentioned by the IPipelineSpecification
object.
|
ITransformationConnection[] |
PipelineSpecificationWithVersions.getTransformationConnections()
Get the transformation connection instances mentioned by the IPipelineSpecification
object.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatTransformationConnection(ConfigurationNode connectionNode,
ITransformationConnection connection)
Format a transformation connection.
|