Modifier and Type | Method and Description |
---|---|
RelatedTopicModel |
RelatedTopic.getModel() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RelatedTopicModelImpl |
(package private) class |
TopicDeletionModelImpl |
(package private) class |
TopicReferenceModelImpl |
Modifier and Type | Method and Description |
---|---|
RelatedTopicModel |
RelatedTopicModelImpl.clone() |
private RelatedTopicModel |
ModelFactoryImpl.createReferenceModel(Object value,
AssociationModel relatingAssoc) |
private RelatedTopicModel |
ModelFactoryImpl.createTopicModel(String childTypeUri,
Object value)
Creates a topic model from a JSON value.
|
private RelatedTopicModel |
TypeStorage.fetchCustomAssocType(long assocDefId) |
private RelatedTopicModel |
TypeStorage.fetchDataTypeTopic(long typeId,
String typeUri,
String className) |
private RelatedTopicModel |
TypeStorage.fetchIncludeInLabel(long assocDefId) |
private RelatedTopicModel |
TypeStorage.fetchIsIdentityAttr(long assocDefId) |
RelatedTopicModel |
FacetValueModelImpl.getTopic() |
Modifier and Type | Method and Description |
---|---|
List<? extends RelatedTopicModel> |
FacetValueModelImpl.getTopics() |
Modifier and Type | Method and Description |
---|---|
private ChildTopics |
ChildTopicsImpl._updateMany(String assocDefUri,
RelatedTopicModel newChildTopic) |
private ChildTopics |
ChildTopicsImpl._updateOne(String assocDefUri,
RelatedTopicModel newChildTopic) |
ChildTopicsModel |
ChildTopicsModelImpl.add(String assocDefUri,
RelatedTopicModel value)
Adds a value to a multiple-valued child.
|
(package private) void |
ChildTopicsModelImpl.addToChildTopics(RelatedTopicModel childTopic,
AssociationDefinitionModel assocDef)
For multiple-valued childs
|
private RelatedTopic |
ChildTopicsImpl.instantiate(RelatedTopicModel model) |
FacetValueModel |
FacetValueModelImpl.put(RelatedTopicModel value) |
ChildTopicsModel |
ChildTopicsModelImpl.put(String assocDefUri,
RelatedTopicModel value)
Puts a value in a single-valued child.
|
(package private) void |
ChildTopicsModelImpl.putInChildTopics(RelatedTopicModel childTopic,
AssociationDefinitionModel assocDef)
For single-valued childs
|
(package private) void |
ChildTopicsModelImpl.removeFromChildTopics(RelatedTopicModel childTopic,
AssociationDefinitionModel assocDef)
For multiple-valued childs
|
Modifier and Type | Method and Description |
---|---|
RelatedTopicModelImpl |
TopicReferenceModelImpl.findReferencedTopic(List<? extends RelatedTopicModel> topics) |
private List<RelatedTopic> |
ChildTopicsImpl.instantiate(List<? extends RelatedTopicModel> models) |
FacetValueModel |
FacetValueModelImpl.put(List<RelatedTopicModel> values) |
ChildTopicsModel |
ChildTopicsModelImpl.put(String assocDefUri,
List<RelatedTopicModel> values)
Sets the values of a multiple-valued child.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopicDeletionModel |
interface |
TopicReferenceModel |
Modifier and Type | Method and Description |
---|---|
RelatedTopicModel |
TopicReferenceModel.findReferencedTopic(List<? extends RelatedTopicModel> topics)
From the given topics finds the one this reference refers to.
|
RelatedTopicModel |
ChildTopicsModel.getTopic(String assocDefUri)
Accesses a single-valued child.
|
RelatedTopicModel |
ChildTopicsModel.getTopicOrNull(String assocDefUri)
Accesses a single-valued child.
|
Modifier and Type | Method and Description |
---|---|
List<? extends RelatedTopicModel> |
ChildTopicsModel.getTopics(String assocDefUri)
Accesses a multiple-valued child.
|
List<? extends RelatedTopicModel> |
ChildTopicsModel.getTopicsOrNull(String assocDefUri)
Accesses a multiple-valued child.
|
Modifier and Type | Method and Description |
---|---|
ChildTopicsModel |
ChildTopicsModel.add(String assocDefUri,
RelatedTopicModel value)
Adds a value to a multiple-valued child.
|
ChildTopicsModel |
ChildTopicsModel.put(String assocDefUri,
RelatedTopicModel value)
Puts a value in a single-valued child.
|
Modifier and Type | Method and Description |
---|---|
RelatedTopicModel |
TopicReferenceModel.findReferencedTopic(List<? extends RelatedTopicModel> topics)
From the given topics finds the one this reference refers to.
|
static List<IndexMode> |
IndexMode.fromTopics(List<? extends RelatedTopicModel> topics) |
ChildTopicsModel |
ChildTopicsModel.put(String assocDefUri,
List<RelatedTopicModel> values)
Sets the values of a multiple-valued child.
|
Modifier and Type | Method and Description |
---|---|
RelatedTopicModel |
FacetValueModel.getTopic()
Accesses a single-valued facet.
|
Modifier and Type | Method and Description |
---|---|
List<? extends RelatedTopicModel> |
FacetValueModel.getTopics()
Accesses a multiple-valued facet.
|
Modifier and Type | Method and Description |
---|---|
FacetValueModel |
FacetValueModel.put(RelatedTopicModel value)
Puts a value in a single-valued facet.
|
Modifier and Type | Method and Description |
---|---|
FacetValueModel |
FacetValueModel.put(List<RelatedTopicModel> values)
Sets the values of a multiple-valued facet.
|
Modifier and Type | Method and Description |
---|---|
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(long topicId) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(long topicId,
AssociationModel relatingAssoc) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(String topicUri) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(String topicUri,
AssociationModel relatingAssoc) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(String topicTypeUri,
ChildTopicsModel childTopics) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(String topicTypeUri,
SimpleValue value) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(TopicModel topic) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(TopicModel topic,
AssociationModel relatingAssoc) |
Modifier and Type | Method and Description |
---|---|
List<? extends RelatedTopicModel> |
DMXStorage.fetchAssociationRelatedTopics(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<? extends RelatedTopicModel> |
DMXStorage.fetchRelatedTopics(long objectId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<? extends RelatedTopicModel> |
DMXStorage.fetchTopicRelatedTopics(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
Modifier and Type | Method and Description |
---|---|
private List<RelatedTopicModel> |
Neo4jStorage.buildRelatedTopics(List<AssociationModel> assocs,
long playerId) |
List<RelatedTopicModel> |
Neo4jStorage.fetchAssociationRelatedTopics(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<RelatedTopicModel> |
Neo4jStorage.fetchRelatedTopics(long id,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<RelatedTopicModel> |
Neo4jStorage.fetchTopicRelatedTopics(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
Copyright © 2018. All Rights Reserved.