- setError(String) - Method in interface com.dataflux.architect.PlugStep
-
Set an error state.
- setInputFieldCount(int) - Method in class com.dataflux.architect.example.HttpRequestStep
-
- setInputFieldCount(int) - Method in interface com.dataflux.architect.ISimpleStep
-
Set the number of fields provided by the parent step.
- setInputFieldCount(int) - Method in class com.dataflux.architect.SimpleStepAdapter
-
- setInputFieldInformation(int, String, DataType, int) - Method in class com.dataflux.architect.example.HttpRequestStep
-
- setInputFieldInformation(int, String, DataType, int) - Method in interface com.dataflux.architect.ISimpleStep
-
Set the input field information provided by the parent step.
- setInputFieldInformation(int, String, DataType, int) - Method in class com.dataflux.architect.SimpleStepAdapter
-
- setInputFieldValue(int, Object) - Method in class com.dataflux.architect.example.HttpRequestStep
-
- setInputFieldValue(int, Object) - Method in interface com.dataflux.architect.ISimpleStep
-
Set the value of an input field.
- setInputFieldValue(int, Object) - Method in class com.dataflux.architect.SimpleStepAdapter
-
- setKeyValue(String, String) - Method in interface com.dataflux.architect.PlugEngine
-
- setLength(int) - Method in class com.dataflux.architect.FieldInformation
-
Set the length of the field in characters.
- setMaxByteLength(int) - Method in interface com.dataflux.architect.StepOutputItem
-
- setMaxCharLength(int) - Method in interface com.dataflux.architect.StepOutputItem
-
Sets the maximum length, in characters, of this item of type
DataType.STRING
.
- setName(String) - Method in class com.dataflux.architect.FieldInformation
-
Set the name of the field.
- setName(String) - Method in interface com.dataflux.architect.StepOutputItem
-
Set the name of the item.
- setParameterValue(int, String) - Method in class com.dataflux.architect.example.DebugSimpleStep
-
- setParameterValue(int, String) - Method in class com.dataflux.architect.example.HttpRequestStep
-
- setParameterValue(int, String) - Method in class com.dataflux.architect.example.MultiRowOutputStepExample
-
- setParameterValue(int, String) - Method in class com.dataflux.architect.SimpleStepAdapter
-
- setParameterValue(int, String) - Method in class com.dataflux.architect.StepAdapter
-
- setParameterValue(int, String) - Method in interface com.dataflux.architect.StepParameters
-
Set the value of a parameter required by this step.
- setPercent(int) - Method in class com.dataflux.architect.StepStatus
-
Set the percentage of completion of an executing plugin step.
- setStatus(String) - Method in class com.dataflux.architect.StepStatus
-
Set the description of the status of an executing plugin step.
- setTimings(Timings) - Method in class com.dataflux.architect.example.DebugSimpleStep
-
- setTimings(Timings) - Method in class com.dataflux.architect.example.DebugStep
-
- setTimings(Timings) - Method in interface com.dataflux.architect.ISupportTimings
-
Capture the container supplied Timings
instance.
- setType(DataType) - Method in class com.dataflux.architect.FieldInformation
-
Set the data type of the field.
- setType(DataType) - Method in interface com.dataflux.architect.StepOutputItem
-
Set the data type of the item.
- setValue(Object) - Method in interface com.dataflux.architect.StepOutputItem
-
Set the current value of the item.
- setVersion(int) - Method in interface com.dataflux.architect.PlugStep
-
Set the version that is reported by getVersion.
- SimpleStepAdapter - Class in com.dataflux.architect
-
ISimpleStep
adapter class.
- SimpleStepAdapter() - Constructor for class com.dataflux.architect.SimpleStepAdapter
-
- SimpleStepExample - Class in com.dataflux.architect.example
-
- SimpleStepExample() - Constructor for class com.dataflux.architect.example.SimpleStepExample
-
Constructor.
- step - Variable in class com.dataflux.architect.StepAdapter
-
The handle to the native dfPower Architect step object.
- StepAdapter - Class in com.dataflux.architect
-
IStep
adapter class.
- StepAdapter() - Constructor for class com.dataflux.architect.StepAdapter
-
- StepExample - Class in com.dataflux.architect.example
-
Demonstrate
IStep
semantics.
- StepExample() - Constructor for class com.dataflux.architect.example.StepExample
-
Constructor.
- StepException - Exception in com.dataflux.architect
-
Thrown to indicate that an error has occurred in a plugin step.
- StepException() - Constructor for exception com.dataflux.architect.StepException
-
Construct a StepException
with no detail message.
- StepException(String) - Constructor for exception com.dataflux.architect.StepException
-
Construct a StepException
with the specified detail message.
- StepExecType - Enum in com.dataflux.architect
-
Data Management Platform DataFlow Execution Type.
- StepInfo - Annotation Type in com.dataflux.architect
-
- StepOutputItem - Interface in com.dataflux.architect
-
Data Management Platform DataFlow Step Output Item.
- StepOutputItems - Interface in com.dataflux.architect
-
Data Management Platform DataFlow Output Items Container.
- StepParameters - Interface in com.dataflux.architect
-
Java? Plugin Configuration Services.
- StepReadState - Enum in com.dataflux.architect
-
Row processing results.
- StepStatus - Class in com.dataflux.architect
-
Status of a step within an executing DataFlow job.
- StepStatus() - Constructor for class com.dataflux.architect.StepStatus
-
Construct an uninitialized StepStatus
instance.
- StepStatus(int, String) - Constructor for class com.dataflux.architect.StepStatus
-
Construct an initialized StepStatus
instance.
- StepStep - Interface in com.dataflux.architect
-
Data Management Platform DataFlow Engine Step.