| Package | Description |
|---|---|
| org.gcube.datatransformation.datatransformationservice.stubs |
| Modifier and Type | Method and Description |
|---|---|
Input |
TransformDataWithTransformationProgram.getInput()
Gets the input value for this TransformDataWithTransformationProgram.
|
Input |
TransformData.getInput()
Gets the input value for this TransformData.
|
Input[] |
TransformDataWithTransformationUnit.getInputs()
Gets the inputs value for this TransformDataWithTransformationUnit.
|
Input |
TransformDataWithTransformationUnit.getInputs(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformDataWithTransformationProgram.setInput(Input input)
Sets the input value for this TransformDataWithTransformationProgram.
|
void |
TransformData.setInput(Input input)
Sets the input value for this TransformData.
|
void |
TransformDataWithTransformationUnit.setInputs(Input[] inputs)
Sets the inputs value for this TransformDataWithTransformationUnit.
|
void |
TransformDataWithTransformationUnit.setInputs(int i,
Input _value) |
| Constructor and Description |
|---|
TransformData(boolean createReport,
Input input,
Output output,
ContentType targetContentType) |
TransformDataWithTransformationProgram(String TPID,
boolean createReport,
Input input,
Output output,
Parameter[] tProgramUnboundParameters,
ContentType targetContentType) |
TransformDataWithTransformationUnit(String TPID,
boolean createReport,
boolean filterSources,
Input[] inputs,
Output output,
Parameter[] tProgramUnboundParameters,
ContentType targetContentType,
String transformationUnitID) |
Copyright © 2014. All Rights Reserved.