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 classCoreServiceImplImplementation 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 CoreServicePluginActivator. dmxMethods in systems.dmx.core.osgi that return CoreService Modifier and Type Method Description static CoreServiceCoreActivator. getCoreService()Methods in systems.dmx.core.osgi with parameters of type CoreService Modifier and Type Method Description voidPluginActivator. setCoreService(CoreService dmx)voidPluginContext. 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 CoreServiceMigration. dmxMethods in systems.dmx.core.service with parameters of type CoreService Modifier and Type Method Description voidMigration. 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 voidTopicmapType. initTopicmapState(Topic topicmapTopic, ViewProps viewProps, CoreService dmx)
-