Uses of Class
com.rapidtransform.core.meta.InvalidMetaRelationException

Packages that use InvalidMetaRelationException
com.rapidtransform.core.meta   
com.rapidtransform.core.meta.service   
com.rapidtransform.core.service   
com.rapidtransform.core.service.impl   
 

Uses of InvalidMetaRelationException in com.rapidtransform.core.meta
 

Methods in com.rapidtransform.core.meta that throw InvalidMetaRelationException
 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.
 

Uses of InvalidMetaRelationException in com.rapidtransform.core.meta.service
 

Methods in com.rapidtransform.core.meta.service that throw InvalidMetaRelationException
 QName MetaServiceImpl.getRelationTarget(QName source, QName relation)
           
 

Uses of InvalidMetaRelationException in com.rapidtransform.core.service
 

Methods in com.rapidtransform.core.service that throw InvalidMetaRelationException
 Relation MetaCRUDService.createRelation(Type source, Model target, QName relationType)
          Creates a relation with the given type between the source and target models.
 

Uses of InvalidMetaRelationException in com.rapidtransform.core.service.impl
 

Methods in com.rapidtransform.core.service.impl that throw InvalidMetaRelationException
 Relation MetaCRUDServiceImpl.createRelation(Type source, Model target, QName relationType)
          Creates a relation with the given type between the source and target models.