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

Packages that use RelatedTopicModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.core.storage.spi   
de.deepamehta.storage.neo4j   
 

Uses of RelatedTopicModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return RelatedTopicModel
 RelatedTopicModel RelatedTopic.getModel()
           
 

Uses of RelatedTopicModel in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return RelatedTopicModel
private  RelatedTopicModel TypeStorageImpl.fetchAssocDefViewConfigTopic(long assocDefId, String configTypeUri)
           
(package private)  RelatedTopicModel StorageDecorator.fetchAssociationRelatedTopic(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
          Convenience method (checks singularity).
private  RelatedTopicModel TypeStorageImpl.fetchChildCardinality(long assocDefId)
           
private  RelatedTopicModel ValueStorage.fetchChildTopic(long parentId, AssociationDefinition assocDef)
          Fetches and returns a child topic or null if no such topic extists.
private  RelatedTopicModel TypeStorageImpl.fetchDataTypeTopic(long typeId, String typeUri, String className)
           
private  RelatedTopicModel TypeStorageImpl.fetchLabelConfigTopic(long assocDefId)
           
private  RelatedTopicModel TypeStorageImpl.fetchParentCardinality(long assocDefId)
           
(package private)  RelatedTopicModel StorageDecorator.fetchRelatedTopic(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
          Convenience method (checks singularity).
(package private)  RelatedTopicModel AttachedTopic.fetchRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
(package private) abstract  RelatedTopicModel AttachedDeepaMehtaObject.fetchRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
(package private)  RelatedTopicModel AttachedAssociation.fetchRelatedTopic(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
(package private)  RelatedTopicModel StorageDecorator.fetchTopicRelatedTopic(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
          Convenience method (checks singularity).
private  RelatedTopicModel TypeStorageImpl.fetchTypeViewConfigTopic(long typeId, String configTypeUri)
           
 RelatedTopicModel AttachedRelatedTopic.getModel()
           
 

Methods in de.deepamehta.core.impl that return types with arguments of type RelatedTopicModel
(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)
           
 

Methods in de.deepamehta.core.impl with parameters of type RelatedTopicModel
private  void EmbeddedService.fetchCompositeValue(RelatedTopicModel model, boolean fetchComposite, boolean fetchRelatingComposite)
           
(package private)  RelatedTopic EmbeddedService.instantiateRelatedTopic(RelatedTopicModel model, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

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

Constructors in de.deepamehta.core.impl with parameters of type RelatedTopicModel
AttachedRelatedTopic(RelatedTopicModel model, EmbeddedService dms)
           
 

Uses of RelatedTopicModel in de.deepamehta.core.model
 

Method parameters in de.deepamehta.core.model with type arguments of type RelatedTopicModel
static List<IndexMode> IndexMode.fromTopics(List<RelatedTopicModel> topics)
           
 

Uses of RelatedTopicModel in de.deepamehta.core.storage.spi
 

Methods in de.deepamehta.core.storage.spi that return types with arguments of type RelatedTopicModel
 List<RelatedTopicModel> DeepaMehtaStorage.fetchAssociationRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
 List<RelatedTopicModel> DeepaMehtaStorage.fetchRelatedTopics(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
 List<RelatedTopicModel> DeepaMehtaStorage.fetchTopicRelatedTopics(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
 

Uses of RelatedTopicModel in de.deepamehta.storage.neo4j
 

Methods in de.deepamehta.storage.neo4j that return types with arguments of type RelatedTopicModel
private  List<RelatedTopicModel> Neo4jStorage.buildRelatedTopics(List<AssociationModel> assocs, long playerId)
           
 List<RelatedTopicModel> Neo4jStorage.fetchAssociationRelatedTopics(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
 List<RelatedTopicModel> Neo4jStorage.fetchRelatedTopics(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
 List<RelatedTopicModel> Neo4jStorage.fetchTopicRelatedTopics(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersTopicTypeUri)
           
 



Copyright © 2014. All Rights Reserved.