Uses of Interface
org.nuxeo.runtime.RuntimeService
Packages that use RuntimeService
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of RuntimeService in org.nuxeo.ecm.platform.management.adapters
Fields in org.nuxeo.ecm.platform.management.adapters declared as RuntimeServiceModifier and TypeFieldDescriptionprotected final RuntimeService
RuntimeInventoryAdapter.runtimeService
-
Uses of RuntimeService in org.nuxeo.runtime
Classes in org.nuxeo.runtime that implement RuntimeServiceModifier and TypeClassDescriptionclass
Abstract implementation of the Runtime Service.Fields in org.nuxeo.runtime declared as RuntimeServiceConstructors in org.nuxeo.runtime with parameters of type RuntimeService -
Uses of RuntimeService in org.nuxeo.runtime.api
Methods in org.nuxeo.runtime.api that return RuntimeServiceModifier and TypeMethodDescriptionstatic RuntimeService
Framework.getRuntime()
Gets the runtime service instance.Methods in org.nuxeo.runtime.api with parameters of type RuntimeServiceModifier and TypeMethodDescriptionstatic void
Framework.initialize
(RuntimeService runtimeService) -
Uses of RuntimeService in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return RuntimeService -
Uses of RuntimeService in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as RuntimeServiceMethods in org.nuxeo.runtime.model.impl that return RuntimeServiceMethods in org.nuxeo.runtime.model.impl with parameters of type RuntimeServiceConstructors in org.nuxeo.runtime.model.impl with parameters of type RuntimeServiceModifierConstructorDescriptionComponentManagerImpl
(RuntimeService runtime) DefaultRuntimeContext
(RuntimeService runtime) -
Uses of RuntimeService in org.nuxeo.runtime.osgi
Classes in org.nuxeo.runtime.osgi that implement RuntimeServiceModifier and TypeClassDescriptionclass
The default implementation of NXRuntime over an OSGi compatible environment.Constructors in org.nuxeo.runtime.osgi with parameters of type RuntimeServiceModifierConstructorDescriptionOSGiRuntimeContext
(RuntimeService runtime, org.osgi.framework.Bundle bundle) -
Uses of RuntimeService in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test that implement RuntimeServiceModifier and TypeClassDescriptionclass
class
A runtime service used for JUnit tests. -
Uses of RuntimeService in org.nuxeo.runtime.util
Classes in org.nuxeo.runtime.util that implement RuntimeServiceFields in org.nuxeo.runtime.util declared as RuntimeService