Package | Description |
---|---|
systems.dmx.core | |
systems.dmx.core.impl | |
systems.dmx.topicmaps | |
systems.dmx.webservice |
Modifier and Type | Method and Description |
---|---|
RelatedAssociation |
DMXObject.getRelatedAssociation(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
Modifier and Type | Method and Description |
---|---|
List<RelatedAssociation> |
DMXObject.getRelatedAssociations(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RelatedAssociationImpl
An Association-Association pair that is attached to the
PersistenceLayer . |
Modifier and Type | Method and Description |
---|---|
RelatedAssociation |
TopicImpl.getRelatedAssociation(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
RelatedAssociation |
AssociationImpl.getRelatedAssociation(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
Modifier and Type | Method and Description |
---|---|
List<RelatedAssociation> |
TopicImpl.getRelatedAssociations(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
List<RelatedAssociation> |
AssociationImpl.getRelatedAssociations(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
Modifier and Type | Method and Description |
---|---|
private AssociationViewModel |
TopicmapsPlugin.createAssocViewModel(RelatedAssociation assoc) |
Modifier and Type | Method and Description |
---|---|
List<RelatedAssociation> |
WebservicePlugin.getAssociationRelatedAssociations(long assocId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
private List<RelatedAssociation> |
WebservicePlugin.getRelatedAssociations(DMXObject object,
String objectInfo,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
List<RelatedAssociation> |
WebservicePlugin.getTopicRelatedAssociations(long topicId,
String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersAssocTypeUri) |
Copyright © 2018. All Rights Reserved.