Finding Objects by Unique Identifier: Example
For an example of finding objects by unique identifier, see JAXRSearchById.java in the directory INSTALL/registry-samples/search-id/src, which searches for objects that have a specified unique identifier.
To Run the JAXRSearchById Example
-
Go to the directory INSTALL/registry-samples/search-id.
-
Type the following command:
Ant-base/ant run -Did=urn-value
|
For example, if you specify the following ID, you retrieve information
on the ObjectType classification scheme.
urn:oasis:names:tc:ebxml-regrep:classificationScheme:ObjectType
|