|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.csutils.core.registry.impl.AbstractRegistryFacade
public abstract class AbstractRegistryFacade
Abstract base class for deriving implementations of RegistryFacade.
| Constructor Summary | |
|---|---|
AbstractRegistryFacade(RegistryInfo pRegistryInfo)
Creates a new instance with the given RegistryInfo. |
|
| Method Summary | |
|---|---|
javax.xml.registry.infomodel.Concept |
findObjectType(QName pName)
Returns the object type with the given name. |
javax.xml.registry.infomodel.ClassificationScheme |
getAssociationTypeClassificationScheme()
Returns the classification scheme of association types. |
javax.xml.registry.infomodel.ClassificationScheme |
getObjectTypeClassificationScheme()
Returns the classification scheme of object types. |
java.util.Collection<javax.xml.registry.infomodel.Association> |
getReferencingAssociations(javax.xml.registry.infomodel.RegistryObject pRo)
Returns all associations with the given object as the associations source. |
RegistryInfo |
getRegistryInfo()
Returns the RegistryInfo. |
boolean |
isAssociationTypeClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme pClassificationScheme)
Returns, whether the given classification scheme is the association type classification scheme. |
boolean |
isAssociationTypeConcept(javax.xml.registry.infomodel.Concept pConcept)
Returns, whether the given concept is an association type concept. |
boolean |
isObjectTypeClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme pClassificationScheme)
Returns, whether the given classification scheme is the object type classification scheme. |
boolean |
isObjectTypeConcept(javax.xml.registry.infomodel.Concept pConcept)
Returns, whether the given concept is an object type concept. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.csutils.core.registry.RegistryFacade |
|---|
findAssociationType, findClassificationScheme, findDescendant, findObjectByPath, findObjectType, getBusinessLifeCycleManager, getBusinessQueryManager, getConnection |
| Constructor Detail |
|---|
public AbstractRegistryFacade(RegistryInfo pRegistryInfo)
RegistryInfo.
pRegistryInfo - The registry information object.| Method Detail |
|---|
public RegistryInfo getRegistryInfo()
RegistryInfo.
getRegistryInfo in interface RegistryFacade
public javax.xml.registry.infomodel.Concept findObjectType(QName pName)
throws javax.xml.registry.JAXRException
object type with the given name.
findObjectType in interface RegistryFacadepName - The object types name.
object type with the given name.
javax.xml.registry.JAXRException - The operation failed.
public boolean isAssociationTypeConcept(javax.xml.registry.infomodel.Concept pConcept)
throws javax.xml.registry.JAXRException
isAssociationTypeConcept in interface RegistryFacadepConcept - The concept to evaluate
javax.xml.registry.JAXRException - The operation failed.
public boolean isObjectTypeConcept(javax.xml.registry.infomodel.Concept pConcept)
throws javax.xml.registry.JAXRException
isObjectTypeConcept in interface RegistryFacadepConcept - The concept to evaluate
javax.xml.registry.JAXRException - The operation failed.
public boolean isAssociationTypeClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme pClassificationScheme)
throws javax.xml.registry.JAXRException
isAssociationTypeClassificationScheme in interface RegistryFacadepClassificationScheme - The classification scheme to evaluate.
javax.xml.registry.JAXRException - The operation failed.
public boolean isObjectTypeClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme pClassificationScheme)
throws javax.xml.registry.JAXRException
isObjectTypeClassificationScheme in interface RegistryFacadepClassificationScheme - The classification scheme to evaluate.
javax.xml.registry.JAXRException - The operation failed.
public javax.xml.registry.infomodel.ClassificationScheme getAssociationTypeClassificationScheme()
throws javax.xml.registry.JAXRException
getAssociationTypeClassificationScheme in interface RegistryFacadejavax.xml.registry.JAXRException - The operation failed.
public javax.xml.registry.infomodel.ClassificationScheme getObjectTypeClassificationScheme()
throws javax.xml.registry.JAXRException
getObjectTypeClassificationScheme in interface RegistryFacadejavax.xml.registry.JAXRException - The operation failed.
public java.util.Collection<javax.xml.registry.infomodel.Association> getReferencingAssociations(javax.xml.registry.infomodel.RegistryObject pRo)
throws javax.xml.registry.JAXRException
RegistryFacade
getReferencingAssociations in interface RegistryFacadejavax.xml.registry.JAXRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||