Package systems.dmx.core
Interface RoleType
-
- All Superinterfaces:
DMXObject
,Identifiable
,JSONEnabled
,Topic
public interface RoleType extends Topic
A role type is basically a topic plus a view config.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleTypeModel
getModel()
ViewConfig
getViewConfig()
Object
getViewConfigValue(String configTypeUri, String childTypeUri)
-
Methods inherited from interface systems.dmx.core.DMXObject
checkWriteAccess, delete, getAssoc, getAssocs, getChildTopics, getDatabaseVendorObject, getId, 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
-
Methods inherited from interface systems.dmx.core.Topic
findChildTopic
-
-
-
-
Method Detail
-
getViewConfig
ViewConfig getViewConfig()
-
getModel
RoleTypeModel getModel()
-
-