Uses of Interface
org.apache.manifoldcf.agents.interfaces.ITransformationConnection
-
-
Uses of ITransformationConnection in org.apache.manifoldcf.agents.incrementalingest
Methods in org.apache.manifoldcf.agents.incrementalingest with parameters of type ITransformationConnection Modifier and Type Method Description VersionContext
IncrementalIngester. getTransformationDescription(ITransformationConnection transformationConnection, Specification spec)
Get transformation version string for a document. -
Uses of ITransformationConnection in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that return ITransformationConnection Modifier and Type Method 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.Methods in org.apache.manifoldcf.agents.interfaces with parameters of type ITransformationConnection Modifier and Type Method 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. -
Uses of ITransformationConnection in org.apache.manifoldcf.agents.transformationconnection
Classes in org.apache.manifoldcf.agents.transformationconnection that implement ITransformationConnection Modifier and Type Class Description class
TransformationConnection
An instance of this class represents a persistently-stored transformation connection description.Methods in org.apache.manifoldcf.agents.transformationconnection that return ITransformationConnection Modifier and Type Method 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.Methods in org.apache.manifoldcf.agents.transformationconnection with parameters of type ITransformationConnection Modifier and Type Method 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. -
Uses of ITransformationConnection in org.apache.manifoldcf.agents.transformationconnectorpool
Methods in org.apache.manifoldcf.agents.transformationconnectorpool with parameters of type ITransformationConnection Modifier and Type Method 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. -
Uses of ITransformationConnection in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as ITransformationConnection Modifier and Type Field Description protected ITransformationConnection[]
PipelineConnections. transformationConnections
Methods in org.apache.manifoldcf.crawler.system that return ITransformationConnection Modifier and Type Method 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.Methods in org.apache.manifoldcf.crawler.system with parameters of type ITransformationConnection Modifier and Type Method Description protected static void
ManifoldCF. formatTransformationConnection(ConfigurationNode connectionNode, ITransformationConnection connection)
Format a transformation connection.
-