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

Packages that use RelatedAssociationModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.storage.spi   
de.deepamehta.storage.neo4j   
 

Uses of RelatedAssociationModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return RelatedAssociationModel
 RelatedAssociationModel RelatedAssociation.getModel()
           
 

Uses of RelatedAssociationModel in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return RelatedAssociationModel
(package private)  RelatedAssociationModel StorageDecorator.fetchAssociationRelatedAssociation(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
          Convenience method (checks singularity).
(package private)  RelatedAssociationModel StorageDecorator.fetchTopicRelatedAssociation(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
          Convenience method (checks singularity).
 RelatedAssociationModel AttachedRelatedAssociation.getModel()
           
 

Methods in de.deepamehta.core.impl that return types with arguments of type RelatedAssociationModel
(package private)  List<RelatedAssociationModel> StorageDecorator.fetchAssociationRelatedAssociations(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
private  List<RelatedAssociationModel> TypeStorageImpl.fetchSequence(Topic typeTopic)
           
(package private)  List<RelatedAssociationModel> StorageDecorator.fetchTopicRelatedAssociations(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 

Methods in de.deepamehta.core.impl with parameters of type RelatedAssociationModel
(package private)  RelatedAssociation EmbeddedService.instantiateRelatedAssociation(RelatedAssociationModel model, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

Method parameters in de.deepamehta.core.impl with type arguments of type RelatedAssociationModel
(package private)  List<RelatedAssociation> EmbeddedService.instantiateRelatedAssociations(Iterable<RelatedAssociationModel> models, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

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

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

Methods in de.deepamehta.core.storage.spi that return types with arguments of type RelatedAssociationModel
 List<RelatedAssociationModel> DeepaMehtaStorage.fetchAssociationRelatedAssociations(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 List<RelatedAssociationModel> DeepaMehtaStorage.fetchRelatedAssociations(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 List<RelatedAssociationModel> DeepaMehtaStorage.fetchTopicRelatedAssociations(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 

Uses of RelatedAssociationModel in de.deepamehta.storage.neo4j
 

Methods in de.deepamehta.storage.neo4j that return types with arguments of type RelatedAssociationModel
private  List<RelatedAssociationModel> Neo4jStorage.buildRelatedAssociations(List<AssociationModel> assocs, long playerId)
           
 List<RelatedAssociationModel> Neo4jStorage.fetchAssociationRelatedAssociations(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 List<RelatedAssociationModel> Neo4jStorage.fetchRelatedAssociations(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 List<RelatedAssociationModel> Neo4jStorage.fetchTopicRelatedAssociations(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 



Copyright © 2014. All Rights Reserved.