org.opencrx.kernel.plugin.application.base
Class ExporterImpl

java.lang.Object
  extended by org.opencrx.kernel.plugin.application.base.ExporterImpl

public class ExporterImpl
extends Object


Field Summary
protected  Exporter current
           
protected  Exporter next
           
 
Constructor Summary
ExporterImpl(Exporter current, Exporter next)
           
 
Method Summary
 ExportItemResult exportItem(ExportItemParams params)
           
 ExportItemResult exportItemAdvanced(ExportItemAdvancedParams params)
           
 Backend getBackend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

protected final Exporter current

next

protected final Exporter next
Constructor Detail

ExporterImpl

public ExporterImpl(Exporter current,
                    Exporter next)
Method Detail

getBackend

public Backend getBackend()

exportItem

public ExportItemResult exportItem(ExportItemParams params)

exportItemAdvanced

public ExportItemResult exportItemAdvanced(ExportItemAdvancedParams params)


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.