Uses of Interface
org.nuxeo.runtime.RuntimeService
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of RuntimeService in org.nuxeo.ecm.platform.management.adapters
Modifier and TypeFieldDescriptionprotected final RuntimeService
RuntimeInventoryAdapter.runtimeService
-
Uses of RuntimeService in org.nuxeo.runtime
Modifier and TypeClassDescriptionclass
Abstract implementation of the Runtime Service. -
Uses of RuntimeService in org.nuxeo.runtime.api
Modifier and TypeMethodDescriptionstatic RuntimeService
Framework.getRuntime()
Gets the runtime service instance.Modifier and TypeMethodDescriptionstatic void
Framework.initialize
(RuntimeService runtimeService) -
Uses of RuntimeService in org.nuxeo.runtime.model
-
Uses of RuntimeService in org.nuxeo.runtime.model.impl
ModifierConstructorDescriptionComponentManagerImpl
(RuntimeService runtime) DefaultRuntimeContext
(RuntimeService runtime) -
Uses of RuntimeService in org.nuxeo.runtime.osgi
Modifier and TypeClassDescriptionclass
The default implementation of NXRuntime over an OSGi compatible environment.ModifierConstructorDescriptionOSGiRuntimeContext
(RuntimeService runtime, org.osgi.framework.Bundle bundle) -
Uses of RuntimeService in org.nuxeo.runtime.test
Modifier and TypeClassDescriptionclass
class
A runtime service used for JUnit tests. -
Uses of RuntimeService in org.nuxeo.runtime.util