Uses of Class
systems.dmx.core.impl.AssocModelImpl
-
Packages that use AssocModelImpl Package Description systems.dmx.core.impl systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of AssocModelImpl in systems.dmx.core.impl
Subclasses of AssocModelImpl in systems.dmx.core.impl Modifier and Type Class Description class
RelatedAssocModelImpl
Methods in systems.dmx.core.impl that return AssocModelImpl Modifier and Type Method Description AssocModelImpl
StorageDecorator. fetchAssoc(String key, Object value)
Retrieves a single assoc by exact value.AssocModelImpl
RelatedAssocModelImpl. getRelatingAssoc()
AssocModelImpl
RelatedTopicModelImpl. getRelatingAssoc()
AssocModelImpl
ModelFactoryImpl. newAssocModel()
AssocModelImpl
ModelFactoryImpl. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2)
AssocModelImpl
ModelFactoryImpl. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2, SimpleValue value, ChildTopicsModel childTopics)
AssocModelImpl
ModelFactoryImpl. newAssocModel(String typeUri, ChildTopicsModel childTopics)
AssocModelImpl
ModelFactoryImpl. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2)
AssocModelImpl
ModelFactoryImpl. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2, ChildTopicsModel childTopics)
AssocModelImpl
ModelFactoryImpl. newAssocModel(org.codehaus.jettison.json.JSONObject assoc)
AssocModelImpl
ModelFactoryImpl. newAssocModel(AssocModel assoc)
AssocModelImpl
ModelFactoryImpl. newAssocModel(ChildTopicsModel childTopics)
-
Uses of AssocModelImpl in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return AssocModelImpl Modifier and Type Method Description AssocModelImpl
DMXStorage. fetchAssoc(long assocId)
Fetches an assoc by ID.Methods in systems.dmx.core.storage.spi that return types with arguments of type AssocModelImpl Modifier and Type Method Description Iterable<AssocModelImpl>
DMXStorage. fetchAllAssocs()
List<AssocModelImpl>
DMXStorage. fetchAssocAssocs(long assocId)
List<AssocModelImpl>
DMXStorage. fetchAssocs(String assocTypeUri, long topicId1, long topicId2, String roleTypeUri1, String roleTypeUri2)
Returns the associations between two topics.List<AssocModelImpl>
DMXStorage. fetchAssocs(String key, Object value)
Fetches assocs by exact value.List<AssocModelImpl>
DMXStorage. fetchAssocsBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)
List<AssocModelImpl>
DMXStorage. fetchAssocsByProperty(String propUri, Object propValue)
List<AssocModelImpl>
DMXStorage. fetchAssocsByPropertyRange(String propUri, Number from, Number to)
List<AssocModelImpl>
DMXStorage. fetchTopicAssocs(long topicId)
List<AssocModelImpl>
DMXStorage. queryAssocs(String key, Object value)
List<AssocModelImpl>
DMXStorage. queryAssocsByRoleType(String roleTypeUri)
List<AssocModelImpl>
DMXStorage. queryAssocsFulltext(String key, Object value)
Methods in systems.dmx.core.storage.spi with parameters of type AssocModelImpl Modifier and Type Method Description void
DMXStorage. storeAssoc(AssocModelImpl assocModel)
-
Uses of AssocModelImpl in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return AssocModelImpl Modifier and Type Method Description AssocModelImpl
Neo4jStorage. fetchAssoc(long assocId)
Methods in systems.dmx.storage.neo4j that return types with arguments of type AssocModelImpl Modifier and Type Method Description Iterable<AssocModelImpl>
Neo4jStorage. fetchAllAssocs()
List<AssocModelImpl>
Neo4jStorage. fetchAssocAssocs(long assocId)
List<AssocModelImpl>
Neo4jStorage. fetchAssocs(String assocTypeUri, long topicId1, long topicId2, String roleTypeUri1, String roleTypeUri2)
List<AssocModelImpl>
Neo4jStorage. fetchAssocs(String key, Object value)
List<AssocModelImpl>
Neo4jStorage. fetchAssocsBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)
List<AssocModelImpl>
Neo4jStorage. fetchAssocsByProperty(String propUri, Object propValue)
List<AssocModelImpl>
Neo4jStorage. fetchAssocsByPropertyRange(String propUri, Number from, Number to)
List<AssocModelImpl>
Neo4jStorage. fetchTopicAssocs(long topicId)
List<AssocModelImpl>
Neo4jStorage. queryAssocs(String key, Object value)
List<AssocModelImpl>
Neo4jStorage. queryAssocsByRoleType(String roleTypeUri)
List<AssocModelImpl>
Neo4jStorage. queryAssocsFulltext(String key, Object value)
Methods in systems.dmx.storage.neo4j with parameters of type AssocModelImpl Modifier and Type Method Description void
Neo4jStorage. storeAssoc(AssocModelImpl assocModel)
-