Uses of Interface
net.sf.csutils.core.model.ROType

Packages that use ROType
net.sf.csutils.core.model   
net.sf.csutils.core.model.impl   
net.sf.csutils.core.query.impl   
net.sf.csutils.core.registry   
net.sf.csutils.core.registry.centrasite   
net.sf.csutils.core.registry.impl   
net.sf.csutils.core.registry.jaxmas   
 

Uses of ROType in net.sf.csutils.core.model
 

Methods in net.sf.csutils.core.model that return ROType
 ROType ROMetaModel.getROType(QName pQName)
          Returns the object type with the given name.
 

Methods in net.sf.csutils.core.model that return types with arguments of type ROType
 java.util.Map<QName,ROType> ROMetaModel.getROTypes()
          Returns the map of object types.
 java.util.List<ROType> RORelation.getTargetTypes()
           
 

Uses of ROType in net.sf.csutils.core.model.impl
 

Classes in net.sf.csutils.core.model.impl that implement ROType
 class StaticROType
           
 

Methods in net.sf.csutils.core.model.impl that return ROType
 ROType StaticROMetaModel.getROType(QName pQName)
           
 ROType DynamicROMetaModel.getROType(QName pQName)
           
protected  ROType ROMetaModelReader.read(ROType pBean)
           
 

Methods in net.sf.csutils.core.model.impl that return types with arguments of type ROType
 java.util.Map<QName,ROType> StaticROMetaModel.getROTypes()
           
 java.util.Map<QName,ROType> DynamicROMetaModel.getROTypes()
           
 java.util.List<ROType> StaticRORelation.getTargetTypes()
           
 

Methods in net.sf.csutils.core.model.impl with parameters of type ROType
protected  ROType ROMetaModelWriter.write(ROType pType)
          Converts the given registry object type into a JAXB bean.
 

Method parameters in net.sf.csutils.core.model.impl with type arguments of type ROType
 void StaticROMetaModel.setROTypes(java.util.Map<QName,ROType> pTypes)
           
 void StaticRORelation.setTargetTypes(java.util.List<ROType> pTargetTypes)
           
 

Uses of ROType in net.sf.csutils.core.query.impl
 

Methods in net.sf.csutils.core.query.impl that return ROType
protected  ROType AbstractQueryGenerator.findMatchingObjectType(Statement pStatement, ObjectType pQueryType)
           
 ROType AbstractQueryGenerator.ObjectTypeInfo.getROType()
           
 

Methods in net.sf.csutils.core.query.impl with parameters of type ROType
protected  AbstractQueryGenerator.ObjectTypeInfo SqlQueryGenerator.newObjectTypeInfo(java.lang.String pAlias, ROType pType, AbstractQueryGenerator.ObjectTypeInfo pSourceType, RORelation pAttribute)
           
protected  AbstractQueryGenerator.ObjectTypeInfo AbstractQueryGenerator.newObjectTypeInfo(java.lang.String pAlias, ROType pType, AbstractQueryGenerator.ObjectTypeInfo pSourceType, RORelation pAttribute)
          Creates a new instance of AbstractQueryGenerator.ObjectTypeInfo.
 

Uses of ROType in net.sf.csutils.core.registry
 

Methods in net.sf.csutils.core.registry that return ROType
 ROType ROMetaModelAccessor.create(ROType pType)
          Creates the given registry object type in the registry.
 ROType ROModelAccessor.findType(QName pTypeName)
          Finds the registry object type with the given name.
 ROType ROModelAccessor.findType(javax.xml.registry.infomodel.RegistryObject pInstance)
          Finds the registry object type of the given registry object instance.
 ROType ROModelAccessor.findType(java.lang.String pTypeName)
          Finds the registry object type with the given name.
 ROType ROModelAccessor.requireType(QName pTypeName)
          Finds the registry object type with the given name.
 ROType ROModelAccessor.requireType(javax.xml.registry.infomodel.RegistryObject pInstance)
          Finds the registry object type of the given registry object instance.
 ROType ROModelAccessor.requireType(java.lang.String pTypeName)
          Finds the registry object type with the given name.
 

Methods in net.sf.csutils.core.registry with parameters of type ROType
 ROType ROMetaModelAccessor.create(ROType pType)
          Creates the given registry object type in the registry.
<RO extends javax.xml.registry.infomodel.RegistryObject>
RO
ROModelAccessor.createInstance(ROType pType)
          Creates a registry object with the given type.
 RORelation ROModelAccessor.findRelation(ROType pType, java.lang.String pRelationName)
          Finds a relationship attribute with the given name in the given registry object type.
 ROSlot ROModelAccessor.findSlot(ROType pType, java.lang.String pSlotName)
          Finds a slot attribute with the given name in the given registry object type.
 javax.xml.registry.infomodel.RegistryObject ROModelAccessor.getRelationValue(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject)
          Returns the given relations value from the given registry object.
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> ROModelAccessor.getRelationValues(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject)
          Returns the given relations values from the given registry object.
 java.lang.String ROModelAccessor.getSlotValue(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject)
          Returns the given slots values from the given registry object.
 java.util.Collection<java.lang.String> ROModelAccessor.getSlotValues(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject)
          Returns the given slots values from the given registry object.
 RORelation ROModelAccessor.requireRelation(ROType pType, java.lang.String pRelationName)
          Finds a relationship attribute with the given name in the given registry object type.
 ROSlot ROModelAccessor.requireSlot(ROType pType, java.lang.String pSlotName)
          Finds a slot attribute with the given name in the given registry object type.
 void ROModelAccessor.setRelationValue(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject pValue)
          Sets the given relations value on the given registry object.
 void ROModelAccessor.setRelationValues(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pValues)
          Sets the given relations values on the given registry object.
 void ROModelAccessor.setRelationValues(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject... pValues)
          Sets the given relations values on the given registry object.
 void ROModelAccessor.setSlotValue(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject, java.lang.String pValue)
          Sets the given slots value on the given registry object.
 void ROModelAccessor.setSlotValues(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<java.lang.String> pValues)
          Sets the given slots values on the given registry object.
 void ROModelAccessor.setSlotValues(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject, java.lang.String... pValues)
          Sets the given slots values on the given registry object.
 

Uses of ROType in net.sf.csutils.core.registry.centrasite
 

Methods in net.sf.csutils.core.registry.centrasite that return ROType
 ROType CentraSiteMetaModelAccessor.add(MetaModelAccessor.MetaModel pModel, ROType pType)
           
 ROType CentraSiteMetaModelAccessor.getROType(MetaModelAccessor.MetaModel pModel, QName pQName)
           
 

Methods in net.sf.csutils.core.registry.centrasite with parameters of type ROType
 ROType CentraSiteMetaModelAccessor.add(MetaModelAccessor.MetaModel pModel, ROType pType)
           
protected  void CentraSiteMetaModelAccessor.remove(MetaModelAccessor.MetaModel pModel, ROType pType)
           
 

Uses of ROType in net.sf.csutils.core.registry.impl
 

Methods in net.sf.csutils.core.registry.impl that return ROType
protected abstract  ROType MetaModelAccessor.add(MetaModelAccessor.MetaModel pModel, ROType pType)
          Creates the given registry object type in the registry.
 ROType MetaModelAccessor.create(MetaModelAccessor.MetaModel pModel, ROType pType)
          Adds a new object type to the registry.
 ROType ROMetaModelAccessorImpl.create(ROType pType)
           
 ROType ROModelAccessorImpl.findType(QName pQName)
           
 ROType ROModelAccessorImpl.findType(javax.xml.registry.infomodel.RegistryObject pInstance)
           
 ROType ROModelAccessorImpl.findType(java.lang.String pTypeName)
           
abstract  ROType MetaModelAccessor.getROType(MetaModelAccessor.MetaModel pModel, QName pQName)
          Returns the registry object type with the given name.
 ROType ROModelAccessorImpl.requireType(QName pQName)
           
 ROType ROModelAccessorImpl.requireType(javax.xml.registry.infomodel.RegistryObject pInstance)
           
 ROType ROModelAccessorImpl.requireType(java.lang.String pTypeName)
           
 

Methods in net.sf.csutils.core.registry.impl that return types with arguments of type ROType
 java.util.Map<QName,ROType> MetaModelAccessor.getROTypes(MetaModelAccessor.MetaModel pModel)
          Returns the map of all types.
 java.util.Map<QName,ROType> MetaModelAccessor.MetaModel.getTypes()
           
 java.util.Map<QName,ROType> MetaModelAccessor.MetaModel.getTypesCopy()
           
 

Methods in net.sf.csutils.core.registry.impl with parameters of type ROType
protected abstract  ROType MetaModelAccessor.add(MetaModelAccessor.MetaModel pModel, ROType pType)
          Creates the given registry object type in the registry.
 ROType MetaModelAccessor.create(MetaModelAccessor.MetaModel pModel, ROType pType)
          Adds a new object type to the registry.
 ROType ROMetaModelAccessorImpl.create(ROType pType)
           
<RO extends javax.xml.registry.infomodel.RegistryObject>
RO
ROModelAccessorImpl.createInstance(ROType pType)
           
 RORelation ROModelAccessorImpl.findRelation(ROType pType, java.lang.String pRelationName)
           
 ROSlot ROModelAccessorImpl.findSlot(ROType pType, java.lang.String pSlotName)
           
 javax.xml.registry.infomodel.RegistryObject ROModelAccessorImpl.getRelationValue(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> ROModelAccessorImpl.getRelationValues(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.lang.String ROModelAccessorImpl.getSlotValue(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.util.Collection<java.lang.String> ROModelAccessorImpl.getSlotValues(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject)
           
protected abstract  void MetaModelAccessor.remove(MetaModelAccessor.MetaModel pModel, ROType pType)
          Removes the given registry object type from the registry.
 RORelation ROModelAccessorImpl.requireRelation(ROType pType, java.lang.String pRelationName)
           
 ROSlot ROModelAccessorImpl.requireSlot(ROType pType, java.lang.String pSlotName)
           
 void ROModelAccessorImpl.setRelationValue(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject pTarget)
           
 void ROModelAccessorImpl.setRelationValues(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pTargets)
           
 void ROModelAccessorImpl.setRelationValues(ROType pType, java.lang.String pRelationName, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject... pTargets)
           
 void ROModelAccessorImpl.setSlotValue(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject, java.lang.String pValue)
           
 void ROModelAccessorImpl.setSlotValues(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<java.lang.String> pValues)
           
 void ROModelAccessorImpl.setSlotValues(ROType pType, java.lang.String pSlotName, javax.xml.registry.infomodel.RegistryObject pObject, java.lang.String... pValues)
           
 

Uses of ROType in net.sf.csutils.core.registry.jaxmas
 

Methods in net.sf.csutils.core.registry.jaxmas that return ROType
protected  ROType JaxMasMetaModelAccessor.add(MetaModelAccessor.MetaModel pModel, ROType pType)
           
 ROType JaxMasMetaModelAccessor.getROType(MetaModelAccessor.MetaModel pModel, QName pQName)
           
 

Methods in net.sf.csutils.core.registry.jaxmas with parameters of type ROType
protected  ROType JaxMasMetaModelAccessor.add(MetaModelAccessor.MetaModel pModel, ROType pType)
           
protected  void JaxMasMetaModelAccessor.remove(MetaModelAccessor.MetaModel pModel, ROType pType)
           
 



Copyright © 2009-2011. All Rights Reserved.