Modifier and Type | Method and Description |
---|---|
TopicModel |
AccessControlPlugin.getConfigValue(Topic topic) |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlPlugin.postUpdateTopic(Topic topic,
TopicModel updateModel,
TopicModel oldTopic) |
void |
AccessControlPlugin.preCreateTopic(TopicModel model) |
void |
AccessControlPlugin.preUpdateTopic(Topic topic,
TopicModel updateModel) |
Modifier and Type | Field and Description |
---|---|
private TopicModel |
ConfigDefinition.defaultConfigTopic |
Modifier and Type | Method and Description |
---|---|
(package private) TopicModel |
ConfigDefinition.getConfigValue(Topic topic) |
TopicModel |
ConfigCustomizer.getConfigValue(Topic topic) |
Constructor and Description |
---|
ConfigDefinition(ConfigTarget target,
String configurableUri,
TopicModel defaultConfigTopic,
ConfigModificationRole role) |
ConfigDefinition(ConfigTarget target,
String configurableUri,
TopicModel defaultConfigTopic,
ConfigModificationRole role,
ConfigCustomizer customizer) |
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 . |
(package private) class |
RelatedTopicModelImpl |
(package private) class |
TopicDeletionModelImpl |
(package private) class |
TopicModelImpl |
(package private) class |
TopicReferenceModelImpl |
(package private) class |
TopicTypeModelImpl
Data that underlies a
TopicType . |
(package private) class |
TopicViewModelImpl |
(package private) class |
TypeModelImpl |
Modifier and Type | Method and Description |
---|---|
private TopicModel |
AccessControlImpl._getPasswordTopic(TopicModel userAccount)
Prerequisite: userAccount is not
null . |
TopicModel |
TopicModelImpl.clone() |
private TopicModel |
TypeStorage.fetchChildTypeTopic(AssociationModelImpl assoc) |
private TopicModel |
TypeStorage.fetchParentTypeTopic(AssociationModelImpl assoc) |
private TopicModel |
AccessControlImpl.getPasswordTopic(TopicModel usernameTopic)
Prerequisite: usernameTopic is not
null . |
Modifier and Type | Method and Description |
---|---|
private void |
CoreServiceImpl._createTopic(TopicModel model)
Low-level method that stores a topic without its "Instantiation" association.
|
private TopicModel |
AccessControlImpl._getPasswordTopic(TopicModel userAccount)
Prerequisite: userAccount is not
null . |
private TopicModelImpl |
AccessControlImpl._getUserAccount(TopicModel usernameTopic)
Prerequisite: usernameTopic is not
null . |
ChildTopics |
ChildTopicsImpl.add(String assocDefUri,
TopicModel value) |
ChildTopicsModel |
ChildTopicsModelImpl.add(String assocDefUri,
TopicModel value) |
Topic |
ViewConfigurationImpl.addConfigTopic(TopicModel configTopic) |
void |
ViewConfigurationModelImpl.addConfigTopic(TopicModel configTopic) |
private void |
TypeStorage.checkAssociationType(String assocTypeUri,
TopicModel typeTopic) |
private void |
TypeStorage.checkTopicType(String topicTypeUri,
TopicModel typeTopic) |
Topic |
CoreServiceImpl.createRoleType(TopicModel model) |
TopicImpl |
CoreServiceImpl.createTopic(TopicModel model) |
private void |
TypeStorage.deleteSequence(TopicModel typeTopic) |
private List<RelatedAssociationModelImpl> |
TypeStorage.fetchSequence(TopicModel typeTopic) |
private ViewConfigurationModel |
TypeStorage.fetchTypeViewConfig(TopicModel typeTopic) |
private TopicModel |
AccessControlImpl.getPasswordTopic(TopicModel usernameTopic)
Prerequisite: usernameTopic is not
null . |
boolean |
TopicReferenceModelImpl.isReferingTo(TopicModel topic) |
private boolean |
AccessControlImpl.matches(TopicModel usernameTopic,
String password)
Prerequisite: usernameTopic is not
null . |
AssociationTypeModelImpl |
ModelFactoryImpl.newAssociationTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(TopicModel topic) |
RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(TopicModel topic,
AssociationModel relatingAssoc) |
TopicModelImpl |
ModelFactoryImpl.newTopicModel(TopicModel topic) |
TopicTypeModelImpl |
ModelFactoryImpl.newTopicTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
TopicViewModel |
ModelFactoryImpl.newTopicViewModel(TopicModel topic,
ViewProperties viewProps) |
(package private) TypeModelImpl |
ModelFactoryImpl.newTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModelImpl viewConfig) |
ChildTopicsModel |
ChildTopicsModelImpl.put(String assocDefUri,
TopicModel value) |
FacetValueModel |
FacetValueModelImpl.put(TopicModel value) |
ChildTopicsModel |
ChildTopicsModelImpl.remove(String assocDefUri,
TopicModel value)
Removes a value from a multiple-valued child.
|
ChildTopics |
ChildTopicsImpl.set(String assocDefUri,
TopicModel value) |
(package private) void |
StorageDecorator.storeTopic(TopicModel model)
Creates a topic.
|
void |
TopicImpl.update(TopicModel updateModel) |
private void |
ValueIntegrator.updateAssignmentsOne(DMXObjectModelImpl parent,
TopicModel unifiedChild,
String assocDefUri) |
void |
ViewConfigurationModelImpl.updateConfigTopic(TopicModel configTopic) |
void |
CoreServiceImpl.updateTopic(TopicModel updateModel) |
Modifier and Type | Method and Description |
---|---|
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 |
DMXStorage.fetchTopic(long topicId) |
TopicModel |
DMXStorage.fetchTopic(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
Iterator<? extends TopicModel> |
DMXStorage.fetchAllTopics() |
List<? extends TopicModel> |
DMXStorage.fetchTopics(String key,
Object value) |
List<? extends TopicModel> |
DMXStorage.fetchTopicsByProperty(String propUri,
Object propValue) |
List<? extends TopicModel> |
DMXStorage.fetchTopicsByPropertyRange(String propUri,
Number from,
Number to) |
List<TopicModel> |
DMXStorage.queryTopics(Object value) |
List<? extends TopicModel> |
DMXStorage.queryTopics(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
DMXStorage.storeTopic(TopicModel topicModel)
Stores a rudimentary topic in the DB.
|
Modifier and Type | Method and Description |
---|---|
private Topic |
FilesPlugin.createFileOrFolderTopic(TopicModel model) |
Modifier and Type | Method and Description |
---|---|
void |
GeomapsPlugin.postUpdateTopic(Topic topic,
TopicModel updateModel,
TopicModel oldTopic) |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,TopicModel> |
Geomap.geoCoords |
Modifier and Type | Method and Description |
---|---|
Iterator<TopicModel> |
Geomap.iterator() |
Modifier and Type | Method and Description |
---|---|
(package private) TopicModel |
TopicModelIterator.buildModel(org.neo4j.graphdb.Node node) |
(package private) TopicModel |
Neo4jStorage.buildTopic(org.neo4j.graphdb.Node topicNode) |
TopicModel |
Neo4jStorage.fetchTopic(long topicId) |
TopicModel |
Neo4jStorage.fetchTopic(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
private List<TopicModel> |
Neo4jStorage.buildTopics(Iterable<org.neo4j.graphdb.Node> topicNodes) |
Iterator<TopicModel> |
Neo4jStorage.fetchAllTopics() |
List<TopicModel> |
Neo4jStorage.fetchTopics(String key,
Object value) |
List<TopicModel> |
Neo4jStorage.fetchTopicsByProperty(String propUri,
Object propValue) |
List<TopicModel> |
Neo4jStorage.fetchTopicsByPropertyRange(String propUri,
Number from,
Number to) |
List<TopicModel> |
Neo4jStorage.queryTopics(Object value) |
List<TopicModel> |
Neo4jStorage.queryTopics(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
Neo4jStorage.storeTopic(TopicModel topicModel) |
Modifier and Type | Method and Description |
---|---|
void |
TimePlugin.postUpdateTopic(Topic topic,
TopicModel updateModel,
TopicModel oldTopic) |
Modifier and Type | Field and Description |
---|---|
private TopicModel |
TopicmapViewmodel.topicmapTopic |
Constructor and Description |
---|
TopicmapViewmodel(TopicModel topicmapTopic,
Map<Long,TopicViewModel> topics,
Map<Long,AssociationViewModel> assocs) |
Modifier and Type | Method and Description |
---|---|
void |
WebclientPlugin.postUpdateTopic(Topic topic,
TopicModel updateModel,
TopicModel oldTopic)
Once a view configuration is updated in the DB we must update the cached view configuration model.
|
Modifier and Type | Method and Description |
---|---|
Topic |
WebservicePlugin.createRoleType(TopicModel model) |
DirectivesResponse |
WebservicePlugin.createTopic(TopicModel model) |
DirectivesResponse |
WebservicePlugin.updateTopic(long topicId,
TopicModel model) |
Copyright © 2018. All Rights Reserved.