interface: StructuredExportHandler

public abstract <<interface>> interface: StructuredExportHandler
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:13; Modified: 16.07.2009 15:20:13;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {0CF9B935-5C0E-462f-B4AC-47AF78D28D92}
 

Goto: Fields, Methods

See also: SearchBean, StructuredExport, StructuredExportHandlerBean, StructuredExportIntegrationTest

Appears in: structuredexportmanager

Connections
 
StructuredExportHandler Attributes
Attribute Details
package String
  SERVICE_NAME
Initial: "ejb/de/mpg/escidoc/services/structuredexportmanager/StructuredExportHandler"
Notes: The name to obtain this service.
 
StructuredExportHandler Methods
Operation Details
package
explainFormats():String
Sequential
Tags: throws=StructuredExportManagerException,IOException
Notes: This method provides XML formatted output of the supported export formats (structured formats). The XML formatted output of the citation styles is created in accordance with the explain_formats.xsd.
package
getFormatsList():String
Sequential
Tags: throws=StructuredExportManagerException
Notes: This method provides list of structured export formats.
package
getOutput(
   String itemList,
   String exportFormat):byte
Sequential
Tags: throws=StructuredExportXSLTNotFoundException,StructuredExportManagerException
Notes: Returns data presenting the items in structured format.
package
isStructuredFormat(
   String exportFormat):boolean
Sequential
Tags: throws=StructuredExportManagerException
Notes: This method returns <code>true</code> if exportFormat is in the list of the structured exports, <code>false</code> otherwise.