Package systems.dmx.core
Interface RelatedObject
-
- All Superinterfaces:
DMXObject
,Identifiable
,JSONEnabled
- All Known Subinterfaces:
RelatedAssoc
,RelatedTopic
public interface RelatedObject extends DMXObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Assoc
getRelatingAssoc()
-
Methods inherited from interface systems.dmx.core.DMXObject
checkWriteAccess, delete, getAssoc, getAssocs, getChildTopics, getDatabaseVendorObject, getId, getModel, getProperty, getRelatedAssoc, getRelatedAssocs, getRelatedAssocs, getRelatedTopic, getRelatedTopics, getRelatedTopics, getSimpleValue, getType, getTypeUri, getUri, hasProperty, loadChildTopics, loadChildTopics, removeProperty, setProperty, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, update, update, updateChildTopics
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
-
-
-
Method Detail
-
getRelatingAssoc
Assoc getRelatingAssoc()
-
-