class: RISTransformation

public class: RISTransformation
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:55; Modified: 16.07.2009 15:20:55;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2D90E956-02D1-40fe-9B54-62FC8C45AD31}
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: Transformation

See also: Format, Format, Format, Format, Format, Transformation

Appears in: ris

Connections
 
Custom Properties
 
RISTransformation Attributes
Attribute Details
private static const Format
  ENDNOTE_FORMAT
Initial: new Format("endnote", "text/plain", "UTF-8")
private static const Format
  ESCIDOC_ITEM_FORMAT
Initial: new Format("eSciDoc-publication-item", "application/xml", "*")
private static const Format
  ESCIDOC_ITEM_LIST_FORMAT
Initial: new Format("eSciDoc-publication-item-list", "application/xml", "*")
private static const Format
  RIS_FORMAT
Initial: new Format("RIS", "text/plain", "UTF-8")
private static const Format
  WOS_FORMAT
Initial: new Format("WoS", "text/plain", "UTF-8")
 
RISTransformation Methods
Operation Details
public
getSourceFormats():Format
Sequential
Tags: throws=RuntimeException
Notes: Get all possible source formats.
@return Format[]: list of possible source formats as value object
public
getSourceFormats(
   Format targetFormat):Format
Sequential
Tags: throws=RuntimeException
Notes: Get all possible source formats for a target format.
@param Format : the target format
@return Format[]: list of possible source formats as value object
public
getSourceFormatsAsXml():String
Sequential
Tags: throws=RuntimeException
Notes: Get all possible source formats.
@return String: list of possible source formats as xml
public
getTargetFormats(
   Format sourceFormat):Format
Sequential
Tags: throws=RuntimeException
Notes: Get all possible target formats for a source format.
@param src A source value object
@return Format[]: list of possible target formats as value object
public
getTargetFormatsAsXml(
   String srcFormatName,
   String srcType,
   String srcEncoding):String
Sequential
Tags: throws=RuntimeException
Notes: Get all possible target formats for a source format.
@return String: list of possible target formats as xml
public
RISTransformation():
Sequential
public
transform(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
Notes: (non-Javadoc)
@see de.mpg.escidoc.services.transformation.Transformation#transform(byte[], de.mpg.escidoc.services.transformation.valueObjects.Format, de.mpg.escidoc.services.transformation.valueObjects.Format, java.lang.String)
public
transform(
   byte[] arg0,
   String arg1,
   String arg2,
   String arg3,
   String arg4,
   String arg5,
   String arg6,
   String arg7):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
Notes: (non-Javadoc)
@see de.mpg.escidoc.services.transformation.Transformation#transform(byte[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
 
RISTransformation Tagged Values
Tag Value Notes
annotations @TransformationModule