Package org.deltafi.common.types
Class TransformFlowPlan
java.lang.Object
org.deltafi.common.types.FlowPlan
org.deltafi.common.types.TransformFlowPlan
- All Implemented Interfaces:
Subscriber
-
Constructor Summary
ConstructorsConstructorDescriptionTransformFlowPlan(String name, String description) TransformFlowPlan(String name, FlowType type, String description) -
Method Summary
Modifier and TypeMethodDescriptionGet the set of subscription rulesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.deltafi.common.types.Subscriber
getName
-
Constructor Details
-
TransformFlowPlan
-
TransformFlowPlan
-
-
Method Details
-
allActionConfigurations
- Specified by:
allActionConfigurationsin classFlowPlan
-
subscriptions
Description copied from interface:SubscriberGet the set of subscription rules- Specified by:
subscriptionsin interfaceSubscriber- Returns:
- set of subscription rules
-