|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.util.FixedRegistryObjects
public final class FixedRegistryObjects
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 |
---|
public static CSAppClassificationScheme asCSAppClassificationScheme(FixedRegistryObjectPool pPool, javax.xml.registry.infomodel.ClassificationScheme pJaxrScheme) throws CSAppFrameworkException
ClassificationScheme
into an
instance of CSAppClassificationScheme
. It is assumed,
that the taxonomy is previously known by the pool.
CSAppFrameworkException
public static CSAppConcept asCSAppConcept(FixedRegistryObjectPool pPool, javax.xml.registry.infomodel.Concept pConcept) throws CSAppFrameworkException
ClassificationScheme
into an
instance of CSAppConcept
.
CSAppFrameworkException
public static CSAppUser asCSAppUser(javax.xml.registry.infomodel.User pUser) throws CSAppFrameworkException
User
into an
instance of CSAppUser
.
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |