|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Input | |
|---|---|
| org.gcube.datatransformation.datatransformationservice.stubs | |
| Uses of Input in org.gcube.datatransformation.datatransformationservice.stubs |
|---|
| Methods in org.gcube.datatransformation.datatransformationservice.stubs that return Input | |
|---|---|
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)
|
| Methods in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type Input | |
|---|---|
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)
|
| Constructors in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type Input | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||