Operation |
Details |
private createAmdSec( TocDocument tocDoc):void |
Sequential Notes: | Gets the escidoc:toc values for mets amd section. @param escidocToc | |
private createDmdSec( TocDocument tocDoc):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Gets the escidoc:toc values for the first mets dmd section (from the book container). @param escidocTocItem | |
private createLogicals( TocDocument tocDoc):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Creates the logical part of the struct map @param escidocToc @ throws RuntimeException | |
private createLogicalStructMapRec( Div tocDiv, DivType metsDivParent):void |
Sequential Notes: | Recursive helper method in order to create the logical part of the METS struct map from the escidoc TOC. | |
private createPhysicals( TocDocument tocDoc):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Gets the escidoc:toc values for mets file section and physical structMap. @param escidocToc | |
private getBaseUrl():void |
Sequential |
private getTocDoc( ItemDocument itemTocDoc):TocDocument |
Sequential Notes: | Retrieves the toc as the component of the item @return | |
public METSTransformation(): |
Sequential Notes: | Public Constructor METSTransformation. | |
private retrieveMods( String containerId):ModsType |
Sequential |
public transformToMETS( String escidocTocItem):byte |
Sequential Tags: | throws=RuntimeException
| Notes: | transform To METS. @param eScidocId the id of the escidoc object which has to be transformed @return MetsDocument | |