|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter | |
|---|---|
| org.gcube.datatransformation.datatransformationservice.stubs | |
| Uses of Parameter in org.gcube.datatransformation.datatransformationservice.stubs |
|---|
| Methods in org.gcube.datatransformation.datatransformationservice.stubs that return Parameter | |
|---|---|
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[] |
TransformDataWithTransformationUnit.getTProgramUnboundParameters()
Gets the tProgramUnboundParameters value for this TransformDataWithTransformationUnit. |
Parameter[] |
TransformDataWithTransformationProgram.getTProgramUnboundParameters()
Gets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram. |
Parameter |
TransformDataWithTransformationUnit.getTProgramUnboundParameters(int i)
|
Parameter |
TransformDataWithTransformationProgram.getTProgramUnboundParameters(int i)
|
| Methods in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type Parameter | |
|---|---|
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 |
TransformDataWithTransformationUnit.setTProgramUnboundParameters(int i,
Parameter _value)
|
void |
TransformDataWithTransformationProgram.setTProgramUnboundParameters(int i,
Parameter _value)
|
void |
TransformDataWithTransformationUnit.setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
Sets the tProgramUnboundParameters value for this TransformDataWithTransformationUnit. |
void |
TransformDataWithTransformationProgram.setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
Sets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram. |
| Constructors in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type Parameter | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||