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 VersionContextIncrementalIngester. 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 ITransformationConnectionITransformationConnectionManager. 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.ITransformationConnectionITransformationConnectionManager. 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 VersionContextIIncrementalIngester. getTransformationDescription(ITransformationConnection transformationConnection, Specification spec)Get transformation version string for a document.ITransformationConnectorITransformationConnectorPool. grab(ITransformationConnection transformationConnection)Get a transformation connector.ITransformationConnector[]ITransformationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, ITransformationConnection[] transformationConnections)Get multiple transformation connectors, all at once.voidITransformationConnectorPool. release(ITransformationConnection connection, ITransformationConnector connector)Release a transformation connector.voidITransformationConnectorPool. releaseMultiple(ITransformationConnection[] connections, ITransformationConnector[] connectors)Release multiple transformation connectors.booleanITransformationConnectionManager. 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 classTransformationConnectionAn 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 ITransformationConnectionTransformationConnectionManager. create()Create a new transformation connection object.ITransformationConnection[]TransformationConnectionManager. getAllConnections()Obtain a list of the transformation connections, ordered by name.ITransformationConnectionTransformationConnectionManager. 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 intTransformationConnectionManager. loadMultipleInternal(ITransformationConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanTransformationConnectionManager. 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 ITransformationConnectorTransformationConnectorPool. grab(ITransformationConnection transformationConnection)Get a transformation connector.ITransformationConnector[]TransformationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, ITransformationConnection[] transformationConnections)Get multiple transformation connectors, all at once.voidTransformationConnectorPool. release(ITransformationConnection connection, ITransformationConnector connector)Release a transformation connector.voidTransformationConnectorPool. 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. transformationConnectionsMethods 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 voidManifoldCF. formatTransformationConnection(ConfigurationNode connectionNode, ITransformationConnection connection)Format a transformation connection.
-