public class TransformationConnectionManagerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and 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.
|
public static final java.lang.String _rcsid
public static ITransformationConnectionManager make(IThreadContext tc) throws ManifoldCFException
tc
- is the thread context.ManifoldCFException
public static java.lang.String[] getAllTransformationActivities(IThreadContext tc) throws ManifoldCFException
tc
- is the thread context.ManifoldCFException