Uses of Interface
de.deepamehta.core.RelatedTopic

Packages that use RelatedTopic
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.core.util   
de.deepamehta.plugins.facets   
de.deepamehta.plugins.facets.service   
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.geomaps.model   
de.deepamehta.plugins.geomaps.service   
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, boolean fetchComposite, boolean fetchRelatingComposite)
          Fetches and returns a related topic or null if no such topic extists.
 

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, boolean fetchComposite, boolean fetchRelatingComposite, int maxResultSize)
           
 ResultList<RelatedTopic> DeepaMehtaObject.getRelatedTopics(String assocTypeUri, int maxResultSize)
           
 ResultList<RelatedTopic> DeepaMehtaObject.getRelatedTopics(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, boolean fetchComposite, boolean fetchRelatingComposite, int maxResultSize)
           
 

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
 RelatedTopic AttachedDeepaMehtaObject.getRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, boolean fetchComposite, boolean fetchRelatingComposite)
           
(package private)  RelatedTopic EmbeddedService.instantiateRelatedTopic(RelatedTopicModel model, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

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

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, boolean fetchComposite, int maxResultSize)
           
 

Uses of RelatedTopic in de.deepamehta.core.util
 

Method parameters in de.deepamehta.core.util with type arguments of type RelatedTopic
static List<TopicModel> DeepaMehtaUtils.toTopicModels(List<RelatedTopic> relTopics)
           
 

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, boolean fetchComposite)
          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  List<RelatedTopic> FacetsPlugin.fetchChildTopics(DeepaMehtaObject object, AssociationDefinition assocDef, boolean fetchComposite)
          Fetches and returns child topics.
 List<RelatedTopic> FacetsPlugin.getFacets(DeepaMehtaObject object, 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
 List<RelatedTopic> FacetsService.getFacets(DeepaMehtaObject object, String facetTypeUri)
          Retrieves a multi-facet.
 

Uses of RelatedTopic in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> GeomapsPlugin.getGeomapTopics(long geomapId)
           
 

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

Methods in de.deepamehta.plugins.geomaps.model that return types with arguments of type RelatedTopic
static ResultList<RelatedTopic> Geomap.fetchGeomapTopics(long geomapId, DeepaMehtaService dms)
           
private static ResultList<RelatedTopic> Geomap.fetchGeomapTopics(Topic geomapTopic, boolean fetchComposite)
           
 

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

Methods in de.deepamehta.plugins.geomaps.service that return types with arguments of type RelatedTopic
 ResultList<RelatedTopic> GeomapsService.getGeomapTopics(long geomapId)
           
 

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, boolean fetchComposite, int maxResultSize)
           
 

Uses of RelatedTopic in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces that return types with arguments of type RelatedTopic
 List<RelatedTopic> WorkspacesPlugin.getAssignedWorkspaces(DeepaMehtaObject object)
           
 

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

Methods in de.deepamehta.plugins.workspaces.service that return types with arguments of type RelatedTopic
 List<RelatedTopic> WorkspacesService.getAssignedWorkspaces(DeepaMehtaObject object)
          Fetches the workspaces the specified object is assigned to.
 



Copyright © 2014. All Rights Reserved.