Package org.deltafi.common.types
Class FlowPlan
- java.lang.Object
-
- org.deltafi.common.types.FlowPlan
-
- Direct Known Subclasses:
EgressFlowPlan,EnrichFlowPlan,IngressFlowPlan
public abstract class FlowPlan extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FlowPlan()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<ActionConfiguration>allActionConfigurations()
-
-
-
Method Detail
-
allActionConfigurations
public abstract java.util.List<ActionConfiguration> allActionConfigurations()
-
-