Package org.deltafi.common.types
Class EnrichFlowPlan
- java.lang.Object
-
- org.deltafi.common.types.FlowPlan
-
- org.deltafi.common.types.EnrichFlowPlan
-
public class EnrichFlowPlan extends FlowPlan
-
-
Constructor Summary
Constructors Constructor Description EnrichFlowPlan(java.lang.String name)EnrichFlowPlan(java.lang.String name, FlowType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ActionConfiguration>allActionConfigurations()
-
-
-
Constructor Detail
-
EnrichFlowPlan
public EnrichFlowPlan(java.lang.String name)
-
EnrichFlowPlan
public EnrichFlowPlan(java.lang.String name, FlowType type)
-
-
Method Detail
-
allActionConfigurations
public java.util.List<ActionConfiguration> allActionConfigurations()
- Specified by:
allActionConfigurationsin classFlowPlan
-
-