maito.datacollecting.quickformat
Class QuickformatTransformer

java.lang.Object
  extended by maito.datacollecting.quickformat.QuickformatTransformer
All Implemented Interfaces:
Transformer

public class QuickformatTransformer
extends java.lang.Object
implements Transformer

QuickformatTransformer Transforms quickformat-type data.

Version:
3.0
Author:
Reima Halmetoja

Constructor Summary
QuickformatTransformer()
           
 
Method Summary
 Record transform(Record record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickformatTransformer

public QuickformatTransformer()
Method Detail

transform

public Record transform(Record record)
                 throws TransformException
Specified by:
transform in interface Transformer
Parameters:
record - A record object that represents a record in either document-quickformat or name-quickformat Keys of the fields must be in format documentqf:fieldName (or nameqf:fieldName)
Returns:
Returns a Record object containing data that is transformed to the unified record format that this program uses.
Throws:
TransformException