Modifier and Type | Method and Description |
---|---|
SimpleValue |
DMXObject.getSimpleValue() |
Modifier and Type | Method and Description |
---|---|
void |
DMXObject.setSimpleValue(SimpleValue value) |
Modifier and Type | Method and Description |
---|---|
SimpleValue |
DMXObjectModelImpl.getSimpleValue() |
Modifier and Type | Method and 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) |
RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(String topicTypeUri,
SimpleValue value) |
TopicModelImpl |
ModelFactoryImpl.newTopicModel(long id,
SimpleValue value) |
TopicModelImpl |
ModelFactoryImpl.newTopicModel(long id,
String uri,
String typeUri,
SimpleValue value,
ChildTopicsModel childTopics) |
TopicModelImpl |
ModelFactoryImpl.newTopicModel(String typeUri,
SimpleValue value) |
TopicModelImpl |
ModelFactoryImpl.newTopicModel(String uri,
String typeUri,
SimpleValue value) |
void |
DMXObjectModelImpl.setSimpleValue(SimpleValue value) |
Modifier and Type | Method and Description |
---|---|
SimpleValue |
DMXObjectModel.getSimpleValue() |
SimpleValue |
SimpleValue.trim()
Trims this value in-place, provided it is of type String.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXObjectModel.setSimpleValue(SimpleValue value) |
Modifier and Type | Method and 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) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(String topicTypeUri,
SimpleValue value) |
TopicModel |
ModelFactory.newTopicModel(long id,
SimpleValue value) |
TopicModel |
ModelFactory.newTopicModel(long id,
String uri,
String typeUri,
SimpleValue value,
ChildTopicsModel childTopics) |
TopicModel |
ModelFactory.newTopicModel(String typeUri,
SimpleValue value) |
TopicModel |
ModelFactory.newTopicModel(String uri,
String typeUri,
SimpleValue value) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends DMXObjectModel> |
DMXUtils.findByValue(SimpleValue value,
Iterable<T> objects) |
Modifier and Type | Method and Description |
---|---|
void |
Neo4jStorage.storeAssocValue(long assocId,
SimpleValue value,
String indexKey,
boolean isHtmlValue) |
void |
Neo4jStorage.storeTopicValue(long topicId,
SimpleValue value,
String indexKey,
boolean isHtmlValue) |
Modifier and Type | Method and Description |
---|---|
Assoc |
WebservicePlugin.getAssocByValue(String typeUri,
SimpleValue value) |
Topic |
WebservicePlugin.getTopicByValue(String typeUri,
SimpleValue value) |
List<Topic> |
WebservicePlugin.getTopicsByValue(String typeUri,
SimpleValue value) |
Copyright © 2023. All Rights Reserved.