Uses of Class
systems.dmx.core.impl.RelatedTopicModelImpl
-
Packages that use RelatedTopicModelImpl Package Description systems.dmx.core.impl systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of RelatedTopicModelImpl in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return RelatedTopicModelImpl Modifier and Type Method Description RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(long topicId)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(long topicId, AssocModel relatingAssoc)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(String topicUri)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(String topicUri, AssocModel relatingAssoc)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(String topicTypeUri, ChildTopicsModel childTopics)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(String topicTypeUri, SimpleValue value)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(TopicModel topic)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(TopicModel topic, AssocModel relatingAssoc) -
Uses of RelatedTopicModelImpl in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return types with arguments of type RelatedTopicModelImpl Modifier and Type Method Description List<RelatedTopicModelImpl>DMXStorage. fetchAssocRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)List<RelatedTopicModelImpl>DMXStorage. fetchRelatedTopics(long objectId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)List<RelatedTopicModelImpl>DMXStorage. fetchTopicRelatedTopics(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri) -
Uses of RelatedTopicModelImpl in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return types with arguments of type RelatedTopicModelImpl Modifier and Type Method Description List<RelatedTopicModelImpl>Neo4jStorage. fetchAssocRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)List<RelatedTopicModelImpl>Neo4jStorage. fetchRelatedTopics(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)List<RelatedTopicModelImpl>Neo4jStorage. fetchTopicRelatedTopics(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
-