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 RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(long topicId)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(long topicId, AssocModel relatingAssoc)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(String topicUri)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(String topicUri, AssocModel relatingAssoc)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(String topicTypeUri, ChildTopicsModel childTopics)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(String topicTypeUri, SimpleValue value)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(TopicModel topic)
RelatedTopicModelImpl
ModelFactoryImpl. 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)
-