Operation |
Details |
public addFiletoFileGroup( String groupName, String url, String title, String mimetype):void |
Sequential Notes: | Adds file metadata to a file group in a mets document. | |
public addStructLink( String logID, String physID):void |
Sequential Notes: | Add a element to the structural element section of a mets. | |
public addToStructMap( String mapType, String[] fileId, String order, String orderlabel, String divId, String structElem, boolean ischild):void |
Sequential Notes: | Adds elemets to the structMap of a mets document. | |
public createAmdSec( String id, String owner, String logo, String url, String reference):void |
Sequential Notes: | Creates the administrative metadata section of a mets document. | |
public createDmdSec( ModsType modsType, String id):void |
Sequential Notes: | Creates the descriptive metadata section of a mets document. | |
public createFileGroup( String groupName):void |
Sequential Notes: | Creates a file Group element of a mets document. | |
public createFileSec():void |
Sequential Notes: | Creates the fileSec element of a mets document. | |
public createStructLink():void |
Sequential Notes: | Creates the structural element section of mets. | |
public createStructMap( String type, String logElem):void |
Sequential Notes: | Creates a structMap element of a mets document. | |
public getCurrentDiv():DivType |
Sequential |
public getFileGrpDEFAULT():String |
Sequential |
public getFileGrpMAX():String |
Sequential |
public getFileGrpMIN():String |
Sequential |
public getMetsDoc( String metsId):MetsDocument |
Sequential Notes: | Creates a mets document out of the single sections. @return MetsDocument | |
public getTypeLOGICAL():String |
Sequential |
public getTypePHYSICAL():String |
Sequential |
public setCurrentDiv( DivType currentDiv):void |
Sequential |
public setFileGrpDEFAULT( String fileGrpDEFAULT):void |
Sequential |
public setFileGrpMAX( String fileGrpMAX):void |
Sequential |
public setFileGrpMIN( String fileGrpMIN):void |
Sequential |
public setTypeLOGICAL( String typeLOGICAL):void |
Sequential |
public setTypePHYSICAL( String typePHYSICAL):void |
Sequential |
public WriteMETSData(): |
Sequential Notes: | Public constructor for class WriteMetsData. | |