Package | Description |
---|---|
systems.dmx.core | |
systems.dmx.core.impl | |
systems.dmx.core.service | |
systems.dmx.core.storage.spi | |
systems.dmx.storage.neo4j |
Modifier and Type | Method and Description |
---|---|
RelatedAssociationModel |
RelatedAssociation.getModel() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RelatedAssociationModelImpl |
Modifier and Type | Method and Description |
---|---|
RelatedAssociationModel |
ModelFactory.newRelatedAssociationModel(AssociationModel assoc,
AssociationModel relatingAssoc) |
Modifier and Type | Method and Description |
---|---|
List<? extends RelatedAssociationModel> |
DMXStorage.fetchAssociationRelatedAssociations(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
List<? extends RelatedAssociationModel> |
DMXStorage.fetchRelatedAssociations(long objectId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
List<? extends RelatedAssociationModel> |
DMXStorage.fetchTopicRelatedAssociations(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
Modifier and Type | Method and Description |
---|---|
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 © 2018. All Rights Reserved.