com.softwareag.centrasite.appl.framework.fixed
Class CSAppTaxonomy
java.lang.Object
com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
com.softwareag.centrasite.appl.framework.fixed.CSAppTaxonomy
- All Implemented Interfaces:
- RegistryBean
- Direct Known Subclasses:
- CSAppClassificationScheme
public abstract class CSAppTaxonomy
- extends CSAppFixedRegistryObject
Abstract base class for all taxonomies, in particular
CSAppClassificationScheme
. An instance of this class
provides a representation of a fixed taxonomy. Instances of
this class are thread safe and may be held in static variables
or singleton objects. However, the CSAppTaxonomy
itself is no
singleton.
Constructor Summary |
CSAppTaxonomy(javax.xml.registry.infomodel.RegistryObject pRegistryObject)
Creates a new instance, which represents the given classification scheme. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
CSAppTaxonomy
public CSAppTaxonomy(javax.xml.registry.infomodel.RegistryObject pRegistryObject)
throws javax.xml.registry.JAXRException
- Creates a new instance, which represents the given classification scheme.
- Throws:
javax.xml.registry.JAXRException