RootObject

RootObjects are serializable Java objects used in import/export operation to pass data between client and server.

RootObjects have the following properties:

  1. physicalType - the name of object type. See the import/export page for the list of all possible values
  2. name - the unique object name for the given physicalType
  3. logicalType - a string
  4. exportable - true id this object can be exported
  5. importable - true if object can participate in import
  6. filename - the filename this object was imported (import only)
  7. childs - a collection of chidren and/or dependants filled by some calls to exporting service
  8. sharedObject -
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License