|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.migration.ItemMigrater
net.datacrow.core.migration.itemexport.ItemExporter
net.datacrow.core.migration.itemexport.XmlExporter
public class XmlExporter
Creates a XML extract for a collection of items. The Resulting XML can be used in reports and or can be used to migrate information from one system to another.
Field Summary |
---|
Fields inherited from class net.datacrow.core.migration.itemexport.ItemExporter |
---|
bos, client, fields, items, settings, success |
Fields inherited from class net.datacrow.core.migration.ItemMigrater |
---|
_MODE_NON_THREADED, _MODE_THREADED, file, key, mode, moduleIdx, task |
Constructor Summary | |
---|---|
XmlExporter(int moduleIdx,
int mode)
|
Method Summary | |
---|---|
java.lang.String |
getFileType()
The file type. |
java.lang.String |
getName()
|
DcThread |
getTask()
|
Methods inherited from class net.datacrow.core.migration.itemexport.ItemExporter |
---|
getFields, initialize, isSuccessfull, setClient, setFields, setItems, setSettings, start |
Methods inherited from class net.datacrow.core.migration.ItemMigrater |
---|
cancel, getFile, getIcon, getKey, getModule, setFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlExporter(int moduleIdx, int mode) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public java.lang.String getFileType()
ItemExporter
getFileType
in class ItemExporter
public DcThread getTask()
getTask
in class ItemMigrater
public java.lang.String getName()
getName
in class ItemMigrater
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |