Uses of Class
systems.dmx.core.model.SimpleValue
-
-
Uses of SimpleValue in systems.dmx.core
Methods in systems.dmx.core that return SimpleValue Modifier and Type Method Description SimpleValue
DMXObject. getSimpleValue()
Methods in systems.dmx.core with parameters of type SimpleValue Modifier and Type Method Description void
DMXObject. setSimpleValue(SimpleValue value)
-
Uses of SimpleValue in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return SimpleValue Modifier and Type Method Description SimpleValue
DMXObjectModelImpl. getSimpleValue()
Methods in systems.dmx.core.impl with parameters of type SimpleValue Modifier and Type Method Description Assoc
CoreServiceImpl. getAssocByValue(String typeUri, SimpleValue value)
Topic
CoreServiceImpl. getTopicByValue(String typeUri, SimpleValue value)
List<Topic>
CoreServiceImpl. getTopicsByValue(String typeUri, SimpleValue value)
AssocModelImpl
ModelFactoryImpl. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2, SimpleValue value, ChildTopicsModel childTopics)
AssocModel
ModelFactoryImpl. newAssocModel(SimpleValue value)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(String topicTypeUri, SimpleValue value)
TopicModelImpl
ModelFactoryImpl. newTopicModel(long id, String uri, String typeUri, SimpleValue value, ChildTopicsModel childTopics)
TopicModelImpl
ModelFactoryImpl. newTopicModel(long id, SimpleValue value)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String uri, String typeUri, SimpleValue value)
TopicModelImpl
ModelFactoryImpl. newTopicModel(String typeUri, SimpleValue value)
void
DMXObjectModelImpl. setSimpleValue(SimpleValue value)
-
Uses of SimpleValue in systems.dmx.core.model
Methods in systems.dmx.core.model that return SimpleValue Modifier and Type Method Description SimpleValue
DMXObjectModel. getSimpleValue()
SimpleValue
SimpleValue. trim()
Trims this value in-place, provided it is of type String.Methods in systems.dmx.core.model with parameters of type SimpleValue Modifier and Type Method Description void
DMXObjectModel. setSimpleValue(SimpleValue value)
-
Uses of SimpleValue in systems.dmx.core.service
Methods in systems.dmx.core.service with parameters of type SimpleValue Modifier and Type Method Description Assoc
CoreService. getAssocByValue(String typeUri, SimpleValue value)
Retrieves a single association by type and exact value.Topic
CoreService. getTopicByValue(String typeUri, SimpleValue value)
Retrieves a single topic by type and exact value.List<Topic>
CoreService. getTopicsByValue(String typeUri, SimpleValue value)
Retrieves topics by type and exact value.AssocModel
ModelFactory. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2, SimpleValue value, ChildTopicsModel childTopics)
AssocModel
ModelFactory. newAssocModel(SimpleValue value)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(String topicTypeUri, SimpleValue value)
TopicModel
ModelFactory. newTopicModel(long id, String uri, String typeUri, SimpleValue value, ChildTopicsModel childTopics)
TopicModel
ModelFactory. newTopicModel(long id, SimpleValue value)
TopicModel
ModelFactory. newTopicModel(String uri, String typeUri, SimpleValue value)
TopicModel
ModelFactory. newTopicModel(String typeUri, SimpleValue value)
-
Uses of SimpleValue in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi with parameters of type SimpleValue Modifier and Type Method Description void
DMXStorage. storeAssocValue(long assocId, SimpleValue value, String indexKey, boolean isHtmlValue)
Stores and indexes an association value.void
DMXStorage. storeTopicValue(long topicId, SimpleValue value, String indexKey, boolean isHtmlValue)
Stores and indexes a topic value. -
Uses of SimpleValue in systems.dmx.core.util
Methods in systems.dmx.core.util with parameters of type SimpleValue Modifier and Type Method Description static <T extends DMXObjectModel>
TDMXUtils. findByValue(SimpleValue value, Iterable<T> objects)
-
Uses of SimpleValue in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j with parameters of type SimpleValue Modifier and Type Method Description void
Neo4jStorage. storeAssocValue(long assocId, SimpleValue value, String indexKey, boolean isHtmlValue)
void
Neo4jStorage. storeTopicValue(long topicId, SimpleValue value, String indexKey, boolean isHtmlValue)
-
Uses of SimpleValue in systems.dmx.webservice
Methods in systems.dmx.webservice with parameters of type SimpleValue Modifier and Type Method Description Assoc
WebservicePlugin. getAssocByValue(String typeUri, SimpleValue value)
Topic
WebservicePlugin. getTopicByValue(String typeUri, SimpleValue value)
List<Topic>
WebservicePlugin. getTopicsByValue(String typeUri, SimpleValue value)
-