| Modifier and Type | Method and Description |
|---|---|
TopicModel |
Topic.getModel() |
| Modifier and Type | Method and Description |
|---|---|
ChildTopics |
ChildTopics.add(String assocDefUri,
TopicModel value) |
Topic |
ViewConfiguration.addConfigTopic(TopicModel configTopic)
Adds a config topic to this view config.
|
ChildTopics |
ChildTopics.set(String assocDefUri,
TopicModel value)
Sets a child.
|
void |
Topic.update(TopicModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationTypeModelImpl
Data that underlies a
AssociationType. |
| Modifier and Type | Method and Description |
|---|---|
Topic |
CoreServiceImpl.createRoleType(TopicModel model) |
de.deepamehta.core.impl.TopicImpl |
CoreServiceImpl.createTopic(TopicModel model) |
AssociationTypeModelImpl |
ModelFactoryImpl.newAssociationTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
de.deepamehta.core.impl.RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(TopicModel topic) |
de.deepamehta.core.impl.RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(TopicModel topic,
AssociationModel relatingAssoc) |
de.deepamehta.core.impl.TopicModelImpl |
ModelFactoryImpl.newTopicModel(TopicModel topic) |
de.deepamehta.core.impl.TopicTypeModelImpl |
ModelFactoryImpl.newTopicTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
TopicViewModel |
ModelFactoryImpl.newTopicViewModel(TopicModel topic,
ViewProperties viewProps) |
void |
CoreServiceImpl.updateTopic(TopicModel updateModel) |
| Modifier and Type | Method and Description |
|---|---|
de.deepamehta.core.impl.ViewConfigurationModelImpl |
ModelFactoryImpl.newViewConfigurationModel(Iterable<? extends TopicModel> configTopics) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationTypeModel
Data that underlies a
AssociationType. |
interface |
RelatedTopicModel |
interface |
TopicDeletionModel |
interface |
TopicReferenceModel |
interface |
TopicTypeModel
Data that underlies a
TopicType. |
interface |
TypeModel |
| Modifier and Type | Method and Description |
|---|---|
TopicModel |
TopicModel.clone() |
TopicModel |
ViewConfigurationModel.getConfigTopic(String configTypeUri) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends TopicModel> |
ViewConfigurationModel.getConfigTopics() |
| Modifier and Type | Method and Description |
|---|---|
ChildTopicsModel |
ChildTopicsModel.add(String assocDefUri,
TopicModel value) |
void |
ViewConfigurationModel.addConfigTopic(TopicModel configTopic)
Adds a config topic to this view config.
|
boolean |
TopicReferenceModel.isReferingTo(TopicModel topic)
Checks weather this reference refers to the given topic.
|
ChildTopicsModel |
ChildTopicsModel.put(String assocDefUri,
TopicModel value) |
ChildTopicsModel |
ChildTopicsModel.remove(String assocDefUri,
TopicModel value)
Removes a value from a multiple-valued child.
|
void |
ViewConfigurationModel.updateConfigTopic(TopicModel configTopic) |
| Modifier and Type | Method and Description |
|---|---|
FacetValueModel |
FacetValueModel.put(TopicModel value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicViewModel
A topic viewmodel as contained in a topicmap viewmodel.
|
| Modifier and Type | Method and Description |
|---|---|
TopicModel |
ModelFactory.newTopicModel(ChildTopicsModel childTopics) |
TopicModel |
ModelFactory.newTopicModel(org.codehaus.jettison.json.JSONObject topic) |
TopicModel |
ModelFactory.newTopicModel(long id) |
TopicModel |
ModelFactory.newTopicModel(long id,
ChildTopicsModel childTopics) |
TopicModel |
ModelFactory.newTopicModel(long id,
String uri,
String typeUri,
SimpleValue value,
ChildTopicsModel childTopics) |
TopicModel |
ModelFactory.newTopicModel(String typeUri) |
TopicModel |
ModelFactory.newTopicModel(String typeUri,
ChildTopicsModel childTopics) |
TopicModel |
ModelFactory.newTopicModel(String typeUri,
SimpleValue value) |
TopicModel |
ModelFactory.newTopicModel(String uri,
String typeUri) |
TopicModel |
ModelFactory.newTopicModel(String uri,
String typeUri,
ChildTopicsModel childTopics) |
TopicModel |
ModelFactory.newTopicModel(String uri,
String typeUri,
SimpleValue value) |
TopicModel |
ModelFactory.newTopicModel(TopicModel topic) |
| Modifier and Type | Method and Description |
|---|---|
Topic |
CoreService.createRoleType(TopicModel model) |
Topic |
CoreService.createTopic(TopicModel model) |
AssociationTypeModel |
ModelFactory.newAssociationTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(TopicModel topic) |
RelatedTopicModel |
ModelFactory.newRelatedTopicModel(TopicModel topic,
AssociationModel relatingAssoc) |
TopicModel |
ModelFactory.newTopicModel(TopicModel topic) |
TopicTypeModel |
ModelFactory.newTopicTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
TopicViewModel |
ModelFactory.newTopicViewModel(TopicModel topic,
ViewProperties viewProps) |
void |
CoreService.updateTopic(TopicModel updateModel) |
| Modifier and Type | Method and Description |
|---|---|
ViewConfigurationModel |
ModelFactory.newViewConfigurationModel(Iterable<? extends TopicModel> configTopics) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostDeleteTopicListener.postDeleteTopic(TopicModel topic) |
void |
PostUpdateTopicListener.postUpdateTopic(Topic topic,
TopicModel updateModel,
TopicModel oldTopic) |
void |
PreCreateTopicListener.preCreateTopic(TopicModel model) |
void |
PreUpdateTopicListener.preUpdateTopic(Topic topic,
TopicModel updateModel) |
| Modifier and Type | Method and Description |
|---|---|
TopicModel |
DeepaMehtaStorage.fetchTopic(long topicId) |
TopicModel |
DeepaMehtaStorage.fetchTopic(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends TopicModel> |
DeepaMehtaStorage.fetchAllTopics() |
List<? extends TopicModel> |
DeepaMehtaStorage.fetchTopics(String key,
Object value) |
List<? extends TopicModel> |
DeepaMehtaStorage.fetchTopicsByProperty(String propUri,
Object propValue) |
List<? extends TopicModel> |
DeepaMehtaStorage.fetchTopicsByPropertyRange(String propUri,
Number from,
Number to) |
List<TopicModel> |
DeepaMehtaStorage.queryTopics(Object value) |
List<? extends TopicModel> |
DeepaMehtaStorage.queryTopics(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeepaMehtaStorage.storeTopic(TopicModel topicModel)
Stores a rudimentary topic in the DB.
|
Copyright © 2018. All rights reserved.