Uses of Interface
systems.dmx.core.model.RelatedObjectModel
- 
Packages that use RelatedObjectModel Package Description systems.dmx.core.impl systems.dmx.core.model systems.dmx.core.storage.spi systems.dmx.core.util systems.dmx.storage.neo4j 
- 
- 
Uses of RelatedObjectModel in systems.dmx.core.implClasses in systems.dmx.core.impl that implement RelatedObjectModel Modifier and Type Class Description classRelatedAssocModelImplclassRelatedTopicModelImpl
- 
Uses of RelatedObjectModel in systems.dmx.core.modelSubinterfaces of RelatedObjectModel in systems.dmx.core.model Modifier and Type Interface Description interfaceRelatedAssocModelinterfaceRelatedTopicModelinterfaceTopicDeletionModelinterfaceTopicReferenceModel
- 
Uses of RelatedObjectModel in systems.dmx.core.storage.spiMethods in systems.dmx.core.storage.spi with type parameters of type RelatedObjectModel Modifier and Type Method Description <M extends RelatedObjectModel>
 List<M>DMXStorage. fetchAssocRelatedObjects(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTypeUri)<M extends RelatedObjectModel>
 List<M>DMXStorage. fetchTopicRelatedObjects(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTypeUri)
- 
Uses of RelatedObjectModel in systems.dmx.core.utilMethods in systems.dmx.core.util with type parameters of type RelatedObjectModel Modifier and Type Method Description static <T extends RelatedObjectModel>
 TDMXUtils. findByAssoc(long assocId, Iterable<T> objects)Method parameters in systems.dmx.core.util with type arguments of type RelatedObjectModel Modifier and Type Method Description static intDMXUtils. indexOfAssoc(long assocId, Iterable<? extends RelatedObjectModel> objects)
- 
Uses of RelatedObjectModel in systems.dmx.storage.neo4jMethods in systems.dmx.storage.neo4j with type parameters of type RelatedObjectModel Modifier and Type Method Description <M extends RelatedObjectModel>
 List<M>Neo4jStorage. fetchAssocRelatedObjects(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTypeUri)<M extends RelatedObjectModel>
 List<M>Neo4jStorage. fetchTopicRelatedObjects(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTypeUri)
 
-