Uses of Interface
org.nuxeo.runtime.model.RuntimeContext
Packages that use RuntimeContext
Package
Description
Event Service implementation.
Schema API and implementation; a schema describes the names and types of some fields.
Base classes for running test cases under Nuxeo Runtime.
-
Uses of RuntimeContext in org.nuxeo.connect.update
Fields in org.nuxeo.connect.update declared as RuntimeContext -
Uses of RuntimeContext in org.nuxeo.ecm.core.event.impl
Fields in org.nuxeo.ecm.core.event.impl declared as RuntimeContextMethods in org.nuxeo.ecm.core.event.impl that return RuntimeContextMethods in org.nuxeo.ecm.core.event.impl with parameters of type RuntimeContextModifier and TypeMethodDescriptionvoid
EventListenerDescriptor.setRuntimeContext
(RuntimeContext rc) -
Uses of RuntimeContext in org.nuxeo.ecm.core.scheduler
Fields in org.nuxeo.ecm.core.scheduler declared as RuntimeContextMethods in org.nuxeo.ecm.core.scheduler that return RuntimeContext -
Uses of RuntimeContext in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema declared as RuntimeContext -
Uses of RuntimeContext in org.nuxeo.ecm.platform.mimetype.service
Methods in org.nuxeo.ecm.platform.mimetype.service that return RuntimeContext -
Uses of RuntimeContext in org.nuxeo.ecm.webengine.install
Fields in org.nuxeo.ecm.webengine.install declared as RuntimeContextMethods in org.nuxeo.ecm.webengine.install that return RuntimeContextMethods in org.nuxeo.ecm.webengine.install with parameters of type RuntimeContextModifier and TypeMethodDescriptionvoid
Installer.install
(RuntimeContext ctx, File installDir) void
Installer.uninstall
(RuntimeContext ctx, File installDir) -
Uses of RuntimeContext in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as RuntimeContextMethods in org.nuxeo.runtime that return RuntimeContextModifier and TypeMethodDescriptionAbstractRuntimeService.getContext()
RuntimeService.getContext()
Gets the context of the runtime bundle. -
Uses of RuntimeContext in org.nuxeo.runtime.deploy
Methods in org.nuxeo.runtime.deploy that return RuntimeContextMethods in org.nuxeo.runtime.deploy with parameters of type RuntimeContextModifier and TypeMethodDescriptionprotected void
ConfigurationDeployer._deploy
(RuntimeContext ctx, URL url, File watchFile, boolean trackChanges) void
ConfigurationDeployer.deploy
(RuntimeContext ctx, File file, boolean trackChanges) void
ConfigurationDeployer.deploy
(RuntimeContext ctx, URL url, boolean trackChanges) -
Uses of RuntimeContext in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return RuntimeContextModifier and TypeMethodDescriptionComponentInstance.getContext()
Gets the runtime context attached to this instance.Extension.getContext()
Gets the context of the component who contributed this extension.RegistrationInfo.getContext()
Gets the runtime context that created this registration info.ComponentContext.getRuntimeContext()
-
Uses of RuntimeContext in org.nuxeo.runtime.model.impl
Classes in org.nuxeo.runtime.model.impl that implement RuntimeContextModifier and TypeClassDescriptionclass
New behavior @since 9.2 As the runtime lifecycle changed there make no sense to unregister components by their own.Fields in org.nuxeo.runtime.model.impl declared as RuntimeContextMethods in org.nuxeo.runtime.model.impl that return RuntimeContextModifier and TypeMethodDescriptionComponentInstanceImpl.getContext()
final RuntimeContext
ComponentPersistence.getContext
(String symbolicName) ExtensionImpl.getContext()
RegistrationInfoImpl.getContext()
ComponentInstanceImpl.getRuntimeContext()
Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeContextModifier and TypeMethodDescriptionprotected void
ComponentPersistence.deploy
(RuntimeContext rc, File file) static ExtensionImpl
ExtensionImpl.fromXML
(RuntimeContext context, String xml) void
ComponentPersistence.loadPersistedComponents
(RuntimeContext rc, File root) ComponentDescriptorReader.read
(RuntimeContext ctx, InputStream in) ExtensionDescriptorReader.read
(RuntimeContext ctx, InputStream in) void
RegistrationInfoImpl.setContext
(RuntimeContext context) Constructors in org.nuxeo.runtime.model.impl with parameters of type RuntimeContext -
Uses of RuntimeContext in org.nuxeo.runtime.model.persistence
Fields in org.nuxeo.runtime.model.persistence declared as RuntimeContext -
Uses of RuntimeContext in org.nuxeo.runtime.osgi
Classes in org.nuxeo.runtime.osgi that implement RuntimeContextMethods in org.nuxeo.runtime.osgi that return RuntimeContextModifier and TypeMethodDescriptionOSGiRuntimeService.createContext
(org.osgi.framework.Bundle bundle) OSGiRuntimeService.getContext
(String symbolicName) OSGiRuntimeService.getContext
(org.osgi.framework.Bundle bundle) Methods in org.nuxeo.runtime.osgi with parameters of type RuntimeContextModifier and TypeMethodDescriptionprotected void
OSGiRuntimeService.loadComponents
(org.osgi.framework.Bundle bundle, RuntimeContext ctx, boolean isFragment) -
Uses of RuntimeContext in org.nuxeo.runtime.test
Methods in org.nuxeo.runtime.test that return RuntimeContextModifier and TypeMethodDescriptionRuntimeHarnessImpl.deployPartial
(String name, Set<TargetExtensions> targetExtensions) RuntimeHarnessImpl.getContext()
Methods in org.nuxeo.runtime.test with parameters of type RuntimeContextModifier and TypeMethodDescriptionprotected void
RuntimeHarnessImpl.deployPartialComponent
(RuntimeContext ctx, Set<TargetExtensions> extensionPoints, StreamRef component) Read a component from his StreamRef and create a new component (suffixed with `-partial`, and the base component name aliased) with only matching contributions of the extensionPoints parameter.protected void
OSGiRuntimeTestService.loadComponents
(org.osgi.framework.Bundle bundle, RuntimeContext ctx, boolean isFragment) -
Uses of RuntimeContext in org.nuxeo.runtime.test.runner
Methods in org.nuxeo.runtime.test.runner that return RuntimeContextModifier and TypeMethodDescriptionRuntimeHarness.deployPartial
(String bundle, Set<TargetExtensions> targetExtensions) Deploys a subset of a Bundle defined per the targetExtensions parameterRuntimeHarness.getContext()
Runtime context for deployment