Skip navigation links
A E F G I O P S 

A

abortExport() - Method in class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
This method gets called if the export must be aborted due to user interrupt or any exception that occurred during export execution.
AModelExporter - Class in org.pfsw.tools.cda.plugin.export.spi
The purpose of this abstract exporter class is to provide default implementations of methods that may be overridden by subclasses.
AModelExporter() - Constructor for class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
 
AModelObjectVisitor - Class in org.pfsw.tools.cda.xpi
Abstract definition of an object that gets called for all elements of the object model hierarchy.
AModelObjectVisitor() - Constructor for class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Initialize the new instance with default values.
APluginImplementation - Class in org.pfsw.tools.cda.xpi
Abstract superclass of plug-in implementations
APluginImplementation() - Constructor for class org.pfsw.tools.cda.xpi.APluginImplementation
Initialize the new instance with default values.

E

executionFinished() - Method in interface org.pfsw.tools.cda.xpi.IIntegrationService
This method must be called by a when it has finished its work.
ExportException - Exception in org.pfsw.tools.cda.plugin.export.spi
Superclass for all exceptions that can occur during the export of CDA data.
ExportException(String) - Constructor for exception org.pfsw.tools.cda.plugin.export.spi.ExportException
Initialize the new instance with a message.
ExportException(String, Throwable) - Constructor for exception org.pfsw.tools.cda.plugin.export.spi.ExportException
Initialize the new instance with a message and another exception.

F

finishContainer(IContainer) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called when process of the specified container can be finished.
finishContext(IExplorationContext) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called when process of the specified context can be finished.
finishExport() - Method in class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
This method gets called after all data has been passed to the exporter and so far no exception or cancellation occurred.
finishModelObject(IExplorationModelObject) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called when the object model visiting is finished.
finishNamespace(INamespace) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called when process of the specified namespace can be finished.
finishType(IType) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called when process of the specified type can be finished.

G

get(String) - Method in class org.pfsw.tools.cda.xpi.PluginConfiguration
Returns the configuration object stored under the specified key or null if the key is unknown.
getExplorationContext() - Method in interface org.pfsw.tools.cda.xpi.IIntegrationService
Returns the context in which the plug-in was opend.
getKeys() - Method in class org.pfsw.tools.cda.xpi.PluginConfiguration
Returns an array of all keys currently available in the configuration.
getPluginId() - Method in class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
Returns the exporte's id
getPluginId() - Method in class org.pfsw.tools.cda.xpi.APluginImplementation
Returns an identifier which must be unique ragarding the IDs of all plug-ins.
getPluginId() - Method in interface org.pfsw.tools.cda.xpi.IPluginInfo
Returns an identifier which must be unique ragarding the IDs of all exporters.
getPluginProvider() - Method in interface org.pfsw.tools.cda.xpi.IPluginInfo
Returns the name of the provider (i.e.
getPluginVersion() - Method in interface org.pfsw.tools.cda.xpi.IPluginInfo
Returns the version of this plugin (e.g.

I

IIntegrationService - Interface in org.pfsw.tools.cda.xpi
This interface describes all service methods that are available to plug-ins to interact and integrate seamlessly with the main application.
initialize(PluginConfiguration) - Method in class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
Initialize the exporter with external configuration data.
IPluginInfo - Interface in org.pfsw.tools.cda.xpi
Defines the methods that provide meta data about a plugin.

O

org.pfsw.tools.cda.plugin.export.spi - package org.pfsw.tools.cda.plugin.export.spi
Export Service Programming Interface
org.pfsw.tools.cda.xpi - package org.pfsw.tools.cda.xpi
Extension Point Interface

P

PARAM_OUTPUT_FILENAME - Static variable in class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
Defines the parameter name of the configuration setting for the initialize() method that specifies the filename to which the output must be written.
PluginConfiguration - Class in org.pfsw.tools.cda.xpi
This is the container class for generic plugin configuration.
PluginConfiguration() - Constructor for class org.pfsw.tools.cda.xpi.PluginConfiguration
Initialize the new instance with default values.
prepareExport() - Method in class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
This method is called to initiate an export.

S

set(String, Object) - Method in class org.pfsw.tools.cda.xpi.PluginConfiguration
Stores the given configuration object under the specified key.
setId(String) - Method in class org.pfsw.tools.cda.plugin.export.spi.AModelExporter
Returns the exporte's id
setPluginId(String) - Method in class org.pfsw.tools.cda.xpi.APluginImplementation
Sets the identifier of this plugin.
startContainer(IContainer) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called to process the specified container.
startContext(IExplorationContext) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called to process the specified context.
startModelObject(IExplorationModelObject) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called to process the specified model object.
startNamespace(INamespace) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called to process the specified namespace.
startType(IType) - Method in class org.pfsw.tools.cda.xpi.AModelObjectVisitor
Will be called to process the specified type.
A E F G I O P S 
Skip navigation links