|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QName in com.rapidtransform.core.dao |
---|
Methods in com.rapidtransform.core.dao with parameters of type QName | |
---|---|
java.util.List<Type> |
GenericDAO.findByType(QName metaType)
|
Uses of QName in com.rapidtransform.core.dao.hibernate |
---|
Methods in com.rapidtransform.core.dao.hibernate with parameters of type QName | |
---|---|
java.util.List<Type> |
GenericDAOHibernate.findByType(QName metaType)
|
Uses of QName in com.rapidtransform.core.meta |
---|
Methods in com.rapidtransform.core.meta that return QName | |
---|---|
QName |
MetaClass.getName()
|
QName |
MetaModel.getQname()
|
QName |
Dictionary.getQName(Namespace namespace)
Returns the qualified name for the given namespace. |
QName |
MetaService.getRelationTarget(QName type,
QName relation)
Checks if the specified relation is valid for the given type and returns the target type if the relation is valid. |
QName |
MetaRelation.getTargetType()
|
QName |
MetaProperty.getType()
|
Methods in com.rapidtransform.core.meta that return types with arguments of type QName | |
---|---|
java.util.Map<QName,MetaModel> |
Dictionary.getLoadedModels()
|
java.util.Map<QName,MetaProperty> |
MetaModel.getProperties()
|
Methods in com.rapidtransform.core.meta with parameters of type QName | |
---|---|
MetaModel |
MetaService.getLoadedModel(QName qName)
|
MetaModel |
Dictionary.getModel(QName qName)
|
Namespace |
MetaService.getNamespace(QName type)
|
Namespace |
Dictionary.getNamespace(QName type)
Returns the namespace associated with the given Meta Type. |
PropertyHolder |
MetaService.getProperties(QName type)
|
QName |
MetaService.getRelationTarget(QName type,
QName relation)
Checks if the specified relation is valid for the given type and returns the target type if the relation is valid. |
MetaType |
MetaService.getType(QName qname)
|
MetaType |
Dictionary.getType(QName qName)
|
void |
MetaService.removeModel(QName qName)
|
void |
Dictionary.removeModel(QName qName)
|
Uses of QName in com.rapidtransform.core.meta.def |
---|
Methods in com.rapidtransform.core.meta.def that return QName | |
---|---|
QName |
BaseMetaModel.getName()
|
QName |
BaseMetaClass.getName()
|
QName |
BaseMetaModel.getQname()
|
QName |
BaseMetaRelation.getTargetType()
|
QName |
BaseMetaProperty.getType()
|
Methods in com.rapidtransform.core.meta.def that return types with arguments of type QName | |
---|---|
java.util.Map<QName,MetaProperty> |
BaseMetaModel.getProperties()
|
Methods in com.rapidtransform.core.meta.def with parameters of type QName | |
---|---|
void |
BaseMetaModel.setName(QName qname)
|
void |
BaseMetaClass.setName(QName name)
|
void |
BaseMetaRelation.setTargetType(QName targetType)
|
void |
BaseMetaProperty.setType(QName type)
|
Method parameters in com.rapidtransform.core.meta.def with type arguments of type QName | |
---|---|
void |
BaseMetaModel.setProperties(java.util.Map<QName,MetaProperty> properties)
|
Uses of QName in com.rapidtransform.core.meta.service |
---|
Methods in com.rapidtransform.core.meta.service that return QName | |
---|---|
QName |
DictionaryImpl.getQName(Namespace namespace)
|
QName |
MetaServiceImpl.getRelationTarget(QName source,
QName relation)
|
static QName |
MetaFactory.unmarshalQName(java.lang.String qName)
Convert QName string "prefix:localName" in XML to QName object |
Methods in com.rapidtransform.core.meta.service that return types with arguments of type QName | |
---|---|
java.util.Map<QName,MetaModel> |
DictionaryImpl.getLoadedModels()
|
Methods in com.rapidtransform.core.meta.service with parameters of type QName | |
---|---|
MetaModel |
MetaServiceImpl.getLoadedModel(QName qName)
|
MetaModel |
DictionaryImpl.getModel(QName qName)
|
Namespace |
MetaServiceImpl.getNamespace(QName type)
returns the namespace associated with the given type. |
Namespace |
DictionaryImpl.getNamespace(QName type)
|
PropertyHolder |
MetaServiceImpl.getProperties(QName type)
|
QName |
MetaServiceImpl.getRelationTarget(QName source,
QName relation)
|
MetaType |
MetaServiceImpl.getType(QName qname)
|
MetaType |
DictionaryImpl.getType(QName qName)
|
static java.lang.String |
MetaFactory.marshalQName(QName qName)
Convert QName to QName string "prefix:localName" for XML serialization |
void |
MetaServiceImpl.removeModel(QName qName)
|
void |
DictionaryImpl.removeModel(QName qName)
|
Method parameters in com.rapidtransform.core.meta.service with type arguments of type QName | |
---|---|
void |
DictionaryImpl.setLoadedModels(java.util.Map<QName,MetaModel> loadedModels)
|
Uses of QName in com.rapidtransform.core.model |
---|
Methods in com.rapidtransform.core.model that return QName | |
---|---|
QName |
Model.getMetaTypeName()
|
QName |
AbstractBaseModel.getMetaTypeName()
|
Methods in com.rapidtransform.core.model with parameters of type QName | |
---|---|
void |
Model.setMetaTypeName(QName qName)
|
void |
AbstractBaseModel.setMetaTypeName(QName qName)
|
Uses of QName in com.rapidtransform.core.model.namespace |
---|
Methods in com.rapidtransform.core.model.namespace that return QName | |
---|---|
static QName |
QNameFactory.createQName(java.lang.String qName)
|
static QName |
QNameFactory.createQName(java.lang.String prefix,
java.lang.String localName,
java.lang.String uri)
|
Uses of QName in com.rapidtransform.core.service |
---|
Methods in com.rapidtransform.core.service with parameters of type QName | |
---|---|
Type |
MetaCRUDService.create(QName qname)
Creates an M1 object with the given Meta type specified by the QName. |
Relation |
MetaCRUDService.createRelation(Type source,
Model target,
QName relationType)
Creates a relation with the given type between the source and target models. |
Uses of QName in com.rapidtransform.core.service.impl |
---|
Methods in com.rapidtransform.core.service.impl with parameters of type QName | |
---|---|
Type |
MetaCRUDServiceImpl.create(QName qname)
|
Relation |
MetaCRUDServiceImpl.createRelation(Type source,
Model target,
QName relationType)
Creates a relation with the given type between the source and target models. |
Uses of QName in com.rapidtransform.core.type |
---|
Methods in com.rapidtransform.core.type that return QName | |
---|---|
QName |
PropertyHolder.getMetaTypeName()
|
QName |
DynamicPropertyHolder.getMetaTypeName()
|
Methods in com.rapidtransform.core.type with parameters of type QName | |
---|---|
void |
PropertyHolder.setMetaTypeName(QName qname)
|
void |
DynamicPropertyHolder.setMetaTypeName(QName metaTypeName)
|
Uses of QName in com.rapidtransform.part.dao |
---|
Methods in com.rapidtransform.part.dao with parameters of type QName | |
---|---|
java.util.Collection<Document> |
ItemVersionDAO.getDocuments(QName relationQname,
java.lang.String itemId)
|
java.util.Collection<Product> |
ItemVersionDAO.getProducts(QName relationQname,
java.lang.String itemId)
|
java.util.Collection<ItemVersion> |
ItemVersionDAO.getRelatedItems(QName relationQname,
java.lang.String itemId)
|
java.util.Collection<Specification> |
ItemVersionDAO.getSpecifications(QName relationQname,
java.lang.String itemId)
|
Uses of QName in com.rapidtransform.part.dao.hibernate |
---|
Methods in com.rapidtransform.part.dao.hibernate with parameters of type QName | |
---|---|
java.util.Collection<Document> |
ItemVersionDAOHibernate.getDocuments(QName relationQname,
java.lang.String itemId)
|
java.util.Collection<Product> |
ItemVersionDAOHibernate.getProducts(QName relationQname,
java.lang.String itemId)
|
java.util.Collection<ItemVersion> |
ItemVersionDAOHibernate.getRelatedItems(QName relationQname,
java.lang.String itemId)
|
java.util.Collection<Specification> |
ItemVersionDAOHibernate.getSpecifications(QName relationQname,
java.lang.String itemId)
|
Uses of QName in com.rapidtransform.product.dao |
---|
Methods in com.rapidtransform.product.dao with parameters of type QName | |
---|---|
java.util.Collection<Document> |
ProductDAO.getDocuments(QName relationQname,
java.lang.String productId)
|
java.util.Collection<ItemVersion> |
ProductDAO.getItems(QName relationQname,
java.lang.String productId)
|
java.util.Collection<Product> |
ProductDAO.getRelatedProducts(QName relationQname,
java.lang.String productId)
|
java.util.Collection<Specification> |
ProductDAO.getSpecifications(QName relationQname,
java.lang.String productId)
|
Uses of QName in com.rapidtransform.product.dao.hibernate |
---|
Methods in com.rapidtransform.product.dao.hibernate with parameters of type QName | |
---|---|
java.util.Collection<Document> |
ProductDAOHibernate.getDocuments(QName relationQname,
java.lang.String productId)
|
java.util.Collection<ItemVersion> |
ProductDAOHibernate.getItems(QName relationQname,
java.lang.String productId)
|
java.util.Collection<Product> |
ProductDAOHibernate.getRelatedProducts(QName relationQname,
java.lang.String productId)
|
java.util.Collection<Specification> |
ProductDAOHibernate.getSpecifications(QName relationQname,
java.lang.String productId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |