Class TransferItem
java.lang.Object
org.cristalise.kernel.entity.transfer.TransferItem
Provides a mechanism for marshaling all of the C2KLocalObjects in a single Item to XML and
exporting them to disk, and then importing that Item on another server.
TransferSet can export many Items at a time and preserve their domain paths.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportItem(File dir, String path) getUUID()voidimportItem(File dir) voidsetDomainPaths(ArrayList<String> domainPaths) void
-
Field Details
-
itemPath
-
-
Constructor Details
-
Method Details
-
getDomainPaths
-
setDomainPaths
-
setUUID
- Throws:
InvalidItemPathException
-
getUUID
-
exportItem
- Throws:
Exception
-
importItem
- Throws:
Exception
-