Uses of Interface
org.nuxeo.runtime.model.RuntimeContext
-
Packages that use RuntimeContext Package Description org.nuxeo.connect.update org.nuxeo.ecm.core.event.impl Event Service implementation.org.nuxeo.ecm.core.scheduler org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.platform.ec.notification.service org.nuxeo.ecm.platform.mimetype.service org.nuxeo.ecm.platform.routing.api Provides the interfaces necessary to create and manipulateDocumentRoute
.org.nuxeo.ecm.platform.routing.core.impl Provides implementation for the api package.org.nuxeo.ecm.platform.suggestbox.service.descriptors org.nuxeo.ecm.webengine.install org.nuxeo.runtime org.nuxeo.runtime.deploy org.nuxeo.runtime.model org.nuxeo.runtime.model.impl org.nuxeo.runtime.model.persistence org.nuxeo.runtime.osgi org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.test.runner org.nuxeo.theme.styling.service -
-
Uses of RuntimeContext in org.nuxeo.connect.update
Fields in org.nuxeo.connect.update declared as RuntimeContext Modifier and Type Field Description protected RuntimeContext
PackageUpdateComponent. ctx
-
Uses of RuntimeContext in org.nuxeo.ecm.core.event.impl
Fields in org.nuxeo.ecm.core.event.impl declared as RuntimeContext Modifier and Type Field Description protected RuntimeContext
EventListenerDescriptor. rc
Methods in org.nuxeo.ecm.core.event.impl that return RuntimeContext Modifier and Type Method Description RuntimeContext
EventListenerDescriptor. getRuntimeContext()
Methods in org.nuxeo.ecm.core.event.impl with parameters of type RuntimeContext Modifier and Type Method Description void
EventListenerDescriptor. setRuntimeContext(RuntimeContext rc)
-
Uses of RuntimeContext in org.nuxeo.ecm.core.scheduler
Fields in org.nuxeo.ecm.core.scheduler declared as RuntimeContext Modifier and Type Field Description protected RuntimeContext
SchedulerServiceImpl. context
Methods in org.nuxeo.ecm.core.scheduler that return RuntimeContext Modifier and Type Method Description RuntimeContext
SchedulerServiceImpl. getContext()
-
Uses of RuntimeContext in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema declared as RuntimeContext Modifier and Type Field Description RuntimeContext
SchemaBindingDescriptor. context
-
Uses of RuntimeContext in org.nuxeo.ecm.platform.ec.notification.service
Methods in org.nuxeo.ecm.platform.ec.notification.service that return RuntimeContext Modifier and Type Method Description RuntimeContext
TemplateDescriptor. getContext()
Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type RuntimeContext Modifier and Type Method Description void
TemplateDescriptor. setContext(RuntimeContext context)
-
Uses of RuntimeContext in org.nuxeo.ecm.platform.mimetype.service
Methods in org.nuxeo.ecm.platform.mimetype.service that return RuntimeContext Modifier and Type Method Description RuntimeContext
MimetypeRegistryService. getContext()
-
Uses of RuntimeContext in org.nuxeo.ecm.platform.routing.api
Methods in org.nuxeo.ecm.platform.routing.api with parameters of type RuntimeContext Modifier and Type Method Description void
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
Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type RuntimeContext Modifier and Type Method Description protected 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
Fields in org.nuxeo.ecm.platform.suggestbox.service.descriptors declared as RuntimeContext Modifier and Type Field Description protected RuntimeContext
SuggesterDescriptor. runtimeContext
Methods in org.nuxeo.ecm.platform.suggestbox.service.descriptors with parameters of type RuntimeContext Modifier and Type Method Description void
SuggesterDescriptor. setRuntimeContext(RuntimeContext context)
-
Uses of RuntimeContext in org.nuxeo.ecm.webengine.install
Fields in org.nuxeo.ecm.webengine.install declared as RuntimeContext Modifier and Type Field Description protected RuntimeContext
Installer. ctx
Methods in org.nuxeo.ecm.webengine.install that return RuntimeContext Modifier and Type Method Description RuntimeContext
Installer. getContext()
Methods in org.nuxeo.ecm.webengine.install with parameters of type RuntimeContext Modifier and Type Method Description void
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 RuntimeContext Modifier and Type Field Description protected RuntimeContext
AbstractRuntimeService. context
Methods in org.nuxeo.runtime that return RuntimeContext Modifier and Type Method Description RuntimeContext
AbstractRuntimeService. getContext()
RuntimeContext
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 RuntimeContext Modifier and Type Method Description RuntimeContext
ConfigurationDeployer.Entry. getContext()
Methods in org.nuxeo.runtime.deploy with parameters of type RuntimeContext Modifier and Type Method Description protected 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 RuntimeContext Modifier and Type Method Description RuntimeContext
ComponentInstance. getContext()
Gets the runtime context attached to this instance.RuntimeContext
Extension. getContext()
Gets the context of the component who contributed this extension.RuntimeContext
RegistrationInfo. getContext()
Gets the runtime context that created this registration info.RuntimeContext
ComponentContext. getRuntimeContext()
-
Uses of RuntimeContext in org.nuxeo.runtime.model.impl
Classes in org.nuxeo.runtime.model.impl that implement RuntimeContext Modifier and Type Class Description class
DefaultRuntimeContext
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 RuntimeContext Modifier and Type Field Description protected RuntimeContext
ComponentPersistence. sysrc
Methods in org.nuxeo.runtime.model.impl that return RuntimeContext Modifier and Type Method Description RuntimeContext
ComponentInstanceImpl. getContext()
RuntimeContext
ComponentPersistence. getContext(String symbolicName)
RuntimeContext
ExtensionImpl. getContext()
RuntimeContext
RegistrationInfoImpl. getContext()
RuntimeContext
ComponentInstanceImpl. getRuntimeContext()
Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeContext Modifier and Type Method Description protected void
ComponentPersistence. deploy(RuntimeContext rc, File file)
static ExtensionImpl
ExtensionImpl. fromXML(RuntimeContext context, String xml)
void
ComponentPersistence. loadPersistedComponents(RuntimeContext rc, File root)
RegistrationInfoImpl
ComponentDescriptorReader. read(RuntimeContext ctx, InputStream in)
ExtensionImpl
ExtensionDescriptorReader. read(RuntimeContext ctx, InputStream in)
void
RegistrationInfoImpl. setContext(RuntimeContext context)
Constructors in org.nuxeo.runtime.model.impl with parameters of type RuntimeContext Constructor Description XMapContext(RuntimeContext ctx)
-
Uses of RuntimeContext in org.nuxeo.runtime.model.persistence
Fields in org.nuxeo.runtime.model.persistence declared as RuntimeContext Modifier and Type Field Description protected RuntimeContext
ContributionPersistenceComponent. ctx
-
Uses of RuntimeContext in org.nuxeo.runtime.osgi
Classes in org.nuxeo.runtime.osgi that implement RuntimeContext Modifier and Type Class Description class
OSGiRuntimeContext
Methods in org.nuxeo.runtime.osgi that return RuntimeContext Modifier and Type Method Description RuntimeContext
OSGiRuntimeService. createContext(org.osgi.framework.Bundle bundle)
RuntimeContext
OSGiRuntimeService. getContext(String symbolicName)
RuntimeContext
OSGiRuntimeService. getContext(org.osgi.framework.Bundle bundle)
Methods in org.nuxeo.runtime.osgi with parameters of type RuntimeContext Modifier and Type Method Description protected 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 RuntimeContext Modifier and Type Method Description RuntimeContext
RuntimeHarnessImpl. deployPartial(String name, Set<TargetExtensions> targetExtensions)
RuntimeContext
RuntimeHarnessImpl. deployTestContrib(String bundle, String contrib)
Deprecated.RuntimeContext
RuntimeHarnessImpl. deployTestContrib(String bundle, URL contrib)
Deprecated.RuntimeContext
RuntimeHarnessImpl. getContext()
Methods in org.nuxeo.runtime.test with parameters of type RuntimeContext Modifier and Type Method Description protected 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
Fields in org.nuxeo.runtime.test.runner with type parameters of type RuntimeContext Modifier and Type Field Description protected LinkedList<RuntimeContext>
RuntimeDeployment. contexts
Deprecated.since 9.2 we cannot undeploy components while they are started.Methods in org.nuxeo.runtime.test.runner that return RuntimeContext Modifier and Type Method Description RuntimeContext
RuntimeHarness. deployPartial(String bundle, Set<TargetExtensions> targetExtensions)
Deploys a subset of a Bundle defined per the targetExtensions parameterRuntimeContext
RuntimeHarness. deployTestContrib(String bundle, String contrib)
Deprecated.since 10.1, useRuntimeHarness.deployContrib(String, String)
RuntimeContext
RuntimeHarness. deployTestContrib(String bundle, URL contrib)
Deprecated.since 10.1, useRuntimeHarness.deployContrib(String, String)
RuntimeContext
RuntimeHarness. getContext()
Runtime context for deployment -
Uses of RuntimeContext in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service with parameters of type RuntimeContext Modifier and Type Method Description protected URL
ThemeStylingServiceImpl. getUrlFromPath(String path, RuntimeContext extensionContext)
protected void
ThemeStylingServiceImpl. registerFlavor(FlavorDescriptor flavor, RuntimeContext extensionContext)
protected void
ThemeStylingServiceImpl. registerResource(Resource resource, RuntimeContext extensionContext)
-