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

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

Uses of ChildTopicsModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return ChildTopicsModel
 ChildTopicsModel ChildTopics.getModel()
           
 

Methods in de.deepamehta.core with parameters of type ChildTopicsModel
 ChildTopics ChildTopics.set(String childTypeUri, ChildTopicsModel value)
          Convenience method to set the composite value of a child.
 void DeepaMehtaObject.setChildTopics(ChildTopicsModel childTopics)
           
 

Uses of ChildTopicsModel in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl declared as ChildTopicsModel
private  ChildTopicsModel AttachedChildTopics.model
           
 

Methods in de.deepamehta.core.impl that return ChildTopicsModel
 ChildTopicsModel AttachedChildTopics.getModel()
           
 

Methods in de.deepamehta.core.impl with parameters of type ChildTopicsModel
 ChildTopics AttachedChildTopics.set(String childTypeUri, ChildTopicsModel value)
           
 void AttachedDeepaMehtaObject.setChildTopics(ChildTopicsModel childTopics)
           
(package private)  void AttachedChildTopics.update(ChildTopicsModel newComp)
           
 

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

Uses of ChildTopicsModel in de.deepamehta.core.model
 

Fields in de.deepamehta.core.model declared as ChildTopicsModel
protected  ChildTopicsModel DeepaMehtaObjectModel.childTopics
           
 

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

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

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

Uses of ChildTopicsModel in de.deepamehta.plugins.accesscontrol
 

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

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

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

Uses of ChildTopicsModel in de.deepamehta.plugins.facets.model
 

Subclasses of ChildTopicsModel in de.deepamehta.plugins.facets.model
 class FacetValue
          A facet value as used in update facet calls.
 

Methods in de.deepamehta.plugins.facets.model with parameters of type ChildTopicsModel
 FacetValue FacetValue.put(ChildTopicsModel value)
          Convenience method to put a *composite* value in a single-valued facet.
 

Uses of ChildTopicsModel in de.deepamehta.plugins.geomaps
 

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

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

Uses of ChildTopicsModel in de.deepamehta.plugins.topicmaps
 

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

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

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

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

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

Methods in de.deepamehta.plugins.topicmaps.model that return ChildTopicsModel
 ChildTopicsModel TopicViewmodel.getViewProperties()
           
 

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

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

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



Copyright © 2014. All Rights Reserved.