CentraSite 10.7 | CentraSite Developer's Guide | API for JAXR | CentraSite API for JAXR Reference Information | Using Namespaces
 
Using Namespaces
Some names, for example type names and slot names, comprise a namespace and a name. When programming a JAXR-based client, these names must be represented in the following format:
{namespace}name
In other words, the namespace is enclosed in curly braces and is used as a prefix for the name.
Strings in this format are used in the following methods:
for objectType in CentraSiteQueryManager.findObjects()
for typeName in CentraSiteQueryManager.getTypeDescription()
for name in LifeCycleManager.createSlot()
for slotName in ExtensibleObject.getSlot()