Uses of Class
de.deepamehta.core.model.CompositeValueModel

Packages that use CompositeValueModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.boxrenderer.dom   
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.topicmaps   
de.deepamehta.plugins.topicmaps.model   
de.deepamehta.plugins.topicmaps.service   
 

Uses of CompositeValueModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return CompositeValueModel
 CompositeValueModel CompositeValue.getModel()
           
 

Methods in de.deepamehta.core with parameters of type CompositeValueModel
 CompositeValue CompositeValue.set(String childTypeUri, CompositeValueModel value, ClientState clientState, Directives directives)
          Convenience method to set the composite value of a child.
 void DeepaMehtaObject.setCompositeValue(CompositeValueModel comp, ClientState clientState, Directives directives)
           
 

Uses of CompositeValueModel in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl declared as CompositeValueModel
private  CompositeValueModel AttachedCompositeValue.model
           
 

Methods in de.deepamehta.core.impl that return CompositeValueModel
 CompositeValueModel AttachedCompositeValue.getModel()
           
 

Methods in de.deepamehta.core.impl with parameters of type CompositeValueModel
 CompositeValue AttachedCompositeValue.set(String childTypeUri, CompositeValueModel value, ClientState clientState, Directives directives)
           
 void AttachedDeepaMehtaObject.setCompositeValue(CompositeValueModel comp, ClientState clientState, Directives directives)
           
(package private)  void AttachedCompositeValue.update(CompositeValueModel newComp, ClientState clientState, Directives directives)
           
 

Constructors in de.deepamehta.core.impl with parameters of type CompositeValueModel
AttachedCompositeValue(CompositeValueModel model, AttachedDeepaMehtaObject parent, EmbeddedService dms)
           
 

Uses of CompositeValueModel in de.deepamehta.core.model
 

Fields in de.deepamehta.core.model declared as CompositeValueModel
protected  CompositeValueModel DeepaMehtaObjectModel.composite
           
 

Methods in de.deepamehta.core.model that return CompositeValueModel
 CompositeValueModel CompositeValueModel.add(String childTypeUri, TopicModel value)
          Adds a value to a multiple-valued child.
 CompositeValueModel CompositeValueModel.addRef(String childTypeUri, long refTopicId)
          Adds a by-ID topic reference to a multiple-valued child.
 CompositeValueModel CompositeValueModel.addRef(String childTypeUri, String refTopicUri)
          Adds a by-URI topic reference to a multiple-valued child.
 CompositeValueModel CompositeValueModel.clone()
           
 CompositeValueModel DeepaMehtaObjectModel.getCompositeValueModel()
           
 CompositeValueModel CompositeValueModel.getCompositeValueModel(String childTypeUri)
          Convenience accessor for the *composite* value of a single-valued child.
 CompositeValueModel CompositeValueModel.getCompositeValueModel(String childTypeUri, CompositeValueModel defaultValue)
          Convenience accessor for the *composite* value of a single-valued child.
 CompositeValueModel CompositeValueModel.put(String childTypeUri, CompositeValueModel value)
          Convenience method to put a *composite* value in a single-valued child.
 CompositeValueModel CompositeValueModel.put(String childTypeUri, Object value)
          Convenience method to put a *simple* value in a single-valued child.
 CompositeValueModel CompositeValueModel.put(String childTypeUri, TopicModel value)
          Puts a value in a single-valued child.
 CompositeValueModel CompositeValueModel.putRef(String childTypeUri, long refTopicId)
          Puts a by-ID topic reference for a single-valued child.
 CompositeValueModel CompositeValueModel.putRef(String childTypeUri, String refTopicUri)
          Puts a by-URI topic reference for a single-valued child.
 CompositeValueModel CompositeValueModel.remove(String childTypeUri, TopicModel value)
          Removes a value from a multiple-valued child.
 

Methods in de.deepamehta.core.model with parameters of type CompositeValueModel
 CompositeValueModel CompositeValueModel.getCompositeValueModel(String childTypeUri, CompositeValueModel defaultValue)
          Convenience accessor for the *composite* value of a single-valued child.
 CompositeValueModel CompositeValueModel.put(String childTypeUri, CompositeValueModel value)
          Convenience method to put a *composite* value in a single-valued child.
 void DeepaMehtaObjectModel.setCompositeValue(CompositeValueModel comp)
           
 

Constructors in de.deepamehta.core.model with parameters of type CompositeValueModel
AssociationModel(long id, String uri, String typeUri, RoleModel roleModel1, RoleModel roleModel2, SimpleValue value, CompositeValueModel composite)
           
AssociationModel(String typeUri, RoleModel roleModel1, RoleModel roleModel2, CompositeValueModel composite)
           
DeepaMehtaObjectModel(long id, CompositeValueModel composite)
           
DeepaMehtaObjectModel(long id, String typeUri, CompositeValueModel composite)
           
DeepaMehtaObjectModel(long id, String uri, String typeUri, SimpleValue value, CompositeValueModel composite)
           
DeepaMehtaObjectModel(String typeUri, CompositeValueModel composite)
           
DeepaMehtaObjectModel(String uri, String typeUri, CompositeValueModel composite)
           
TopicModel(long id, CompositeValueModel composite)
           
TopicModel(long id, String uri, String typeUri, SimpleValue value, CompositeValueModel composite)
           
TopicModel(String typeUri, CompositeValueModel composite)
           
TopicModel(String uri, String typeUri, CompositeValueModel composite)
           
 

Uses of CompositeValueModel in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol that return CompositeValueModel
private  CompositeValueModel AccessControlPlugin.permissions(DeepaMehtaObject object)
           
 

Uses of CompositeValueModel in de.deepamehta.plugins.boxrenderer.dom
 

Methods in de.deepamehta.plugins.boxrenderer.dom with parameters of type CompositeValueModel
private  boolean BoxRendererPlugin._enrichViewProperties(Topic topic, CompositeValueModel viewProps)
           
 void BoxRendererPlugin.enrichViewProperties(Topic topic, CompositeValueModel viewProps)
           
private  void BoxRendererPlugin.storeColor(Topic topic, CompositeValueModel viewProps)
           
private  void BoxRendererPlugin.storeExpanded(Topic topic, CompositeValueModel viewProps)
           
 void BoxRendererPlugin.storeViewProperties(Topic topic, CompositeValueModel viewProps)
           
 

Uses of CompositeValueModel in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps that return CompositeValueModel
 CompositeValueModel GeomapRenderer.initialTopicmapState()
           
 

Constructors in de.deepamehta.plugins.geomaps with parameters of type CompositeValueModel
GeomapsPlugin.Address(CompositeValueModel address)
           
 

Uses of CompositeValueModel in de.deepamehta.plugins.topicmaps
 

Subclasses of CompositeValueModel in de.deepamehta.plugins.topicmaps
private  class TopicmapsPlugin.StandardViewProperties
           
 

Methods in de.deepamehta.plugins.topicmaps that return CompositeValueModel
 CompositeValueModel DefaultTopicmapRenderer.initialTopicmapState()
           
 CompositeValueModel TopicmapRenderer.initialTopicmapState()
           
 

Methods in de.deepamehta.plugins.topicmaps with parameters of type CompositeValueModel
 void TopicmapsPlugin.addTopicToTopicmap(long topicmapId, long topicId, CompositeValueModel viewProps)
           
 void ViewmodelCustomizer.enrichViewProperties(Topic topic, CompositeValueModel viewProps)
           
private  void TopicmapsPlugin.invokeViewmodelCustomizer(ViewmodelCustomizer customizer, Topic topic, CompositeValueModel viewProps)
           
private  void TopicmapsPlugin.invokeViewmodelCustomizers(long topicId, CompositeValueModel viewProps)
           
 void TopicmapsPlugin.setViewProperties(long topicmapId, long topicId, CompositeValueModel viewProps)
           
private  void TopicmapsPlugin.storeCustomViewProperties(long topicmapId, long topicId, CompositeValueModel viewProps)
           
private  void TopicmapsPlugin.storeStandardViewProperties(long topicmapId, long topicId, CompositeValueModel viewProps)
           
 void ViewmodelCustomizer.storeViewProperties(Topic topic, CompositeValueModel viewProps)
           
 

Uses of CompositeValueModel in de.deepamehta.plugins.topicmaps.model
 

Fields in de.deepamehta.plugins.topicmaps.model declared as CompositeValueModel
private  CompositeValueModel TopicViewmodel.viewProps
           
 

Methods in de.deepamehta.plugins.topicmaps.model with parameters of type CompositeValueModel
private  void TopicmapViewmodel.invokeViewmodelCustomizer(ViewmodelCustomizer customizer, Topic topic, CompositeValueModel viewProps)
           
private  void TopicmapViewmodel.invokeViewmodelCustomizers(Topic topic, CompositeValueModel viewProps)
           
 

Constructors in de.deepamehta.plugins.topicmaps.model with parameters of type CompositeValueModel
TopicViewmodel(TopicModel topic, CompositeValueModel viewProps)
           
 

Uses of CompositeValueModel in de.deepamehta.plugins.topicmaps.service
 

Methods in de.deepamehta.plugins.topicmaps.service with parameters of type CompositeValueModel
 void TopicmapsService.addTopicToTopicmap(long topicmapId, long topicId, CompositeValueModel viewProps)
           
 void TopicmapsService.setViewProperties(long topicmapId, long topicId, CompositeValueModel viewProps)
           
 



Copyright © 2014. All Rights Reserved.