- getClassForType() - Method in enum com.dataflux.architect.DataType
-
Return the class associated with this data type.
- getCount() - Method in interface com.dataflux.architect.StepOutputItems
-
Return the number of output items.
- getEngine() - Method in interface com.dataflux.architect.PlugStep
-
Returns a reference to the Data Management Platform DataFlow engine.
- getExecutionType() - Method in interface com.dataflux.architect.PlugStep
-
Determine current execution type.
- getExistingOutputItems() - Method in interface com.dataflux.architect.PlugStep
-
This returns the output items collection that was created with
buildOutputItems
.
- getFullVersion() - Static method in class com.dataflux.architect.BuildInfo
-
Return our full version.
- getItem(int) - Method in interface com.dataflux.architect.StepOutputItems
-
The output item at the given 0-based index.
- getKeyValue(String, String) - Method in interface com.dataflux.architect.PlugEngine
-
- getLength() - Method in class com.dataflux.architect.FieldInformation
-
Return the length of the field in characters.
- getMaxByteLength() - Method in interface com.dataflux.architect.StepOutputItem
-
Returns the maximum length, in bytes, of this item of type
DataType.STRING
.
- getMaxCharLength() - Method in interface com.dataflux.architect.StepOutputItem
-
Returns the maximum length, in characters, of this item of type
DataType.STRING
.
- getName() - Method in class com.dataflux.architect.FieldInformation
-
Return the name of the field.
- getName() - Method in interface com.dataflux.architect.StepOutputItem
-
Returns the name of the item.
- getNumChildren() - Method in interface com.dataflux.architect.PlugStep
-
Returns the number of Step children.
- getNumParents() - Method in interface com.dataflux.architect.StepStep
-
Returns the number of parents for this step.
- getNumRows() - Method in class com.dataflux.architect.example.MultiRowOutputStepExample
-
- getNumRows() - Method in interface com.dataflux.architect.IStep
-
Get total number of rows that will be output by the plugin.
- getNumRows() - Method in class com.dataflux.architect.StepAdapter
-
- getNumRows() - Method in interface com.dataflux.architect.StepStep
-
Get the number of rows that this step will produce.
- getOutputFieldCount() - Method in class com.dataflux.architect.example.HttpRequestStep
-
- getOutputFieldCount() - Method in interface com.dataflux.architect.ISimpleStep
-
Return the number of output fields provided by this step.
- getOutputFieldCount() - Method in class com.dataflux.architect.SimpleStepAdapter
-
- getOutputFieldInformation(int) - Method in class com.dataflux.architect.example.HttpRequestStep
-
- getOutputFieldInformation(int) - Method in interface com.dataflux.architect.ISimpleStep
-
Return the information about an output field provided by this step.
- getOutputFieldInformation(int) - Method in class com.dataflux.architect.SimpleStepAdapter
-
- getOutputFieldValue(int) - Method in class com.dataflux.architect.example.HttpRequestStep
-
- getOutputFieldValue(int) - Method in interface com.dataflux.architect.ISimpleStep
-
Return the value of an output field in the current row.
- getOutputFieldValue(int) - Method in class com.dataflux.architect.SimpleStepAdapter
-
- getParameterCount() - Method in class com.dataflux.architect.example.DebugSimpleStep
-
- getParameterCount() - Method in class com.dataflux.architect.example.HttpRequestStep
-
- getParameterCount() - Method in class com.dataflux.architect.example.MultiRowOutputStepExample
-
- getParameterCount() - Method in class com.dataflux.architect.SimpleStepAdapter
-
- getParameterCount() - Method in class com.dataflux.architect.StepAdapter
-
- getParameterCount() - Method in interface com.dataflux.architect.StepParameters
-
Return the number of parameters this step requires.
- getParameterName(int) - Method in class com.dataflux.architect.example.DebugSimpleStep
-
- getParameterName(int) - Method in class com.dataflux.architect.example.HttpRequestStep
-
- getParameterName(int) - Method in class com.dataflux.architect.example.MultiRowOutputStepExample
-
- getParameterName(int) - Method in class com.dataflux.architect.SimpleStepAdapter
-
- getParameterName(int) - Method in class com.dataflux.architect.StepAdapter
-
- getParameterName(int) - Method in interface com.dataflux.architect.StepParameters
-
Get the name of a parameter required by this step.
- getParent(int) - Method in interface com.dataflux.architect.StepStep
-
Get a parent of this step.
- getPercent() - Method in class com.dataflux.architect.StepStatus
-
Returns the percentage of completion of an executing plugin step.
- getStatus() - Method in class com.dataflux.architect.example.MultiRowOutputStepExample
-
- getStatus() - Method in interface com.dataflux.architect.IStep
-
Return the status of a running step.
- getStatus() - Method in class com.dataflux.architect.StepAdapter
-
- getStatus() - Method in class com.dataflux.architect.StepStatus
-
Returns the description of the status of an executing plugin step.
- getStatus() - Method in interface com.dataflux.architect.StepStep
-
Get the status and percentage complete of a running step.
- getStep() - Method in interface com.dataflux.architect.PlugStep
-
Returns a reference to the Data Management Platform DataFlow
StepStep
interface.
- getType() - Method in class com.dataflux.architect.FieldInformation
-
Return the data type of the field.
- getType() - Method in interface com.dataflux.architect.StepOutputItem
-
Returns the data type of the item.
- getTypeCode() - Method in enum com.dataflux.architect.DataType
-
Return the low-level representation of this data type.
- getValue() - Method in enum com.dataflux.architect.LogSeverity
-
Retrieve the integer representation of the severity.
- getValue() - Method in enum com.dataflux.architect.PrepState
-
Return the integer equivalent of the PrepState
.
- getValue() - Method in interface com.dataflux.architect.StepOutputItem
-
Get the current value of the item.
- getValue() - Method in enum com.dataflux.architect.StepReadState
-
Return the integer value associated with the read state.
- getVersion() - Method in interface com.dataflux.architect.PlugStep
-
Return the version that was set when the step was created, or the current
version if setVersion was called.