Package | Description |
---|---|
systems.dmx.core.impl | |
systems.dmx.core.model | |
systems.dmx.core.storage.spi | |
systems.dmx.core.util | |
systems.dmx.storage.neo4j |
Modifier and Type | Class and Description |
---|---|
class |
RelatedAssocModelImpl |
class |
RelatedTopicModelImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
RelatedAssocModel |
interface |
RelatedTopicModel |
interface |
TopicDeletionModel |
interface |
TopicReferenceModel |
Modifier and Type | Method and Description |
---|---|
<M extends RelatedObjectModel> |
DMXStorage.fetchAssocRelatedObjects(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTypeUri) |
<M extends RelatedObjectModel> |
DMXStorage.fetchTopicRelatedObjects(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTypeUri) |
Modifier and Type | Method and Description |
---|---|
static <T extends RelatedObjectModel> |
DMXUtils.findByAssoc(long assocId,
Iterable<T> objects) |
Modifier and Type | Method and Description |
---|---|
static int |
DMXUtils.indexOfAssoc(long assocId,
Iterable<? extends RelatedObjectModel> objects) |
Modifier and Type | Method and Description |
---|---|
<M extends RelatedObjectModel> |
Neo4jStorage.fetchAssocRelatedObjects(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTypeUri) |
<M extends RelatedObjectModel> |
Neo4jStorage.fetchTopicRelatedObjects(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTypeUri) |
Copyright © 2023. All Rights Reserved.