public final class FixedRegistryObjects
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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 . |
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.pPool
- the registry object pool.pJaxrScheme
- the classification scheme.CSAppClassificationScheme
.CSAppFrameworkException
- if an internal error occurs.public static CSAppConcept asCSAppConcept(FixedRegistryObjectPool pPool, javax.xml.registry.infomodel.Concept pConcept) throws CSAppFrameworkException
ClassificationScheme
into an
instance of CSAppConcept
.pPool
- the registry object pool.pConcept
- the concept.CSAppConcept
.CSAppFrameworkException
- if an internal error occurs.public static CSAppUser asCSAppUser(javax.xml.registry.infomodel.User pUser) throws CSAppFrameworkException
User
into an
instance of CSAppUser
.pUser
- CSAppUser
.CSAppUser
.CSAppFrameworkException
- if an internal error occurs.