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.impl
Methods 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.service
Methods in systems.dmx.core.service that return TopicType Modifier and Type Method Description TopicType
CoreService. createTopicType(TopicTypeModel model)
TopicType
CoreService. getTopicType(String topicTypeUri)
TopicType
CoreService. 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.event
Methods in systems.dmx.core.service.event with parameters of type TopicType Modifier and Type Method Description void
IntroduceTopicType. introduceTopicType(TopicType topicType)
void
PreSendTopicType. preSendTopicType(TopicType topicType)
-
Uses of TopicType in systems.dmx.webclient
Methods in systems.dmx.webclient with parameters of type TopicType Modifier and Type Method Description void
WebclientPlugin. introduceTopicType(TopicType topicType)
-
Uses of TopicType in systems.dmx.webservice
Methods in systems.dmx.webservice that return TopicType Modifier and Type Method Description TopicType
WebservicePlugin. createTopicType(TopicTypeModel model)
TopicType
WebservicePlugin. getTopicType(String uri)
TopicType
WebservicePlugin. 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.workspaces
Methods in systems.dmx.workspaces with parameters of type TopicType Modifier and Type Method Description void
WorkspacesPlugin. introduceTopicType(TopicType topicType)
Takes care the DMX standard types (and their parts) get an assignment to the DMX workspace.
-