Difference between revisions of "Data Transformation"

From Gcube Wiki
Jump to: navigation, search
(Transformation Programs)
Line 35: Line 35:
 
A transformation program is an xml document describing one or more possible transformations from a source content type to a target content type. Each transformation program references to at most one program and it contains one or more transformation units for each possible transformation.
 
A transformation program is an xml document describing one or more possible transformations from a source content type to a target content type. Each transformation program references to at most one program and it contains one or more transformation units for each possible transformation.
  
==== Transformation Programs ====
+
==== Complex transformation ====
  
 
Complex transformation processes are described by ''transformation programs'', which are XML documents. Transformation programs are stored in the IS. Each transformation program can reference other transformation programs and use them as “black-box” components in the transformation process it defines.
 
Complex transformation processes are described by ''transformation programs'', which are XML documents. Transformation programs are stored in the IS. Each transformation program can reference other transformation programs and use them as “black-box” components in the transformation process it defines.

Revision as of 14:12, 12 November 2013

gCube Data Transformation Service

Introduction

The gCube Data Transformation service is responsible for transforming content and metadata among different formats and specifications. gDTS lies on top of Content and Metadata Management services. It interoperates with these components in order to retrieve information objects and store the transformed ones. Transformations can be performed offline and on demand on a single object or on a group of objects.

gDTS employs a variety of pluggable converters in order to transform digital objects between arbitrary content types, and takes advantage of extended information on the content types to achieve the selection of the appropriate conversion elements.

As already mentioned, the main functionality of the gCube Data Transformation Service is to convert digital objects from one content format to another. The conversions will be performed by transformation programs which either have been previously defined and stored or are composed on-the-fly during the transformation process. Every transformation program (except for those which are composed on-the-fly) is stored in the IS.

The gCube Data Transformation Service is presumed to offer a lot of benefits in many aspects of gCube. Presentation layer benefits from the production of alternative representations of multimedia documents. Generation of thumbnails, transformations of objects to specific formats that are required by some presentation applications and projection of multimedia files with variable quality/bitrate are just some examples of useful transformations over multimedia documents. In addition, as conversion tool for textual documents, it will offer online projection of documents in html format and moreover any other downloadable formats as pdf or ps. Annotation UI can be implemented more straightforward on selected logical groups of content types (e.g. images) without caring about the details of the content and the support offered by the browsers. Finally, by utilizing the functionality of Metadata Broker, homogenization of metadata with variable schemas can be achieved.

Concepts

Content Type

In gDTS the content type identification and notation conforms to the MIME type specification described in RFC 2045 and RFC 2046. This provides compliance with mainstream applications such as browsers, mail clients, etc. In this context, a document’s content type is defined by the media type, the subtype identifier plus a set of parameters, specified in an “attribute=value” notation. This extra information is exploited by data converters capable of interpreting it.

Some examples of content formats of information objects are:

- Mimetype=”image/png”, width=”500”, height=”500” that denotes that the object’s format is the well known portable network graphics and the image’s width and height is 500 pixel.

- Mimetype=”text/xml”, schema=”dc”, language=”en”, denotes that the object is an xml document with schema Dublin Core and language English.

Transformation Units

A transformation unit describes the way a program can be used in order to perform a transformation from one or more source content type to a target content type. The transformation unit determines the behaviour of each program by providing proper program parameters potentially drawn from the content type representation. Program parameters may contain string literals and/or ranges (via wildcards) in order to denote source content types. In addition, the wildcard ‘-’ can be used to force the presence of a program parameter in the content types set by the caller which uses this specific transformation unit. Furthermore, transformation units may reference other transformation units and use them as “black-box” components in a transformation process. Thus, each transformation unit is identified by the pair (transformation program id, transformation unit id).

Transformations' Graph

Through transformation units new content types and program capabilities are published to gDTS. The published information is stored in a graph we call transformations graph. The graph's nodes and edges correspond to content types and transformation units respectively. Using this graph we are able to find a path of transformation units so as to perform an object transformation from its content type (source) to a target content type.

Transformation Programs

A transformation program is an xml document describing one or more possible transformations from a source content type to a target content type. Each transformation program references to at most one program and it contains one or more transformation units for each possible transformation.

Complex transformation

Complex transformation processes are described by transformation programs, which are XML documents. Transformation programs are stored in the IS. Each transformation program can reference other transformation programs and use them as “black-box” components in the transformation process it defines.

Each transformation program consists of:

  • One or more data input definitions. Each one defines the schema, language and type (record, ResultSet or collection) of the data that must be mapped to the particular input.
  • One or more input variables. Each one of them is placeholder for an additional string value which must be passed to the transformation program at run-time.
  • Exactly one data output definition, which contains the output data type (record, ResultSet or collection), schema and language.
  • One or more transformation rule definitions.

Note: The name of the input or output schema must be given in the format SchemaName=SchemaURI, where SchemaName is the name of the schema and SchemaURI is the URI of its definition, e.g. DC=http://dublincore.org/schemas/xmls/simpledc20021212.xsd.

Transformation Rules

Transformation rules are the building block of transformation programs. Each transformation program always contains at least one transformation rule. Transformation rules describe simple transformations and execute in the order in which they are defined inside the transformation program. Usually the output of a transformation rule is the input of the next one. So, a transformation program can be thought of as a chain of transformation rules which work together in order to perform the complex transformation defined by the whole transformation program.

Each transformation rule consists of:

  • One or more data input definitions. Each definition contains the schema, language, type (record, ResultSet, collection or input variable) and data reference of the input it describes. Each one of these elements (except for the 'type' element) can be either a literal value, or a reference to another value defined inside the transformation program (using XPath syntax).
  • Exactly one data output, which can be:
    • A definition that contains the output data type (record, ResultSet or collection), schema and language.
    • A reference to the transformation program‘s output (using XPath syntax). This is the way to express that the output of this transformation rule will also be the output of the whole transformation program, so such a reference is only valid for the transformation program‘s final rule.
  • The name of the underlying program to execute in order to do the transformation, using standard 'packageName.className' syntax.

A transformation rule can also be a reference to another transformation program. This way, whole transformation programs can be used as parts of the execution of another transformation program. The reference can me made using the unique id of the transformation program being referenced and a set of value assignments to its data inputs and variables.

Note: The name of the input or output schema must be given in the format SchemaName=SchemaURI, where SchemaName is the name of the schema and SchemaURI is the URI of its definition, e.g. DC=http://dublincore.org/schemas/xmls/simpledc20021212.xsd.

Variable fields inside data input/output definitions

Inside the definition of data inputs and outputs of transformation programs and transformation rules, any field except for 'Type' can be declared as a variable field. Just like inputs variables, variable fields get their values by run-time assignments. In order to declare an element as a variable field of its parent element, one needs to include 'isVariable=true' in the element's definition. When the caller invokes a broker operation in order to transform some metadata, he/she can provide a set of value assignments to the input variables and variable fields of the transformation program definition. But the caller has access only to the variables of the whole transformation program, not the internal transformation rules. However, transformation rules can also contain variable fields in their input/output definitions. Since the caller cannot explicitly assign values to them, such variable fields must contain an XPath expression as their value, which points to another element inside the transformation program that contains the value to be assigned. These references are resolved when each transformation rule is executed, so if, for example, a variable field of a transformation rule's input definition points to a variable field of the previous transformation rule's output definition, it is guaranteed that the referenced element's value will be there at the time of execution of the second transformation rule. It is important to note that every XPath expression should specify an absolute location inside the document, which basically means it should start with '/'.

There is a special case where the language and schema fields of a transformation program's data input definition can be automatically get values assigned to them, without requiring the caller to do so. This can happen when the type of the particular data input is set to collection. In this case, the Metadata Broker Service automatically retrieves the format of the metadata collection described by the ID that is given through the Reference field of the data input definition and assigns the actual schema descriptor and language identifier of the collection to the respective variable fields of the data input definition. If any of these fields already contain values, these values are compared with the ones retrieved from the metadata collection's profile, and if they are different the execution of the transformation program stops and an exception is thrown by the Metadata Broker service. Note that the automatic value assignment works only on data inputs of transformation programs and NOT on data inputs of individual transformation rules.

Programs

A program (not to be confused with transformation program) is the Java class which performs the actual transformation on the input data. A transformation rule is just a XML description of the interface (inputs and output) of a program.

Each program can define any number of methods, but when the transformation rule which references it is executed, the service will use reflection in order to locate the correct method to call based on the input and output types defined in the transformation rule that initiates the call to the program's transformation method. The execution process is the following:

  • A client invokes DTS requesting the execution of a transformation program.
  • For each transformation rule found in the transformation program:
    • DTS reads the schema, language and type of the transformation rule's inputs, as well as the actual payloads given as inputs. The output format descriptor is also read.
    • Based on this information, DTS constructs one or more DataSource and a DataSink object, which are wrapper classes around the transformation rule's input and output descriptors.
    • The program to be invoked for the transformation is read from the transformation rule.
    • DTS uses reflection in order to locate the transformation method to be called inside the program. This is done through the input and output descriptors of the transformation rule.

Generally speaking, the main logic in a program will be something like this:

  • while (source.hasNext()) do the following:
    • sourceElement = source.getNext();
    • (transform sourceElement to produce 'transformedPayload')
    • destElement = sink.getNewDataElement(sourceElement, transformedPayload);
    • sink.writeNext(destElement);
  • sink.finishedWriting();


Implementation Overview

The gCube Data Transformation Service is primarily comprised by the Data Transformation Service component which basically implements the WS-Interface of the Service, the Data Transformation Library which carries out the basic functionality of the Service i.e. the selection of the appropriate conversion element and the execution of the transformation over the information objects, a set of data handlers which are responsible to fetch and return/store the information objects and finally the conversion elements “Programs” that perform the conversions.

Data Transformation Service

The Data Transformation Service component implements the WS-Interface of the Service. Basically, it is the entry point for the services that Data Transformation Library provides. It's main operation is to check the parameters of the invocation, instantiate the data handlers, invoke the appropriate method of Data Transformation Library and inform clients for any possible faults.

A Data Transformation Service's RI operates successfully over multiple scopes by keeping any necessary information for each scope independently.

Data Transformation Library

Inside the Data Transformation Library it is implemented the core functionality of gDTS. The Data Transformation Library contains variable packages which are responsible for different features of gDTS. The basic class of the Data Transformation Library is the DTSCore which is the class responsible to orchestrate the rest of the components. A DTSCore instance contains a transformations graph which is responsible to determine the transformation that will be performed (if the transformation program / unit is not explicitly set), as well as an information manager (IManager) which is the class responsible to fetch information about the transformation programs. The implementation of IManager that is currently used by the gDTS is the ISManager which fetches, publishes and queries transformation programs from the IS.

The following diagram depicts the operations applied by Data Transformation Library on data elements when a request for a transformation is made and a transformation unit has not been explicitly set.

Data Transformation Library Operational Diagram

For each data element the Data Elements Broker reads its content type and by utilizing the transformations graph, determines the proper Transformation Unit that is going to perform the transformation. Then the required Data Bridge and Program instances are created and the data element is appended to the source Data Bridge of the Transformation Unit. Then each object which has the same content type is also appended into the same Data Bridge. If another object comes from the Data Source which has a different content type, the Data Elements Broker uses again the Transformations Graph and a new Transformation Unit is instantiated. If the graph does not manage to find any applicable transformation unit for a data element, it is just ignored as well as the rest which have the same content type.

In the Transformation Unit then, the data elements are transformed one by one by the program and the result is appended into the target data bridge contained in the transformation unit. Then these objects are available to the Data Source Merger which reads in parallel objects from all the target data bridges and appends them into the Data Sink.

Apart from the core functionality, in the Data Transformation Library are also contained the interfaces of the Programs and Data Handlers which have to be adopted by any program or data handler implementation. Finally, report and query packages contain classes for the reporting and querying functionalities respectively.

Data Transformation Handlers

The gDTS has to perform some procedures in order to fetch and store content. These procedures are totally independent from the basic functionality of the gDTS which is to transform one or more objects into different content formats and they shall not affect it by any means. So whenever the gDTS is invoked, the caller-supplied data is automatically wrapped in a data source object. In a similar way, the output of the transformation is wrapped in a data sink object. The source and sink objects can then be used by the invoked java program in order to read each source object sequentially and write its transformed counterpart to the destination. This processing of data objects is done homogenously because of the abstraction provided by the data sources and data sinks, no matter what the nature of the original source and destination is.

The clients identify the appropriate data handler by its name in the input/output type parameter contained in each transform method of gDTS. Then, the service loads dynamically the java class of the data handler that corresponds to this type.

The available Data Handlers are:

Data Sources
Data Source NameInput NameInput ValueInput ParametersDescription
CObjectDataSourceCObjectcontent object idhandleParts = "true|false", handleAlternativeRepresentations = "true|false"Fetches one content object.
CollectionDataSourceCollectioncontent collection idhandleParts = "true|false", handleAlternativeRepresentations = "true|false", getElementsRS = "rsEPR"Fetches all the digital objects that belong to a content collection. If getElementsRS parameter is set then only some specific objects will be fetched whose ids should be contained in ResultElementGeneric.RECORD_ID_NAME attribute of each element of rsEPR.
MCollectionDataSourceMCollectionmetadata collection idgetElementsRS = "rsEPR"Fetches all the metadata objects of a metadata collection. If getElementsRS parameter is set then this data source fetches some specific metadata objects of the collection. These objects are specified by setting their metadata object id in each result element as attribute with name ResultElementGeneric.RECORD_ID_NAME.
RSBlobDataSourceRSBlobresult set locatorNAGets as input content of a result set with blob elements.
FTPDataSourceFTPhost nameusername, password, directory, portDownloads content from an ftp server.
URIListDataSourceURIListurlNAFetches content from urls that are contained in a file whose location is set as input value.
Data Sinks
Data Sink NameOutput NameOutput ValueOutput ParametersDescription
CollectionDataSinkCollectioncontent collection id (optional)"CollectionName", "isUserCollection", "isVirtual" (Create collection parameters)Stores the result of the transformation into a content collection. If output value is not set a new collection is created
MCollectionDataSinkMCollectionNAMetadata collection creation parametersStores the result of the transformation into a metadata collection.
AlterDataSinkAlternativeNA"isWeakRepresentation", "rank", "representationID", "representationRole"Stores transformed objects in CMS as alternative representations.
RSBlobDataSinkRSBlobNANAPuts data into a result set with blob elements.
RSXMLDataSinkRSXMLNANAPuts (xml) data into a result set with xml elements.
FTPDataSinkFTPhost nameusername, password, port, directoryStores objects in an ftp server.
Data Bridges
Data Bridge NameParametersDescription
RSBlobDataBridgeNARSBlobDataBridge is used as a buffer of data elements. Utilizes RS in order to keep objects in the disk.
REFDataBridgeflowControled = "true|false", limitKeeps references to data elements. If flow control is enabled a maximum number of #limit data elements can exist in the bridge.
FilterDataBridgeNAFilters the contents of a Data Source by a content format.

Data Transformation Programs

The available transformations that the gDTS can use reside externally to the service, as separate Java classes called Programs (not to be confused with ‘Transformation Programs’). Each program is an independent, self-describing entity that encapsulates the logic of the transformation process it performs. The gDTS loads these required programs dynamically as the execution proceeds and supplies them with the input data that must be transformed. Since the loading is done at run-time, extending the gDTS transformation capabilities by adding programs is a trivial task. The new program has to be written as a java class and referenced in the classpath variable, so that it can be located when required.

The gDTS provides helper functionality to simplify the creation of new programs. This functionality is exposed to the program author through a set of abstract java classes, which are included in the gCube Data Transformation Library.

The available Program implementations are:

NameDescription
DocToTextTransformerExtacts plain text from msword documents
ExcelToTextTransformerExtacts plain text from ms-excel documents
FtsRowset_TransformerCreates full text rowsets from xml documents
FwRowset_TransformerCreates forward rowsets from xml documents
GeoRowset_TransformerCreates geo rowsets from xml documents
ImageMagickWrapperTPCurrently is able to convert images from to any image type, create thumbnails, watermarking images. Any other operation of image magick library can be incorporated
PDFToJPEGTransformerCreates jpeg images from a page of a pdf document
PDFToTextHTMLTransformerConverts a pdf document to html or text
PPTToTextTransformerExtacts plain text from powerpoint documents
TextToFtsRowset_TransformerCreates full text rowsets from plain text
XSLT_TransformerApplies an xslt to an xml document
AggregateFTS_TransformerTransform metadata documents coming from multiple metadata collections to a single FTS rowset
AggregateFWD_TransformerTransform metadata documents coming from multiple metadata collections to a single FWD rowset
ZipperZips single or multi part files


Finding a set of transformation programs given a source and target metadata formats

This example demonstrates how one can get an array of transformation programs that could be used in order to transform metadata from a given source format to a given target format. The operation that can be used in order to accomplish this is 'findPossibleTransformationPrograms'. The caller must specify a source and target metadata format and the service searches for possible "chains" of existing transformation programs that could be used in order to carry out the transformation. There are three rules imposed by the Metadata Broker service:

  • Only transformation programs with one data input are considered during the search
  • Each transformation program can be used at most one time inside each chain of transformation programs (this is needed in order to avoid infinite loops)
  • A transformation program that produces a collection as its output can only be the last one inside a chain of transformation programs

Each chain composed by the Metadata Broker service is converted to a transformation program, which "links" the individual transformation programs forming the chain. This transformation program contains a transformation rule for each transformation program in the chain. Each transformation rule describes a call to the corresponding transformation program. The result of the operation is an array of strings, where each string corresponds to a synthesized transformation program.

It is possible that some of the transformation programs included in a chain contain some input variables. For each found variable, the Metadata Broker service places a variable to the synthesized transformation program, and this variable is mapped to the original one. This way one can specify the values of the variables contained in every transformation program involved in the chain, by specifying the values of the corresponding variables of the synthesized transformation program. This mechanism is necessary because the individual transformation programs contained in the chain are not visible to the caller. The only entity that the caller sees is the synthesized transformation program that is responsible for calling the ones it is built from.

Consider the case where a transformation program whose output language is a variable is added to a chain. When the service searches for another transformation program to append to the chain after that one, it may find a transformation program whose input language is 'en' (English). Then, the value 'en' will be assigned to the variable field describing the previous transformation program's output language. The same happens if an output field (schema or language) of a transformation program contains a specific value and the corresponding input field of the next transformation program is a variable. But what happens if the two fields are both variables? In this case, an input variable is added to the synthesized transformation program. When the caller uses this transformation program, he/she will need to specify a value for this variable. That value will then be assigned automatically both to the output field of the first transformation program and to the input field of the second transformation program.


Dependencies

  • Data Transformation Service
    • jdk 1.5
    • gCore
    • Data Transformation Library
  • Data Transformation Library
    • jdk 1.5
  • Data Transformation Handlers
    • jdk 1.5
    • gCore
    • Data Transformation Library
    • Metadata Manager stubs
    • Metadata Manager library
    • Content Management Service stubs
    • Collection Management Service stubs
    • Content Management library
    • Apache Commons NET library
  • Data Transformation Programs
    • jdk 1.5
    • gCore
    • Data Transformation Library
    • Apache POI library
    • Apache PDF BOX library
    • ImageMagick software
    • MEncoder software

Usage Examples

Creating full text rowsets from content collection

The first example demonstrates how it is possible to create full text rowsets from a content collection. In the input field of the request we set as input type the content collection data source input type which is Collection and as value the content collection id (see Data Sources). In the output field is specified that the result of the transformation will be appended into a result set with XML elements which is created by the data sink and returned in the response (see Data Sinks). Finally, the transformation procedure of DTS that is used in this example transformData is able to identify by itself the appropriate transformation units that will be used to transform the input data to the target content type text/xml, schemaURI="http://ftrowset.xsd". The target content type is specified in the respective request parameter.

import org.apache.axis.message.addressing.AttributedURI;
import org.apache.axis.message.addressing.EndpointReferenceType;
import org.gcube.common.core.contexts.GCUBERemotePortTypeContext;
import org.gcube.common.core.scope.GCUBEScope;
import org.gcube.datatransformation.datatransformationservice.stubs.ContentType;
import org.gcube.datatransformation.datatransformationservice.stubs.DataTransformationServicePortType;
import org.gcube.datatransformation.datatransformationservice.stubs.Input;
import org.gcube.datatransformation.datatransformationservice.stubs.Output;
import org.gcube.datatransformation.datatransformationservice.stubs.Parameter;
import org.gcube.datatransformation.datatransformationservice.stubs.TransformData;
import org.gcube.datatransformation.datatransformationservice.stubs.service.DataTransformationServiceAddressingLocator;

public class DTSClient_CreateFTRowsetFromContent {

	public static void main(String[] args) throws Exception {
		String dtsEndpoint = args[0];
		String scope = args[1];
		String inputCollectionID = args[2];
		
		EndpointReferenceType endpoint = new EndpointReferenceType();
		endpoint.setAddress(new AttributedURI(dtsEndpoint));
		
		DataTransformationServicePortType dts = new DataTransformationServiceAddressingLocator().getDataTransformationServicePortTypePort(endpoint);
		dts = GCUBERemotePortTypeContext.getProxy(dts, GCUBEScope.getScope(scope));

		/* INPUT */
		TransformData request = new TransformData();
		Input input = new Input();
		input.setInputType("Collection");
		input.setInputValue(inputCollectionID);
		request.setInput(input);
		
		/* OUTPUT */
		Output output = new Output();
		output.setOutputType("RSXML");
		request.setOutput(output);
		
		/* TARGET CONTENT TYPE */
		ContentType targetContentType = new ContentType();
		targetContentType.setMimeType("text/xml");
		Parameter contentTypeParameter = new Parameter();
		contentTypeParameter.setName("schemaURI");
		contentTypeParameter.setValue("http://ftrowset.xsd");
		Parameter [] contentTypeParameters = {contentTypeParameter};
		targetContentType.setParameters(contentTypeParameters);
		
		request.setTargetContentType(targetContentType);

		String rs = dts.transformData(request).getOutput();
		System.out.println("The epr of the result set with the full text rowset is: \n"+rs);
	
	}
}

Creating geo rowsets from a metadata collection

This example demonstrates how it is possible to create geo rowsets having as source a metadata collection. For this procedure we have to use a composite transformation unit identified by the (transformation program / tranformation unit) pair "$XSLT_GeoRowset_Composite_Transformer / 0". This transformation unit invokes the transformation units "XSLT_Transformer / 0" and "GeoRowset_Transformer / 0" (see Data Transformation Programs). The former transformation unit requires as program parameter an xslt that transforms the input metadata collection to a common coordinate schema while the latter is used to create the geo rowsets from the common schema and requires two program parameters (geoxslt and indexType).

import org.apache.axis.message.addressing.AttributedURI;
import org.apache.axis.message.addressing.EndpointReferenceType;
import org.gcube.common.core.contexts.GCUBERemotePortTypeContext;
import org.gcube.common.core.scope.GCUBEScope;
import org.gcube.datatransformation.datatransformationservice.stubs.ContentType;
import org.gcube.datatransformation.datatransformationservice.stubs.DataTransformationServicePortType;
import org.gcube.datatransformation.datatransformationservice.stubs.Input;
import org.gcube.datatransformation.datatransformationservice.stubs.Output;
import org.gcube.datatransformation.datatransformationservice.stubs.Parameter;
import org.gcube.datatransformation.datatransformationservice.stubs.TransformDataWithTransformationUnit;
import org.gcube.datatransformation.datatransformationservice.stubs.service.DataTransformationServiceAddressingLocator;

public class DTSClient_CreateGeoRowsetFromSourceColl {

	public static void main(String[] args) throws Exception {
		String dtsEndpoint = args[0];
		String scope = args[1];
		String inputMCollectionID = args[2];
		String xslt = args[3];
		String geoxslt = args[4];
		String indexType = args[5];
		
		String transformationProgramID = "$XSLT_GeoRowset_Composite_Transformer";
		String transformationUnitID = "0";
		
		EndpointReferenceType endpoint = new EndpointReferenceType();
		endpoint.setAddress(new AttributedURI(dtsEndpoint));
		
		DataTransformationServicePortType dts = new DataTransformationServiceAddressingLocator().getDataTransformationServicePortTypePort(endpoint);
		dts = GCUBERemotePortTypeContext.getProxy(dts, GCUBEScope.getScope(scope));

		TransformDataWithTransformationUnit request = new TransformDataWithTransformationUnit();
		
		/* INPUT */
		Input input = new Input();
		input.setInputType("MCollection");
		input.setInputValue(inputMCollectionID);
		Input [] inputs = {input};
		request.setInputs(inputs);
		
		/* OUTPUT */
		Output output = new Output();
		output.setOutputType("RSXML");
		request.setOutput(output);
		
		/* TARGET CONTENT TYPE */
		ContentType targetContentType = new ContentType();
		targetContentType.setMimeType("text/xml");
		Parameter contentTypeParameter = new Parameter();
		contentTypeParameter.setName("schemaURI");
		contentTypeParameter.setValue("http://georowset.xsd");
		Parameter [] contentTypeParameters = {contentTypeParameter};
		targetContentType.setParameters(contentTypeParameters);
		
		request.setTargetContentType(targetContentType);

		request.setTPID(transformationProgramID);
		request.setTransformationUnitID(transformationUnitID);
		
		/* PROGRAM PARAMETERS */
		Parameter xsltParameter = new Parameter();
		xsltParameter.setName("xslt");
		xsltParameter.setValue(xslt);
		Parameter geoxsltParameter = new Parameter();
		geoxsltParameter.setName("geoxslt");
		geoxsltParameter.setValue(geoxslt);
		Parameter indexTypeParameter = new Parameter();
		indexTypeParameter.setName("indexType");
		indexTypeParameter.setValue(indexType);
		
		Parameter[] tProgramUnboundParameters = {xsltParameter, geoxsltParameter, indexTypeParameter};
		request.setTProgramUnboundParameters(tProgramUnboundParameters);
		
		//request.setFilterSources(false);//Default is false
		//request.setCreateReport(false);//Default is false
		String rs = dts.transformDataWithTransformationUnit(request).getOutput();
		System.out.println("The epr of the result set with the geo rowset is: \n"+rs);
		
	}

}


Finding possible target content types from a source content type

This example demonstrates how we are able to find the possible content types that an object can be transformed by giving its source content type.

import org.apache.axis.message.addressing.AttributedURI;
import org.apache.axis.message.addressing.EndpointReferenceType;
import org.gcube.common.core.contexts.GCUBERemotePortTypeContext;
import org.gcube.common.core.scope.GCUBEScope;
import org.gcube.datatransformation.datatransformationservice.StubsToModelUtils;
import org.gcube.datatransformation.datatransformationservice.stubs.ContentType;
import org.gcube.datatransformation.datatransformationservice.stubs.DataTransformationServicePortType;
import org.gcube.datatransformation.datatransformationservice.stubs.FindAvailableTargetContentTypes;
import org.gcube.datatransformation.datatransformationservice.stubs.FindAvailableTargetContentTypesResponse;
import org.gcube.datatransformation.datatransformationservice.stubs.service.DataTransformationServiceAddressingLocator;

public class FindAvailableTargetContentFormatsClient {

	public static void main(String[] args) throws Exception {
		String dtsEndpoint = args[0];
		String scope = args[1];
		String sourceMimeType = args[2];
		EndpointReferenceType endpoint = new EndpointReferenceType();
		endpoint.setAddress(new AttributedURI(dtsEndpoint));
		
		DataTransformationServicePortType dts = new DataTransformationServiceAddressingLocator().getDataTransformationServicePortTypePort(endpoint);
		dts = GCUBERemotePortTypeContext.getProxy(dts, GCUBEScope.getScope(scope));
		
		ContentType sourceContentType = new ContentType();
		sourceContentType.setMimeType(sourceMimeType);
		FindAvailableTargetContentTypes request = new FindAvailableTargetContentTypes();
		request.setSourceContentType(sourceContentType);
		FindAvailableTargetContentTypesResponse response = dts.findAvailableTargetContentTypes(request);
		if(response==null || response.getTargetContentTypes()==null || response.getTargetContentTypes().getContentTypesArray()==null ||
				response.getTargetContentTypes().getContentTypesArray().length==0 ){
			System.out.println("No available target content types found");
		}else{
			for(ContentType targetContentFormat: response.getTargetContentTypes().getContentTypesArray()){
				//Works only with lib and service's jar ;-)
				System.out.println("TargetContentTypeFound: "+StubsToModelUtils.contentTypeFromStub(targetContentFormat).toString());
			}
		}
	}

}

Finding applicable transformation units

This example demonstrates how it is possible to search for transformation units that are able to perform a transformation from a source to a target content type. In this example we are trying to find one or more transformation units that can transform a tiff image to png format with size 500x500px.

import org.apache.axis.message.addressing.AttributedURI;
import org.apache.axis.message.addressing.EndpointReferenceType;
import org.gcube.common.core.contexts.GCUBERemotePortTypeContext;
import org.gcube.common.core.scope.GCUBEScope;
import org.gcube.datatransformation.datatransformationservice.stubs.*;
import org.gcube.datatransformation.datatransformationservice.stubs.service.DataTransformationServiceAddressingLocator;

public class FindApplicableTransformationUnitsClient {
	
	public static void main(String[] args) throws Exception {
		String dtsEndpoint = args[0];
		String scope = args[1];
		EndpointReferenceType endpoint = new EndpointReferenceType();
		endpoint.setAddress(new AttributedURI(dtsEndpoint));
		
		DataTransformationServicePortType dts = new DataTransformationServiceAddressingLocator().getDataTransformationServicePortTypePort(endpoint);
		dts = GCUBERemotePortTypeContext.getProxy(dts, GCUBEScope.getScope(scope));
		
		FindApplicableTransformationUnits params = new FindApplicableTransformationUnits();
	
		ContentType sourceContentType = new ContentType();
		sourceContentType.setMimeType("image/tiff");
		
		params.setSourceContentType(sourceContentType);
		
		ContentType targetContentType = new ContentType();
		targetContentType.setMimeType("image/png");
		
		Parameter tparam1 = new Parameter();
		tparam1.setName("width");
		tparam1.setValue("500");
		
		Parameter tparam2 = new Parameter();
		tparam2.setName("height");
		tparam2.setValue("500");
		Parameter [] tParameters = {tparam1, tparam2};
		targetContentType.setParameters(tParameters);
		
		params.setTargetContentType(targetContentType);
		
		FindApplicableTransformationUnitsResponse resp = dts.findApplicableTransformationUnits(params);
		if(resp!=null){
			for(TPAndTransformationUnit tpandtr: resp.getTPAndTransformationUnitIDs()){
				System.out.println("TP: "+tpandtr.getTransformationProgramID()+", TR: "+tpandtr.getTransformationUnitID());
			}
		}else{
			System.out.println("No applicable transformation units found...");
		}
	}
}