| Package | Description |
|---|---|
| org.gcube.datatransformation.datatransformationservice.stubs |
| Modifier and Type | Method and Description |
|---|---|
Parameter[] |
Input.getInputparameters()
Gets the inputparameters value for this Input.
|
Parameter |
Input.getInputparameters(int i) |
Parameter[] |
Output.getOutputparameters()
Gets the outputparameters value for this Output.
|
Parameter |
Output.getOutputparameters(int i) |
Parameter[] |
ContentType.getParameters()
Gets the parameters value for this ContentType.
|
Parameter |
ContentType.getParameters(int i) |
Parameter[] |
TransformDataWithTransformationProgram.getTProgramUnboundParameters()
Gets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.
|
Parameter[] |
TransformDataWithTransformationUnit.getTProgramUnboundParameters()
Gets the tProgramUnboundParameters value for this TransformDataWithTransformationUnit.
|
Parameter |
TransformDataWithTransformationProgram.getTProgramUnboundParameters(int i) |
Parameter |
TransformDataWithTransformationUnit.getTProgramUnboundParameters(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setInputparameters(int i,
Parameter _value) |
void |
Input.setInputparameters(Parameter[] inputparameters)
Sets the inputparameters value for this Input.
|
void |
Output.setOutputparameters(int i,
Parameter _value) |
void |
Output.setOutputparameters(Parameter[] outputparameters)
Sets the outputparameters value for this Output.
|
void |
ContentType.setParameters(int i,
Parameter _value) |
void |
ContentType.setParameters(Parameter[] parameters)
Sets the parameters value for this ContentType.
|
void |
TransformDataWithTransformationProgram.setTProgramUnboundParameters(int i,
Parameter _value) |
void |
TransformDataWithTransformationUnit.setTProgramUnboundParameters(int i,
Parameter _value) |
void |
TransformDataWithTransformationProgram.setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
Sets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.
|
void |
TransformDataWithTransformationUnit.setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
Sets the tProgramUnboundParameters value for this TransformDataWithTransformationUnit.
|
| Constructor and Description |
|---|
ContentType(String mimeType,
Parameter[] parameters) |
Input(String inputType,
String inputValue,
Parameter[] inputparameters) |
Output(String outputType,
String outputValue,
Parameter[] outputparameters) |
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.