org.opencrx.kernel.backend
Class Exporter
java.lang.Object
org.opencrx.kernel.backend.AbstractImpl
org.opencrx.kernel.backend.Exporter
public class Exporter
- extends AbstractImpl
|
Constructor Summary |
protected |
Exporter()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIME_TYPE_XML
public static final String MIME_TYPE_XML
- See Also:
- Constant Field Values
MIME_TYPE_EXCEL
public static final String MIME_TYPE_EXCEL
- See Also:
- Constant Field Values
FILE_EXT_XLS
public static final String FILE_EXT_XLS
- See Also:
- Constant Field Values
FILE_EXT_XML
public static final String FILE_EXT_XML
- See Also:
- Constant Field Values
FILE_EXT_BIN
public static final String FILE_EXT_BIN
- See Also:
- Constant Field Values
FILE_EXT_ZIP
public static final String FILE_EXT_ZIP
- See Also:
- Constant Field Values
MAX_LEVELS
protected static final int MAX_LEVELS
- See Also:
- Constant Field Values
Exporter
protected Exporter()
register
public static void register()
getInstance
public static Exporter getInstance()
throws ServiceException
- Throws:
ServiceException
exportItem
public void exportItem(OutputStream out,
PrintStream ps,
List<org.opencrx.kernel.backend.Exporter.TraversedObject> startPoints,
List<org.opencrx.kernel.backend.Exporter.TraversedObject> allExportedObjects,
List<org.opencrx.kernel.backend.Exporter.TraversedObject> allReferencedObjects,
org.opencrx.kernel.backend.Exporter.ExportParams params)
throws IOException,
ServiceException
- Throws:
IOException
ServiceException
exportItem
public Object[] exportItem(RefObject_1_0 startFrom,
ExportProfile exportProfile,
String referenceFilter,
String itemMimeType)
throws ServiceException
- Throws:
ServiceException
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.