Uses of Interface
de.deepamehta.core.RelatedTopic

Packages that use RelatedTopic
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.core.service   
de.deepamehta.plugins.boxrenderer.dom   
de.deepamehta.plugins.facets   
de.deepamehta.plugins.facets.service   
de.deepamehta.plugins.geomaps.model   
de.deepamehta.plugins.topicmaps   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
de.deepamehta.plugins.workspaces.service   
 

Uses of RelatedTopic in de.deepamehta.core
 

Methods in de.deepamehta.core that return RelatedTopic
 RelatedTopic DeepaMehtaObject.getRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
          Fetches and returns a related topic or null if no such topic extists.
 RelatedTopic ChildTopics.getTopic(String childTypeUri)
          Accesses a single-valued child.
 

Methods in de.deepamehta.core that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> DeepaMehtaObject.getRelatedTopics(List assocTypeUris, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> DeepaMehtaObject.getRelatedTopics(String assocTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> DeepaMehtaObject.getRelatedTopics(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 List<RelatedTopic> ChildTopics.getTopics(String childTypeUri)
          Accesses a multiple-valued child.
 

Uses of RelatedTopic in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement RelatedTopic
(package private)  class AttachedRelatedTopic
          A Topic-Association pair that is attached to the DeepaMehtaService.
 

Methods in de.deepamehta.core.impl that return RelatedTopic
private  RelatedTopic AttachedChildTopics._getTopic(String childTypeUri)
           
private  RelatedTopic AttachedChildTopics._getTopic(String childTypeUri, RelatedTopic defaultTopic)
           
private  RelatedTopic AttachedChildTopics.associateChildTopic(RelatedTopicModel childTopic, AssociationDefinition assocDef)
           
private  RelatedTopic AttachedChildTopics.createAndAssociateChildTopic(RelatedTopicModel childTopic, AssociationDefinition assocDef)
           
private  RelatedTopic AttachedChildTopics.findChildTopicById(long childTopicId, AssociationDefinition assocDef)
          For multiple-valued childs: looks in the attached object cache for a child topic by ID.
private  RelatedTopic AttachedChildTopics.findChildTopicByRef(TopicReferenceModel topicRef, AssociationDefinition assocDef)
          For multiple-valued childs: looks in the attached object cache for the child topic the given reference refers to.
 RelatedTopic AttachedDeepaMehtaObject.getRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
 RelatedTopic AttachedChildTopics.getTopic(String childTypeUri)
           
private  RelatedTopic AttachedChildTopics.instantiateRelatedTopic(RelatedTopicModel model)
          Creates an attached topic to be put in this attached object cache.
(package private)  RelatedTopic EmbeddedService.instantiateRelatedTopic(RelatedTopicModel model)
           
(package private)  RelatedTopic AttachedChildTopics.resolveRefAndAssociateChildTopic(TopicReferenceModel childTopicRef, AssociationDefinition assocDef)
          Creates an association between our parent object ("Parent" role) and the referenced topic ("Child" role).
 

Methods in de.deepamehta.core.impl that return types with arguments of type RelatedTopic
private  List<RelatedTopic> AttachedChildTopics._getTopics(String childTypeUri)
           
private  List<RelatedTopic> AttachedChildTopics._getTopics(String childTypeUri, List<RelatedTopic> defaultValue)
           
 ResultList<RelatedTopic> AttachedTopic.getRelatedTopics(List assocTypeUris, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> AttachedAssociation.getRelatedTopics(List assocTypeUris, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> AttachedDeepaMehtaObject.getRelatedTopics(String assocTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> AttachedDeepaMehtaObject.getRelatedTopics(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 List<RelatedTopic> AttachedChildTopics.getTopics(String childTypeUri)
           
 ResultList<RelatedTopic> EmbeddedService.getTopics(String topicTypeUri, int maxResultSize)
           
(package private)  ResultList<RelatedTopic> EmbeddedService.instantiateRelatedTopics(ResultList<RelatedTopicModel> models)
           
 

Methods in de.deepamehta.core.impl with parameters of type RelatedTopic
private  RelatedTopic AttachedChildTopics._getTopic(String childTypeUri, RelatedTopic defaultTopic)
           
private  void AttachedChildTopics.add(String childTypeUri, RelatedTopic topic)
          Adds a value to a multiple-valued child.
private  void AttachedChildTopics.addToChildTopics(RelatedTopic childTopic, AssociationDefinition assocDef)
          For multiple-valued childs
private  void AttachedChildTopics.createAssignmentOne(RelatedTopic childTopic, TopicReferenceModel newChildTopic, AssociationDefinition assocDef, boolean deleteChildTopic)
           
private  void AttachedChildTopics.deleteChildTopicOne(RelatedTopic childTopic, AssociationDefinition assocDef, boolean deleteChildTopic)
           
private  void AttachedChildTopics.putInChildTopics(RelatedTopic childTopic, AssociationDefinition assocDef)
          For single-valued childs
private  void AttachedChildTopics.updateRelatedTopic(RelatedTopic childTopic, RelatedTopicModel newChildTopic)
           
private  void AttachedChildTopics.updateRelatingAssociation(RelatedTopic childTopic, RelatedTopicModel newChildTopic)
           
 

Method parameters in de.deepamehta.core.impl with type arguments of type RelatedTopic
private  List<RelatedTopic> AttachedChildTopics._getTopics(String childTypeUri, List<RelatedTopic> defaultValue)
           
 

Uses of RelatedTopic in de.deepamehta.core.model
 

Methods in de.deepamehta.core.model that return RelatedTopic
 RelatedTopic TopicReferenceModel.findReferencedTopic(List<RelatedTopic> topics)
          From the given topics finds the one this reference refers to.
 

Method parameters in de.deepamehta.core.model with type arguments of type RelatedTopic
 RelatedTopic TopicReferenceModel.findReferencedTopic(List<RelatedTopic> topics)
          From the given topics finds the one this reference refers to.
 

Uses of RelatedTopic in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> DeepaMehtaService.getTopics(String topicTypeUri, int maxResultSize)
           
 

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

Methods in de.deepamehta.plugins.boxrenderer.dom with parameters of type RelatedTopic
private  boolean BoxRendererPlugin._enrichViewProperties(RelatedTopic topic, ViewProperties viewProps)
           
 void BoxRendererPlugin.enrichViewProperties(RelatedTopic topic, ViewProperties viewProps)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.facets
 

Methods in de.deepamehta.plugins.facets that return RelatedTopic
private  RelatedTopic FacetsPlugin.fetchChildTopic(DeepaMehtaObject object, AssociationDefinition assocDef)
          Fetches and returns a child topic or null if no such topic extists.
 

Methods in de.deepamehta.plugins.facets that return types with arguments of type RelatedTopic
private  ResultList<RelatedTopic> FacetsPlugin.fetchChildTopics(DeepaMehtaObject object, AssociationDefinition assocDef)
          Fetches and returns child topics.
 ResultList<RelatedTopic> FacetsPlugin.getFacets(DeepaMehtaObject object, String facetTypeUri)
           
 ResultList<RelatedTopic> FacetsPlugin.getFacets(long topicId, String facetTypeUri)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.facets.service
 

Methods in de.deepamehta.plugins.facets.service that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> FacetsService.getFacets(DeepaMehtaObject object, String facetTypeUri)
          Retrieves the values of a multi-facet.
 ResultList<RelatedTopic> FacetsService.getFacets(long topicId, String facetTypeUri)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.geomaps.model
 

Methods in de.deepamehta.plugins.geomaps.model that return types with arguments of type RelatedTopic
private  ResultList<RelatedTopic> Geomap.fetchGeoCoordinates(Topic geomapTopic)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.topicmaps
 

Methods in de.deepamehta.plugins.topicmaps with parameters of type RelatedTopic
private  TopicViewmodel TopicmapsPlugin.createTopicViewmodel(RelatedTopic topic)
           
 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)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient with parameters of type RelatedTopic
private  boolean WebclientPlugin.isDirectModelledChildTopic(RelatedTopic childTopic, Topic parentTopic)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> WebservicePlugin.getAssociationRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
private  ResultList<RelatedTopic> WebservicePlugin.getRelatedTopics(DeepaMehtaObject object, String objectInfo, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> WebservicePlugin.getTopicRelatedTopics(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> WebservicePlugin.getTopics(String typeUri, int maxResultSize)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> WorkspacesPlugin.getAssignedTopics(long workspaceId, String topicTypeUri)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.workspaces.service
 

Methods in de.deepamehta.plugins.workspaces.service that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> WorkspacesService.getAssignedTopics(long workspaceId, String typeUri)
          Returns all topics of the given type that are assigned to the given workspace.
 



Copyright © 2015. All Rights Reserved.