Package | Description |
---|---|
systems.dmx.core.impl | |
systems.dmx.core.model.topicmaps | |
systems.dmx.core.service | |
systems.dmx.topicmaps |
Modifier and Type | Field and Description |
---|---|
private ViewProperties |
TopicViewModelImpl.viewProps |
private ViewProperties |
AssociationViewModelImpl.viewProps |
Modifier and Type | Method and Description |
---|---|
ViewProperties |
TopicViewModelImpl.getViewProperties() |
Modifier and Type | Method and Description |
---|---|
AssociationViewModel |
ModelFactoryImpl.newAssociationViewModel(AssociationModel assoc,
ViewProperties viewProps) |
TopicViewModel |
ModelFactoryImpl.newTopicViewModel(TopicModel topic,
ViewProperties viewProps) |
Constructor and Description |
---|
AssociationViewModelImpl(AssociationModelImpl assoc,
ViewProperties viewProps) |
TopicViewModelImpl(TopicModelImpl topic,
ViewProperties viewProps) |
Modifier and Type | Method and Description |
---|---|
ViewProperties |
TopicViewModel.getViewProperties() |
ViewProperties |
ViewProperties.put(String propUri,
Object value) |
Modifier and Type | Method and Description |
---|---|
AssociationViewModel |
ModelFactory.newAssociationViewModel(AssociationModel assoc,
ViewProperties viewProps) |
TopicViewModel |
ModelFactory.newTopicViewModel(TopicModel topic,
ViewProperties viewProps) |
Modifier and Type | Method and Description |
---|---|
private ViewProperties |
TopicmapsPlugin.fetchAssocViewProperties(Association assocMapcontext) |
private ViewProperties |
TopicmapsPlugin.fetchTopicViewProperties(Association topicMapcontext) |
Modifier and Type | Method and Description |
---|---|
void |
TopicmapsService.addAssociationToTopicmap(long topicmapId,
long assocId,
ViewProperties viewProps)
Adds an association to a topicmap.
|
void |
TopicmapsPlugin.addAssociationToTopicmap(long topicmapId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsService.addRelatedTopicToTopicmap(long topicmapId,
long topicId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsPlugin.addRelatedTopicToTopicmap(long topicmapId,
long topicId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsService.addTopicToTopicmap(long topicmapId,
long topicId,
ViewProperties viewProps)
Adds a topic to a topicmap.
|
void |
TopicmapsPlugin.addTopicToTopicmap(long topicmapId,
long topicId,
ViewProperties viewProps) |
private void |
TopicmapsPlugin.createAssociationMapcontext(long topicmapId,
long assocId,
ViewProperties viewProps) |
private void |
TopicmapsPlugin.createTopicMapcontext(long topicmapId,
long topicId,
ViewProperties viewProps) |
void |
ViewmodelCustomizer.enrichViewProperties(RelatedTopic topic,
ViewProperties viewProps) |
private void |
TopicmapsPlugin.invokeViewmodelCustomizer(ViewmodelCustomizer customizer,
RelatedTopic topic,
ViewProperties viewProps) |
private void |
TopicmapsPlugin.invokeViewmodelCustomizers(RelatedTopic topic,
ViewProperties viewProps) |
void |
TopicmapsService.setAssociationViewProperties(long topicmapId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsPlugin.setAssociationViewProperties(long topicmapId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsService.setTopicViewProperties(long topicmapId,
long topicId,
ViewProperties viewProps) |
void |
TopicmapsPlugin.setTopicViewProperties(long topicmapId,
long topicId,
ViewProperties viewProps) |
private void |
TopicmapsPlugin.storeAssociationViewProperties(long topicmapId,
long assocId,
ViewProperties viewProps)
Convenience.
|
private void |
TopicmapsPlugin.storeTopicViewProperties(long topicmapId,
long topicId,
ViewProperties viewProps)
Convenience.
|
private void |
TopicmapsPlugin.storeViewProperties(Association mapcontext,
ViewProperties viewProps) |
Copyright © 2018. All Rights Reserved.