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 class
AssocTypeModelImpl
Data that underlies aAssocType
.class
RelatedTopicModelImpl
Methods in systems.dmx.core.impl that return TopicModelImpl Modifier and Type Method Description TopicModelImpl
StorageDecorator. fetchTopic(String key, Object value)
Retrieves a single topic by exact value (case-sensitive).TopicModelImpl
ModelFactoryImpl. newTopicModel(long id)
TopicModelImpl
ModelFactoryImpl. newTopicModel(long id, String uri, String typeUri, SimpleValue value, ChildTopicsModel childTopics)
TopicModelImpl
ModelFactoryImpl. newTopicModel(long id, ChildTopicsModel childTopics)
TopicModelImpl
ModelFactoryImpl. newTopicModel(long id, SimpleValue value)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String typeUri)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String uri, String typeUri)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String uri, String typeUri, ChildTopicsModel childTopics)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String uri, String typeUri, SimpleValue value)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String typeUri, ChildTopicsModel childTopics)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String typeUri, SimpleValue value)
TopicModelImpl
ModelFactoryImpl. newTopicModel(org.codehaus.jettison.json.JSONObject topic)
TopicModelImpl
ModelFactoryImpl. newTopicModel(ChildTopicsModel childTopics)
TopicModelImpl
ModelFactoryImpl. newTopicModel(TopicModel topic)
TopicModelImpl
StorageDecorator. 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 TopicModelImpl
DMXStorage. 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 void
DMXStorage. 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 TopicModelImpl
Neo4jStorage. 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 void
Neo4jStorage. storeTopic(TopicModelImpl topicModel)
-