Uses of Class
org.gcube.datatransformation.datatransformationservice.stubs.ContentType

Packages that use ContentType
org.gcube.datatransformation.datatransformationservice.stubs   
 

Uses of ContentType in org.gcube.datatransformation.datatransformationservice.stubs
 

Methods in org.gcube.datatransformation.datatransformationservice.stubs that return ContentType
 ContentType DataElementIDandContentType.getContentType()
          Gets the contentType value for this DataElementIDandContentType.
 ContentType[] ArrayOfContentTypes.getContentTypesArray()
          Gets the contentTypesArray value for this ArrayOfContentTypes.
 ContentType ArrayOfContentTypes.getContentTypesArray(int i)
           
 ContentType FindAvailableTargetContentTypes.getSourceContentType()
          Gets the sourceContentType value for this FindAvailableTargetContentTypes.
 ContentType FindApplicableTransformationUnits.getSourceContentType()
          Gets the sourceContentType value for this FindApplicableTransformationUnits.
 ContentType TransformData.getTargetContentType()
          Gets the targetContentType value for this TransformData.
 ContentType TransformDataWithTransformationProgram.getTargetContentType()
          Gets the targetContentType value for this TransformDataWithTransformationProgram.
 ContentType TransformDataWithTransformationUnit.getTargetContentType()
          Gets the targetContentType value for this TransformDataWithTransformationUnit.
 ContentType FindApplicableTransformationUnits.getTargetContentType()
          Gets the targetContentType value for this FindApplicableTransformationUnits.
 

Methods in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type ContentType
 void DataElementIDandContentType.setContentType(ContentType contentType)
          Sets the contentType value for this DataElementIDandContentType.
 void ArrayOfContentTypes.setContentTypesArray(ContentType[] contentTypesArray)
          Sets the contentTypesArray value for this ArrayOfContentTypes.
 void ArrayOfContentTypes.setContentTypesArray(int i, ContentType _value)
           
 void FindAvailableTargetContentTypes.setSourceContentType(ContentType sourceContentType)
          Sets the sourceContentType value for this FindAvailableTargetContentTypes.
 void FindApplicableTransformationUnits.setSourceContentType(ContentType sourceContentType)
          Sets the sourceContentType value for this FindApplicableTransformationUnits.
 void TransformData.setTargetContentType(ContentType targetContentType)
          Sets the targetContentType value for this TransformData.
 void TransformDataWithTransformationProgram.setTargetContentType(ContentType targetContentType)
          Sets the targetContentType value for this TransformDataWithTransformationProgram.
 void TransformDataWithTransformationUnit.setTargetContentType(ContentType targetContentType)
          Sets the targetContentType value for this TransformDataWithTransformationUnit.
 void FindApplicableTransformationUnits.setTargetContentType(ContentType targetContentType)
          Sets the targetContentType value for this FindApplicableTransformationUnits.
 

Constructors in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type ContentType
ArrayOfContentTypes(ContentType[] contentTypesArray)
           
DataElementIDandContentType(ContentType contentType, String dataElementID)
           
FindApplicableTransformationUnits(boolean createAndPublishCompositeTP, ContentType sourceContentType, ContentType targetContentType)
           
FindAvailableTargetContentTypes(ContentType sourceContentType)
           
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 © 2013. All Rights Reserved.