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.facets   
de.deepamehta.plugins.facets.service   
de.deepamehta.plugins.geomaps.model   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
de.deepamehta.plugins.workspaces.service   
 

Uses of ResultList in de.deepamehta.core
 

Methods in de.deepamehta.core that return ResultList
 ResultList<RelatedAssociation> DeepaMehtaObject.getRelatedAssociations(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 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)
           
 

Uses of ResultList in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return ResultList
(package private)  ResultList<RelatedAssociationModel> StorageDecorator.fetchAssociationRelatedAssociations(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
(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, AssociationDefinitionModel assocDef)
           
(package private)  ResultList<RelatedTopicModel> StorageDecorator.fetchRelatedTopics(long objectId, 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<RelatedAssociationModel> StorageDecorator.fetchTopicRelatedAssociations(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
(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<RelatedAssociation> EmbeddedService.getAssociations(String assocTypeUri)
           
 ResultList<RelatedAssociation> AttachedTopic.getRelatedAssociations(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 ResultList<RelatedAssociation> AttachedAssociation.getRelatedAssociations(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 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)
           
 ResultList<RelatedTopic> EmbeddedService.getTopics(String topicTypeUri, int maxResultSize)
           
(package private)  ResultList<RelatedAssociation> EmbeddedService.instantiateRelatedAssociations(Iterable<RelatedAssociationModel> models)
           
(package private)  ResultList<RelatedTopic> EmbeddedService.instantiateRelatedTopics(ResultList<RelatedTopicModel> models)
           
 

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

Uses of ResultList in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return ResultList
 ResultList<RelatedAssociation> DeepaMehtaService.getAssociations(String assocTypeUri)
           
 ResultList<RelatedTopic> DeepaMehtaService.getTopics(String topicTypeUri, int maxResultSize)
           
 ResultList<T> ResultList.loadChildTopics()
           
 

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

Uses of ResultList in de.deepamehta.plugins.facets
 

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

Methods in de.deepamehta.plugins.facets.service that return ResultList
 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 ResultList in de.deepamehta.plugins.geomaps.model
 

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

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<RelatedAssociation> WebservicePlugin.getAssociationRelatedAssociations(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 ResultList<RelatedTopic> WebservicePlugin.getAssociationRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
private  ResultList<RelatedAssociation> WebservicePlugin.getRelatedAssociations(DeepaMehtaObject object, String objectInfo, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
private  ResultList<RelatedTopic> WebservicePlugin.getRelatedTopics(DeepaMehtaObject object, String objectInfo, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri, int maxResultSize)
           
 ResultList<RelatedAssociation> WebservicePlugin.getTopicRelatedAssociations(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 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 ResultList in de.deepamehta.plugins.workspaces
 

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

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

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