Package | Description |
---|---|
com.hof.mi.etl.step | |
com.hof.mi.etl.step.definition.ui | |
com.hof.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter |
ETLInlineStep.getSubMenuParameter() |
Parameter |
AbstractETLInlineRowStep.getSubMenuParameter() |
Modifier and Type | Method and Description |
---|---|
protected ETLStepConfigSection |
AbstractETLInlineRowStep.generateDefaultSection(java.lang.String sectionKey,
java.lang.String sectionName,
java.lang.String sectionClassName,
java.util.List<Parameter> parameterList)
This is a helper function to generate a basic section with the parameters that are passed in.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Parameter> |
ETLStepConfigSection.getParameters()
Return the list of the Parameters in this section.
|
Modifier and Type | Method and Description |
---|---|
void |
ETLStepConfigSection.addParameter(Parameter p)
Add a parameter to this section.
|
Constructor and Description |
---|
ETLStepConfigSection(java.lang.String sectionKey,
java.lang.String sectionName,
java.util.List<Parameter> pList) |
Modifier and Type | Class and Description |
---|---|
class |
FileUploadParameter
Helper class to generate a file upload parameter for use in ParameterPanelCollection,
will setup all the fields that the client-side needs automatically
|
class |
ParameterImpl |
class |
PasswordParameter
Helper class to generate a password parameter for use in ParameterPanelCollection.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Parameter> |
ParameterSection.getParameters()
List of the options that will be displayed on the interface
|
java.util.List<Parameter> |
ParameterPanel.getParameters(java.lang.String type)
Return all params of a specific type from all sections in this Panel.
Use this method only if all Parameters in this panel have unique Property names. Parameters having the same key across sections will yield only one result. |
java.util.List<Parameter> |
ParameterSection.getParameters(java.lang.String type)
Return all params of a specific type in this Section.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicParameterOptions.addParameter(java.lang.String dynamicKey,
java.lang.String panelKey,
java.lang.String sectionKey,
Parameter parameter)
Adds a parameter to the panel/section defined
|