import "archive_xmlstore_if.idl";
Inheritance diagram for xmlstore::Administrative:
Public Member Functions | |
void | init () raises (ArchiveInternalError) |
void | reinit () raises (ArchiveInternalError) |
void | remove (in URI identifier, in boolean deep) raises (NotFound,MalformedURI,ArchiveInternalError) |
void | cleanTestArea () raises (ArchiveInternalError) |
string | config (in string name) |
void | close () raises (ArchiveInternalError) |
|
Removes all entities whose UniqueIdentifiers belong to the test area. The test area is defined in the Archive configuration file and is by default anything between uid://0000000000000000/X00000000 and uid://0000000000000063/Xffffffff. |
|
Shuts down the Archive. |
|
Returns configuration from the archive properties file |
|
Initialize Archive (XML store). Must be called before first use. |
|
Re-Initialize Archive (XML store). Adapts to changes eg. in config file. |
|
Physically removes an entity. This operation is irrecoverable, in contrast to delete in the Operational interface. |