Uses of Interface
org.nuxeo.runtime.RuntimeService
-
Packages that use RuntimeService Package Description org.nuxeo.ecm.platform.management.adapters org.nuxeo.runtime org.nuxeo.runtime.api org.nuxeo.runtime.model org.nuxeo.runtime.model.impl org.nuxeo.runtime.osgi org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.util -
-
Uses of RuntimeService in org.nuxeo.ecm.platform.management.adapters
Fields in org.nuxeo.ecm.platform.management.adapters declared as RuntimeService Modifier and Type Field Description protected RuntimeService
RuntimeInventoryAdapter. runtimeService
-
Uses of RuntimeService in org.nuxeo.runtime
Classes in org.nuxeo.runtime that implement RuntimeService Modifier and Type Class Description class
AbstractRuntimeService
Abstract implementation of the Runtime Service.Fields in org.nuxeo.runtime declared as RuntimeService Modifier and Type Field Description RuntimeService
RuntimeServiceEvent. runtime
Constructors in org.nuxeo.runtime with parameters of type RuntimeService Constructor Description RuntimeServiceEvent(int id, RuntimeService runtime)
-
Uses of RuntimeService in org.nuxeo.runtime.api
Methods in org.nuxeo.runtime.api that return RuntimeService Modifier and Type Method Description static RuntimeService
Framework. getRuntime()
Gets the runtime service instance.Methods in org.nuxeo.runtime.api with parameters of type RuntimeService Modifier and Type Method Description static void
Framework. initialize(RuntimeService runtimeService)
-
Uses of RuntimeService in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return RuntimeService Modifier and Type Method Description RuntimeService
RuntimeContext. getRuntime()
Gets the current runtime service. -
Uses of RuntimeService in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as RuntimeService Modifier and Type Field Description protected RuntimeService
DefaultRuntimeContext. runtime
Methods in org.nuxeo.runtime.model.impl that return RuntimeService Modifier and Type Method Description RuntimeService
DefaultRuntimeContext. getRuntime()
Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeService Modifier and Type Method Description void
DefaultRuntimeContext. setRuntime(RuntimeService runtime)
Constructors in org.nuxeo.runtime.model.impl with parameters of type RuntimeService Constructor Description ComponentManagerImpl(RuntimeService runtime)
DefaultRuntimeContext(RuntimeService runtime)
-
Uses of RuntimeService in org.nuxeo.runtime.osgi
Classes in org.nuxeo.runtime.osgi that implement RuntimeService Modifier and Type Class Description class
OSGiRuntimeService
The default implementation of NXRuntime over an OSGi compatible environment.Constructors in org.nuxeo.runtime.osgi with parameters of type RuntimeService Constructor Description OSGiRuntimeContext(RuntimeService runtime, org.osgi.framework.Bundle bundle)
-
Uses of RuntimeService in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test that implement RuntimeService Modifier and Type Class Description class
OSGiRuntimeTestService
class
TestRuntime
A runtime service used for JUnit tests. -
Uses of RuntimeService in org.nuxeo.runtime.util
Classes in org.nuxeo.runtime.util that implement RuntimeService Modifier and Type Class Description class
SimpleRuntime
A runtime service used for JUnit tests.Fields in org.nuxeo.runtime.util declared as RuntimeService Modifier and Type Field Description protected RuntimeService
NXRuntimeApplication. runtime
-