Class TransformationConnectionManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.agents.interfaces.TransformationConnectionManagerFactory
-
public class TransformationConnectionManagerFactory extends java.lang.Object
Transformation connection manager factory.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String[]
getAllTransformationActivities(IThreadContext tc)
Compile a list of all pertinent activities, across all existing transformation connections.static ITransformationConnectionManager
make(IThreadContext tc)
Make a transformation connection manager handle.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static ITransformationConnectionManager make(IThreadContext tc) throws ManifoldCFException
Make a transformation connection manager handle.- Parameters:
tc
- is the thread context.- Returns:
- the handle.
- Throws:
ManifoldCFException
-
getAllTransformationActivities
public static java.lang.String[] getAllTransformationActivities(IThreadContext tc) throws ManifoldCFException
Compile a list of all pertinent activities, across all existing transformation connections.- Parameters:
tc
- is the thread context.- Returns:
- the sorted list of transformation connection activities.
- Throws:
ManifoldCFException
-
-