Uses of Interface
systems.dmx.core.RelatedAssoc
-
Packages that use RelatedAssoc Package Description systems.dmx.core systems.dmx.webservice -
-
Uses of RelatedAssoc in systems.dmx.core
Methods in systems.dmx.core that return RelatedAssoc Modifier and Type Method Description RelatedAssoc
DMXObject. getRelatedAssoc(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
Methods in systems.dmx.core that return types with arguments of type RelatedAssoc Modifier and Type Method Description List<RelatedAssoc>
DMXObject. getRelatedAssocs()
List<RelatedAssoc>
DMXObject. getRelatedAssocs(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
-
Uses of RelatedAssoc in systems.dmx.webservice
Methods in systems.dmx.webservice that return types with arguments of type RelatedAssoc Modifier and Type Method Description List<RelatedAssoc>
WebservicePlugin. getAssocRelatedAssocs(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
List<RelatedAssoc>
WebservicePlugin. getTopicRelatedAssocs(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
-