Uses of Class
systems.dmx.core.impl.TopicModelImpl
-
Packages that use TopicModelImpl Package Description systems.dmx.core.impl systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of TopicModelImpl in systems.dmx.core.impl
Subclasses of TopicModelImpl in systems.dmx.core.impl Modifier and Type Class Description classAssocTypeModelImplData that underlies aAssocType.classRelatedTopicModelImplMethods in systems.dmx.core.impl that return TopicModelImpl Modifier and Type Method Description TopicModelImplStorageDecorator. fetchTopic(String key, Object value)Retrieves a single topic by exact value (case-sensitive).TopicModelImplModelFactoryImpl. newTopicModel(long id)TopicModelImplModelFactoryImpl. newTopicModel(long id, String uri, String typeUri, SimpleValue value, ChildTopicsModel childTopics)TopicModelImplModelFactoryImpl. newTopicModel(long id, ChildTopicsModel childTopics)TopicModelImplModelFactoryImpl. newTopicModel(long id, SimpleValue value)TopicModelImplModelFactoryImpl. newTopicModel(String typeUri)TopicModelImplModelFactoryImpl. newTopicModel(String uri, String typeUri)TopicModelImplModelFactoryImpl. newTopicModel(String uri, String typeUri, ChildTopicsModel childTopics)TopicModelImplModelFactoryImpl. newTopicModel(String uri, String typeUri, SimpleValue value)TopicModelImplModelFactoryImpl. newTopicModel(String typeUri, ChildTopicsModel childTopics)TopicModelImplModelFactoryImpl. newTopicModel(String typeUri, SimpleValue value)TopicModelImplModelFactoryImpl. newTopicModel(org.codehaus.jettison.json.JSONObject topic)TopicModelImplModelFactoryImpl. newTopicModel(ChildTopicsModel childTopics)TopicModelImplModelFactoryImpl. newTopicModel(TopicModel topic)TopicModelImplStorageDecorator. queryTopicFulltext(String key, Object value)Retrieves a single topic by fulltext search (case-insensitive). -
Uses of TopicModelImpl in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return TopicModelImpl Modifier and Type Method Description TopicModelImplDMXStorage. fetchTopic(long topicId)Fetches a topic by ID.Methods in systems.dmx.core.storage.spi that return types with arguments of type TopicModelImpl Modifier and Type Method Description Iterable<TopicModelImpl>DMXStorage. fetchAllTopics()List<TopicModelImpl>DMXStorage. fetchTopics(String key, Object value)Fetches topics by exact value.List<TopicModelImpl>DMXStorage. fetchTopicsByProperty(String propUri, Object propValue)List<TopicModelImpl>DMXStorage. fetchTopicsByPropertyRange(String propUri, Number from, Number to)List<TopicModelImpl>DMXStorage. queryTopics(String key, Object value)List<TopicModelImpl>DMXStorage. queryTopicsFulltext(String key, Object value)Methods in systems.dmx.core.storage.spi with parameters of type TopicModelImpl Modifier and Type Method Description voidDMXStorage. storeTopic(TopicModelImpl topicModel)Stores a rudimentary topic in the DB. -
Uses of TopicModelImpl in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return TopicModelImpl Modifier and Type Method Description TopicModelImplNeo4jStorage. fetchTopic(long topicId)Methods in systems.dmx.storage.neo4j that return types with arguments of type TopicModelImpl Modifier and Type Method Description Iterable<TopicModelImpl>Neo4jStorage. fetchAllTopics()List<TopicModelImpl>Neo4jStorage. fetchTopics(String key, Object value)List<TopicModelImpl>Neo4jStorage. fetchTopicsByProperty(String propUri, Object propValue)List<TopicModelImpl>Neo4jStorage. fetchTopicsByPropertyRange(String propUri, Number from, Number to)List<TopicModelImpl>Neo4jStorage. queryTopics(String key, Object value)List<TopicModelImpl>Neo4jStorage. queryTopicsFulltext(String key, Object value)Methods in systems.dmx.storage.neo4j with parameters of type TopicModelImpl Modifier and Type Method Description voidNeo4jStorage. storeTopic(TopicModelImpl topicModel)
-