Uses of Class
de.deepamehta.core.service.ResultList

Packages that use ResultList
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.plugins.geomaps.model   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
 

Uses of ResultList in de.deepamehta.core
 

Methods in de.deepamehta.core that return ResultList
 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 ResultList in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return ResultList
(package private)  ResultList<RelatedTopicModel> StorageDecorator.fetchAssociationRelatedTopics(long assocId, List<String> assocTypeUris, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
          Convenience method (receives *list* of association types).
(package private)  ResultList<RelatedTopicModel> StorageDecorator.fetchAssociationRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
private  ResultList<RelatedTopicModel> ValueStorage.fetchChildTopics(long parentId, AssociationDefinition assocDef)
           
(package private)  ResultList<RelatedTopicModel> StorageDecorator.fetchRelatedTopics(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
(package private)  ResultList<RelatedTopicModel> AttachedTopic.fetchRelatedTopics(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
(package private) abstract  ResultList<RelatedTopicModel> AttachedDeepaMehtaObject.fetchRelatedTopics(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
(package private)  ResultList<RelatedTopicModel> AttachedAssociation.fetchRelatedTopics(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
(package private)  ResultList<RelatedTopicModel> StorageDecorator.fetchTopicRelatedTopics(long topicId, List<String> assocTypeUris, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
          Convenience method (receives *list* of association types).
(package private)  ResultList<RelatedTopicModel> StorageDecorator.fetchTopicRelatedTopics(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 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)
           
 

Methods in de.deepamehta.core.impl with parameters of type ResultList
(package private)  ResultList<RelatedTopic> EmbeddedService.instantiateRelatedTopics(ResultList<RelatedTopicModel> models, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

Uses of ResultList in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return ResultList
 ResultList<RelatedTopic> DeepaMehtaService.getTopics(String topicTypeUri, boolean fetchComposite, int maxResultSize)
           
 

Methods in de.deepamehta.core.service with parameters of type ResultList
 void ResultList.addAll(ResultList<T> result)
           
 

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

Methods in de.deepamehta.plugins.geomaps.model that return ResultList
private  ResultList<RelatedTopic> Geomap.fetchGeoCoordinates(Topic geomapTopic, boolean fetchComposite)
           
 

Uses of ResultList in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient that return ResultList
 ResultList WebclientPlugin.getRelatedTopics(long topicId)
           
 

Uses of ResultList in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice that return ResultList
 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)
           
 



Copyright © 2014. All Rights Reserved.