Package org.deltafi.common.types
Class EgressFlowPlan
java.lang.Object
org.deltafi.common.types.FlowPlan
org.deltafi.common.types.EgressFlowPlan
-
Constructor Summary
ConstructorsConstructorDescriptionEgressFlowPlan(String name, String description, FormatActionConfiguration formatAction, List<ValidateActionConfiguration> validateActions, EgressActionConfiguration egressAction) EgressFlowPlan(String name, String description, FormatActionConfiguration formatAction, EgressActionConfiguration egressAction) EgressFlowPlan(String name, FlowType type, String description, FormatActionConfiguration formatAction, List<ValidateActionConfiguration> validateActions, EgressActionConfiguration egressAction) -
Method Summary
-
Constructor Details
-
EgressFlowPlan
public EgressFlowPlan(String name, String description, FormatActionConfiguration formatAction, EgressActionConfiguration egressAction) -
EgressFlowPlan
public EgressFlowPlan(String name, String description, FormatActionConfiguration formatAction, List<ValidateActionConfiguration> validateActions, EgressActionConfiguration egressAction) -
EgressFlowPlan
public EgressFlowPlan(String name, FlowType type, String description, FormatActionConfiguration formatAction, List<ValidateActionConfiguration> validateActions, EgressActionConfiguration egressAction)
-
-
Method Details
-
allActionConfigurations
- Specified by:
allActionConfigurationsin classFlowPlan
-