|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaCRUDService<Type extends Model>
Method Summary | |
---|---|
Type |
create(QName qname)
Creates an M1 object with the given Meta type specified by the QName. |
Relation |
createRelation(Type source,
Model target,
QName relationType)
Creates a relation with the given type between the source and target models. |
java.util.List<Type> |
findByMetaType(java.lang.String metaTypeQName)
Returns all instances with the given metaType. |
Methods inherited from interface com.rapidtransform.core.service.CRUDService |
---|
create, find, findAll, save |
Method Detail |
---|
Type create(QName qname) throws MetaException
qname
-
MetaException
Relation createRelation(Type source, Model target, QName relationType) throws ConveloException, InvalidMetaRelationException
source
- target
- relationType
-
ConveloException
InvalidMetaRelationException
java.util.List<Type> findByMetaType(java.lang.String metaTypeQName)
metaType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |