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 RuntimeServiceRuntimeInventoryAdapter. runtimeService -
Uses of RuntimeService in org.nuxeo.runtime
Classes in org.nuxeo.runtime that implement RuntimeService Modifier and Type Class Description classAbstractRuntimeServiceAbstract implementation of the Runtime Service.Fields in org.nuxeo.runtime declared as RuntimeService Modifier and Type Field Description RuntimeServiceRuntimeServiceEvent. runtimeConstructors 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 RuntimeServiceFramework. getRuntime()Gets the runtime service instance.Methods in org.nuxeo.runtime.api with parameters of type RuntimeService Modifier and Type Method Description static voidFramework. 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 RuntimeServiceRuntimeContext. 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 RuntimeServiceDefaultRuntimeContext. runtimeMethods in org.nuxeo.runtime.model.impl that return RuntimeService Modifier and Type Method Description RuntimeServiceDefaultRuntimeContext. getRuntime()Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeService Modifier and Type Method Description voidDefaultRuntimeContext. 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 classOSGiRuntimeServiceThe 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 classOSGiRuntimeTestServiceclassTestRuntimeA 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 classSimpleRuntimeA runtime service used for JUnit tests.Fields in org.nuxeo.runtime.util declared as RuntimeService Modifier and Type Field Description protected RuntimeServiceNXRuntimeApplication. runtime
-