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) | |