Uses of Interface
systems.dmx.core.TopicType
- 
Packages that use TopicType Package Description systems.dmx.core.impl systems.dmx.core.service systems.dmx.core.service.event systems.dmx.webclient systems.dmx.webservice systems.dmx.workspaces 
- 
- 
Uses of TopicType in systems.dmx.core.implMethods in systems.dmx.core.impl that return types with arguments of type TopicType Modifier and Type Method Description List<TopicType>CoreServiceImpl. getAllTopicTypes()
- 
Uses of TopicType in systems.dmx.core.serviceMethods in systems.dmx.core.service that return TopicType Modifier and Type Method Description TopicTypeCoreService. createTopicType(TopicTypeModel model)TopicTypeCoreService. getTopicType(String topicTypeUri)TopicTypeCoreService. getTopicTypeImplicitly(long topicId)Acccesses a topic type while enforcing the implicit READ permission.Methods in systems.dmx.core.service that return types with arguments of type TopicType Modifier and Type Method Description List<TopicType>CoreService. getAllTopicTypes()
- 
Uses of TopicType in systems.dmx.core.service.eventMethods in systems.dmx.core.service.event with parameters of type TopicType Modifier and Type Method Description voidIntroduceTopicType. introduceTopicType(TopicType topicType)voidPreSendTopicType. preSendTopicType(TopicType topicType)
- 
Uses of TopicType in systems.dmx.webclientMethods in systems.dmx.webclient with parameters of type TopicType Modifier and Type Method Description voidWebclientPlugin. introduceTopicType(TopicType topicType)
- 
Uses of TopicType in systems.dmx.webserviceMethods in systems.dmx.webservice that return TopicType Modifier and Type Method Description TopicTypeWebservicePlugin. createTopicType(TopicTypeModel model)TopicTypeWebservicePlugin. getTopicType(String uri)TopicTypeWebservicePlugin. getTopicTypeImplicitly(long topicId)Methods in systems.dmx.webservice that return types with arguments of type TopicType Modifier and Type Method Description List<TopicType>WebservicePlugin. getAllTopicTypes()
- 
Uses of TopicType in systems.dmx.workspacesMethods in systems.dmx.workspaces with parameters of type TopicType Modifier and Type Method Description voidWorkspacesPlugin. introduceTopicType(TopicType topicType)Takes care the DMX standard types (and their parts) get an assignment to the DMX workspace.
 
-