Uses of Interface
systems.dmx.core.service.CoreService
-
Packages that use CoreService Package Description systems.dmx.core.impl systems.dmx.core.osgi systems.dmx.core.service systems.dmx.topicmaps -
-
Uses of CoreService in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement CoreService Modifier and Type Class Description class
CoreServiceImpl
Implementation of the DMX core service. -
Uses of CoreService in systems.dmx.core.osgi
Fields in systems.dmx.core.osgi declared as CoreService Modifier and Type Field Description protected CoreService
PluginActivator. dmx
Methods in systems.dmx.core.osgi that return CoreService Modifier and Type Method Description static CoreService
CoreActivator. getCoreService()
Methods in systems.dmx.core.osgi with parameters of type CoreService Modifier and Type Method Description void
PluginActivator. setCoreService(CoreService dmx)
void
PluginContext. setCoreService(CoreService dmx)
-
Uses of CoreService in systems.dmx.core.service
Fields in systems.dmx.core.service declared as CoreService Modifier and Type Field Description protected CoreService
Migration. dmx
Methods in systems.dmx.core.service with parameters of type CoreService Modifier and Type Method Description void
Migration. setCoreService(CoreService dmx)
-
Uses of CoreService in systems.dmx.topicmaps
Methods in systems.dmx.topicmaps with parameters of type CoreService Modifier and Type Method Description void
TopicmapType. initTopicmapState(Topic topicmapTopic, ViewProps viewProps, CoreService dmx)
-