...
Import/Export provides IMPORT, EXPORT and DELETE operations for supported portal entities.
Import
Adds the entity entities defined in the specified XML file(s) to the portal database. If the specified entity is entities are already present – determined by Id
, Name
, or other primary key, as appropriate – this operation will update the existing entity to match the information provided in the XML.
...
Where path-to-directory
is a file system directory, absolute or relative, containing uPortal Import/Export XML files; and regex
is an (optional) Java Regular Expression specifying a file name pattern that candidate files must match or be ignored by the importer.
Note | ||
---|---|---|
| ||
Regex special characters overlap heavily with OS/Shell special characters. It's often better to avoid the |
Export
Creates XML representations of files representing the requested entities and writes them to the specified file system location.
...
=not specified or not supportedImport/Export