class: CommonTransformation

public class: CommonTransformation
Author: Friederike Kleinfercher (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1953 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:20:43; Modified: 16.07.2009 15:20:43;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6A6E0B8A-0279-4ad7-823F-9409D8FD615A}
Implements transformations for common publication.
 

Goto: Custom Properties, Fields, Methods

See also: CommonTransformationInterface

Appears in: commonPublicationFormats

Connections
 
Custom Properties
 
CommonTransformation Attributes
Attribute Details
private const Logger
  logger
Initial: Logger.getLogger(CommonTransformation.class)
 
CommonTransformation Methods
Operation Details
public
transformBibtexToEscidoc(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=RuntimeException
Notes: Transformation bibtex to eSciDoc format.
@return endnote as byte[]
public
transformEndnoteToEscidoc(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=RuntimeException
Notes: Transformation endnote to eSciDoc format.
@return endnote as byte[]
public
transformEscidocToBibtex(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
Notes: Transformation from esciDoc to bibtex format.
@return bibtex as byte[]
public
transformEscidocToEndnote(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=RuntimeException
Notes: Transformation from eSciDoc to endnote format.
@return endnote as byte[]