com.softwareag.centrasite.appl.framework.util
Class FixedRegistryObjects

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.util.FixedRegistryObjects

public final class FixedRegistryObjects
extends java.lang.Object

Utility class for working with fixed registry objects.


Method Summary
static CSAppClassificationScheme asCSAppClassificationScheme(FixedRegistryObjectPool pPool, javax.xml.registry.infomodel.ClassificationScheme pJaxrScheme)
          Converts the instance of ClassificationScheme into an instance of CSAppClassificationScheme.
static CSAppConcept asCSAppConcept(FixedRegistryObjectPool pPool, javax.xml.registry.infomodel.Concept pConcept)
          Converts the instance of ClassificationScheme into an instance of CSAppConcept.
static CSAppUser asCSAppUser(javax.xml.registry.infomodel.User pUser)
          Converts the instance of User into an instance of CSAppUser.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

asCSAppClassificationScheme

public static CSAppClassificationScheme asCSAppClassificationScheme(FixedRegistryObjectPool pPool,
                                                                    javax.xml.registry.infomodel.ClassificationScheme pJaxrScheme)
                                                             throws CSAppFrameworkException
Converts the instance of ClassificationScheme into an instance of CSAppClassificationScheme. It is assumed, that the taxonomy is previously known by the pool.

Throws:
CSAppFrameworkException

asCSAppConcept

public static CSAppConcept asCSAppConcept(FixedRegistryObjectPool pPool,
                                          javax.xml.registry.infomodel.Concept pConcept)
                                   throws CSAppFrameworkException
Converts the instance of ClassificationScheme into an instance of CSAppConcept.

Throws:
CSAppFrameworkException

asCSAppUser

public static CSAppUser asCSAppUser(javax.xml.registry.infomodel.User pUser)
                             throws CSAppFrameworkException
Converts the instance of User into an instance of CSAppUser.

Throws:
CSAppFrameworkException