import "archive_xmlstore_if.idl";
Inheritance diagram for xmlstore::Identifier:
Public Member Functions | |
UniqueIdentifierSeq | getUIDs (in short number) raises (NotAvailable) |
UniqueIdentifier | getIdNamespace () raises (NotAvailable) |
IdentifierRange | getNewRange () raises (NotAvailable) |
IdentifierRange | getNewRestrictedRange (in long number, in string user) raises (NotAvailable) |
IdentifierRange | getExistingRange (in URI identifier, in string user) raises (NotFound) |
boolean | checkUIDsyntax (in URI identifier) |
|
returns true if identifier is a syntactically correct UID, else false. |
|
|
|
RESTRICTED USE: Only the Container may call this, other subsystems use the method getUIDs(). Returns a new UniqueIdentifier. Its local part (the hex number following the second X) will always be "00000000". Should only be used by the Container. |
|
|
|
|
|
Returns an array of new UniqueIdentifiers. The number of UniqueIdentifiers is specified by the input parameter number |