class: EndNoteTransformation

public class: EndNoteTransformation
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:50; Modified: 16.07.2009 15:20:50;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {04EB6ED3-83A1-471a-8BB5-2E3BF35CCB96}
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: Transformation

See also: Format, Format, Format, Transformation

Appears in: endnote

Connections
 
Custom Properties
 
EndNoteTransformation 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 Logger
  logger
Initial: Logger.getLogger(getClass())
 
EndNoteTransformation 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
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)
 
EndNoteTransformation Tagged Values
Tag Value Notes
annotations @TransformationModule