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.impl
Classes in systems.dmx.core.impl that implement RelatedObjectModel Modifier and Type Class Description class
RelatedAssocModelImpl
class
RelatedTopicModelImpl
-
Uses of RelatedObjectModel in systems.dmx.core.model
Subinterfaces of RelatedObjectModel in systems.dmx.core.model Modifier and Type Interface Description interface
RelatedAssocModel
interface
RelatedTopicModel
interface
TopicDeletionModel
interface
TopicReferenceModel
-
Uses of RelatedObjectModel in systems.dmx.core.storage.spi
Methods 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.util
Methods 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 int
DMXUtils. indexOfAssoc(long assocId, Iterable<? extends RelatedObjectModel> objects)
-
Uses of RelatedObjectModel in systems.dmx.storage.neo4j
Methods 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)
-