|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationservice.StubsToModelUtils
public class StubsToModelUtils
| Constructor Summary | |
|---|---|
StubsToModelUtils()
|
|
| Method Summary | |
|---|---|
static org.gcube.datatransformation.datatransformationservice.stubs.ArrayOfContentTypes |
contentTypeArrayToStub(ArrayList<org.gcube.datatransformation.datatransformationlibrary.model.ContentType> contentTypesList)
Returns an array of stub ContentType from an ArrayList of model ContentType |
static org.gcube.datatransformation.datatransformationlibrary.model.ContentType |
contentTypeFromStub(org.gcube.datatransformation.datatransformationservice.stubs.ContentType contentType)
Returns a model ContentType from a stub ContentType |
static org.gcube.datatransformation.datatransformationservice.stubs.ContentType |
contentTypeToStub(org.gcube.datatransformation.datatransformationlibrary.model.ContentType contentType)
Returns a stub ContentType from a model ContentType. |
static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Input |
inputFromStub(org.gcube.datatransformation.datatransformationservice.stubs.Input stubInput)
Returns model's Input constructed from stubs Input |
static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Output |
outputFromStub(org.gcube.datatransformation.datatransformationservice.stubs.Output stubOutput)
Returns model's Output constructed from stubs Output |
static org.gcube.datatransformation.datatransformationlibrary.model.Parameter[] |
parametersFromStub(org.gcube.datatransformation.datatransformationservice.stubs.Parameter[] parameters)
Returns an array of Parameter from an array of Parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StubsToModelUtils()
| Method Detail |
|---|
public static org.gcube.datatransformation.datatransformationlibrary.model.ContentType contentTypeFromStub(org.gcube.datatransformation.datatransformationservice.stubs.ContentType contentType)
throws Exception
ContentType from a stub ContentType
contentType - The stub ContentType
ContentType
Exception - If an error in conversion occurred.public static org.gcube.datatransformation.datatransformationlibrary.model.Parameter[] parametersFromStub(org.gcube.datatransformation.datatransformationservice.stubs.Parameter[] parameters)
Parameter from an array of Parameter
parameters - The array of Parameter
Parameter
public static org.gcube.datatransformation.datatransformationservice.stubs.ContentType contentTypeToStub(org.gcube.datatransformation.datatransformationlibrary.model.ContentType contentType)
throws Exception
ContentType from a model ContentType.
contentType - The model ContentType
ContentType
Exception - If an error in conversion occurred.public static org.gcube.datatransformation.datatransformationservice.stubs.ArrayOfContentTypes contentTypeArrayToStub(ArrayList<org.gcube.datatransformation.datatransformationlibrary.model.ContentType> contentTypesList)
ContentType from an ArrayList of model ContentType
contentTypesList - The ArrayList of model ContentType
ContentTypespublic static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Input inputFromStub(org.gcube.datatransformation.datatransformationservice.stubs.Input stubInput)
stubInput -
public static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Output outputFromStub(org.gcube.datatransformation.datatransformationservice.stubs.Output stubOutput)
stubInput -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||