Uses of Interface
org.nuxeo.runtime.model.RuntimeContext
Package
Description
Event Service implementation.
Schema API and implementation; a schema describes the names and types of some fields.
Provides the interfaces necessary to create and manipulate
DocumentRoute
.Provides implementation for the api package.
Base classes for running test cases under Nuxeo Runtime.
-
Uses of RuntimeContext in org.nuxeo.connect.update
-
Uses of RuntimeContext in org.nuxeo.ecm.core.event.impl
Modifier and TypeMethodDescriptionvoid
EventListenerDescriptor.setRuntimeContext
(RuntimeContext rc) -
Uses of RuntimeContext in org.nuxeo.ecm.core.scheduler
-
Uses of RuntimeContext in org.nuxeo.ecm.core.schema
-
Uses of RuntimeContext in org.nuxeo.ecm.platform.ec.notification.service
-
Uses of RuntimeContext in org.nuxeo.ecm.platform.mimetype.service
-
Uses of RuntimeContext in org.nuxeo.ecm.platform.routing.api
Modifier and TypeMethodDescriptionvoid
DocumentRoutingService.registerRouteResource
(RouteModelResourceType resource, RuntimeContext extensionContext) Registers a new route model template to be imported at application startup. -
Uses of RuntimeContext in org.nuxeo.ecm.platform.routing.core.impl
Modifier and TypeMethodDescriptionprotected URL
DocumentRoutingServiceImpl.getUrlFromPath
(RouteModelResourceType res, RuntimeContext extensionContext) void
DocumentRoutingServiceImpl.registerRouteResource
(RouteModelResourceType res, RuntimeContext context) -
Uses of RuntimeContext in org.nuxeo.ecm.platform.suggestbox.service.descriptors
Modifier and TypeMethodDescriptionvoid
SuggesterDescriptor.setRuntimeContext
(RuntimeContext context) -
Uses of RuntimeContext in org.nuxeo.ecm.webengine.install
Modifier and TypeMethodDescriptionvoid
Installer.install
(RuntimeContext ctx, File installDir) void
Installer.uninstall
(RuntimeContext ctx, File installDir) -
Uses of RuntimeContext in org.nuxeo.runtime
Modifier and TypeMethodDescriptionAbstractRuntimeService.getContext()
RuntimeService.getContext()
Gets the context of the runtime bundle. -
Uses of RuntimeContext in org.nuxeo.runtime.deploy
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
New behavior @since 9.2 As the runtime lifecycle changed there make no sense to unregister components by their own.Modifier and TypeMethodDescriptionComponentInstanceImpl.getContext()
final RuntimeContext
ComponentPersistence.getContext
(String symbolicName) ExtensionImpl.getContext()
RegistrationInfoImpl.getContext()
ComponentInstanceImpl.getRuntimeContext()
Modifier 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) -
Uses of RuntimeContext in org.nuxeo.runtime.model.persistence
-
Uses of RuntimeContext in org.nuxeo.runtime.osgi
Modifier and TypeMethodDescriptionOSGiRuntimeService.createContext
(org.osgi.framework.Bundle bundle) OSGiRuntimeService.getContext
(String symbolicName) OSGiRuntimeService.getContext
(org.osgi.framework.Bundle bundle) Modifier and TypeMethodDescriptionprotected void
OSGiRuntimeService.loadComponents
(org.osgi.framework.Bundle bundle, RuntimeContext ctx, boolean isFragment) -
Uses of RuntimeContext in org.nuxeo.runtime.test
Modifier and TypeMethodDescriptionRuntimeHarnessImpl.deployPartial
(String name, Set<TargetExtensions> targetExtensions) RuntimeHarnessImpl.deployTestContrib
(String bundle, String contrib) Deprecated.RuntimeHarnessImpl.deployTestContrib
(String bundle, URL contrib) Deprecated.RuntimeHarnessImpl.getContext()
Modifier 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
Modifier and TypeMethodDescriptionRuntimeHarness.deployPartial
(String bundle, Set<TargetExtensions> targetExtensions) Deploys a subset of a Bundle defined per the targetExtensions parameterRuntimeHarness.deployTestContrib
(String bundle, String contrib) Deprecated.RuntimeHarness.deployTestContrib
(String bundle, URL contrib) Deprecated.since 10.1, useRuntimeHarness.deployContrib(String, String)
RuntimeHarness.getContext()
Runtime context for deployment -
Uses of RuntimeContext in org.nuxeo.theme.styling.service
Modifier and TypeMethodDescriptionprotected URL
ThemeStylingServiceImpl.getUrlFromPath
(String path, RuntimeContext extensionContext) protected void
ThemeStylingServiceImpl.registerFlavor
(FlavorDescriptor flavor, RuntimeContext extensionContext) protected void
ThemeStylingServiceImpl.registerResource
(Resource resource, RuntimeContext extensionContext)
RuntimeHarness.deployContrib(String, String)