|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.registry.impl.MetaModelAccessor net.sf.csutils.core.registry.centrasite.CentraSiteMetaModelAccessor
public class CentraSiteMetaModelAccessor
CentraSite specific implementation of MetaModelAccessor
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.csutils.core.registry.impl.MetaModelAccessor |
---|
MetaModelAccessor.MetaModel |
Field Summary | |
---|---|
static java.util.Map<QName,QName> |
BUILTIN_NAME_MAP
|
Method Summary | |
---|---|
ROType |
add(MetaModelAccessor.MetaModel pModel,
ROType pType)
Creates the given registry object type in
the registry. |
static CentraSiteMetaModelAccessor |
getInstance()
Returns the singleton instance. |
ROType |
getROType(MetaModelAccessor.MetaModel pModel,
QName pQName)
Returns the registry object type with the
given name. |
MetaModelAccessor.MetaModel |
newMetaModel(RegistryFacade pFacade)
Creates a meta model instance. |
protected void |
remove(MetaModelAccessor.MetaModel pModel,
ROType pType)
Removes the given registry object type from
the registry. |
Methods inherited from class net.sf.csutils.core.registry.impl.MetaModelAccessor |
---|
clear, create, getROTypes, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<QName,QName> BUILTIN_NAME_MAP
Method Detail |
---|
public static CentraSiteMetaModelAccessor getInstance()
public MetaModelAccessor.MetaModel newMetaModel(RegistryFacade pFacade)
MetaModelAccessor
newMetaModel
in class MetaModelAccessor
pFacade
- The facade to use.
public ROType getROType(MetaModelAccessor.MetaModel pModel, QName pQName) throws javax.xml.registry.JAXRException
MetaModelAccessor
registry object type
with the
given name.
getROType
in class MetaModelAccessor
pModel
- The meta model to modify.pQName
- Qualified name of the registry object type to return.
javax.xml.registry.JAXRException
- The operation failed.protected void remove(MetaModelAccessor.MetaModel pModel, ROType pType) throws javax.xml.registry.JAXRException
MetaModelAccessor
registry object type
from
the registry.
remove
in class MetaModelAccessor
pModel
- The inner meta model to modify.pType
- The registry object type to remove.
javax.xml.registry.JAXRException
- The operation failed.public ROType add(MetaModelAccessor.MetaModel pModel, ROType pType) throws javax.xml.registry.JAXRException
MetaModelAccessor
registry object type
in
the registry.
add
in class MetaModelAccessor
pModel
- The inner meta model to modify.pType
- Description of the registry object type to create.
javax.xml.registry.JAXRException
- The operation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |