Uses of Class
systems.dmx.core.impl.RelatedAssocModelImpl
-
Packages that use RelatedAssocModelImpl Package Description systems.dmx.core.impl systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of RelatedAssocModelImpl in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return RelatedAssocModelImpl Modifier and Type Method Description RelatedAssocModelImpl
ModelFactoryImpl. newRelatedAssocModel(AssocModel assoc, AssocModel relatingAssoc)
-
Uses of RelatedAssocModelImpl in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return types with arguments of type RelatedAssocModelImpl Modifier and Type Method Description List<RelatedAssocModelImpl>
DMXStorage. fetchAssocRelatedAssocs(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
List<RelatedAssocModelImpl>
DMXStorage. fetchRelatedAssocs(long objectId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
List<RelatedAssocModelImpl>
DMXStorage. fetchTopicRelatedAssocs(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
-
Uses of RelatedAssocModelImpl in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return types with arguments of type RelatedAssocModelImpl Modifier and Type Method Description List<RelatedAssocModelImpl>
Neo4jStorage. fetchAssocRelatedAssocs(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
List<RelatedAssocModelImpl>
Neo4jStorage. fetchRelatedAssocs(long id, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
List<RelatedAssocModelImpl>
Neo4jStorage. fetchTopicRelatedAssocs(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
-