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 RuntimeContextPackageUpdateComponent. 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 RuntimeContextEventListenerDescriptor. rcMethods in org.nuxeo.ecm.core.event.impl that return RuntimeContext Modifier and Type Method Description RuntimeContextEventListenerDescriptor. getRuntimeContext()Methods in org.nuxeo.ecm.core.event.impl with parameters of type RuntimeContext Modifier and Type Method Description voidEventListenerDescriptor. 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 RuntimeContextSchedulerServiceImpl. contextMethods in org.nuxeo.ecm.core.scheduler that return RuntimeContext Modifier and Type Method Description RuntimeContextSchedulerServiceImpl. 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 RuntimeContextSchemaBindingDescriptor. 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 RuntimeContextTemplateDescriptor. getContext()Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type RuntimeContext Modifier and Type Method Description voidTemplateDescriptor. 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 RuntimeContextMimetypeRegistryService. 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 voidDocumentRoutingService. 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 URLDocumentRoutingServiceImpl. getUrlFromPath(RouteModelResourceType res, RuntimeContext extensionContext)voidDocumentRoutingServiceImpl. 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 RuntimeContextSuggesterDescriptor. runtimeContextMethods in org.nuxeo.ecm.platform.suggestbox.service.descriptors with parameters of type RuntimeContext Modifier and Type Method Description voidSuggesterDescriptor. 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 RuntimeContextInstaller. ctxMethods in org.nuxeo.ecm.webengine.install that return RuntimeContext Modifier and Type Method Description RuntimeContextInstaller. getContext()Methods in org.nuxeo.ecm.webengine.install with parameters of type RuntimeContext Modifier and Type Method Description voidInstaller. install(RuntimeContext ctx, File installDir)voidInstaller. 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 RuntimeContextAbstractRuntimeService. contextMethods in org.nuxeo.runtime that return RuntimeContext Modifier and Type Method Description RuntimeContextAbstractRuntimeService. getContext()RuntimeContextRuntimeService. 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 RuntimeContextConfigurationDeployer.Entry. getContext()Methods in org.nuxeo.runtime.deploy with parameters of type RuntimeContext Modifier and Type Method Description protected voidConfigurationDeployer. _deploy(RuntimeContext ctx, URL url, File watchFile, boolean trackChanges)voidConfigurationDeployer. deploy(RuntimeContext ctx, File file, boolean trackChanges)voidConfigurationDeployer. 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 RuntimeContextComponentInstance. getContext()Gets the runtime context attached to this instance.RuntimeContextExtension. getContext()Gets the context of the component who contributed this extension.RuntimeContextRegistrationInfo. getContext()Gets the runtime context that created this registration info.RuntimeContextComponentContext. 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 classDefaultRuntimeContextNew 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 RuntimeContextComponentPersistence. sysrcMethods in org.nuxeo.runtime.model.impl that return RuntimeContext Modifier and Type Method Description RuntimeContextComponentInstanceImpl. getContext()RuntimeContextComponentPersistence. getContext(String symbolicName)RuntimeContextExtensionImpl. getContext()RuntimeContextRegistrationInfoImpl. getContext()RuntimeContextComponentInstanceImpl. getRuntimeContext()Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeContext Modifier and Type Method Description protected voidComponentPersistence. deploy(RuntimeContext rc, File file)static ExtensionImplExtensionImpl. fromXML(RuntimeContext context, String xml)voidComponentPersistence. loadPersistedComponents(RuntimeContext rc, File root)RegistrationInfoImplComponentDescriptorReader. read(RuntimeContext ctx, InputStream in)ExtensionImplExtensionDescriptorReader. read(RuntimeContext ctx, InputStream in)voidRegistrationInfoImpl. 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 RuntimeContextContributionPersistenceComponent. ctx -
Uses of RuntimeContext in org.nuxeo.runtime.osgi
Classes in org.nuxeo.runtime.osgi that implement RuntimeContext Modifier and Type Class Description classOSGiRuntimeContextMethods in org.nuxeo.runtime.osgi that return RuntimeContext Modifier and Type Method Description RuntimeContextOSGiRuntimeService. createContext(org.osgi.framework.Bundle bundle)RuntimeContextOSGiRuntimeService. getContext(String symbolicName)RuntimeContextOSGiRuntimeService. getContext(org.osgi.framework.Bundle bundle)Methods in org.nuxeo.runtime.osgi with parameters of type RuntimeContext Modifier and Type Method Description protected voidOSGiRuntimeService. 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 RuntimeContextRuntimeHarnessImpl. deployPartial(String name, Set<TargetExtensions> targetExtensions)RuntimeContextRuntimeHarnessImpl. deployTestContrib(String bundle, String contrib)Deprecated.RuntimeContextRuntimeHarnessImpl. deployTestContrib(String bundle, URL contrib)Deprecated.RuntimeContextRuntimeHarnessImpl. getContext()Methods in org.nuxeo.runtime.test with parameters of type RuntimeContext Modifier and Type Method Description protected voidRuntimeHarnessImpl. 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 voidOSGiRuntimeTestService. 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. contextsDeprecated.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 RuntimeContextRuntimeHarness. deployPartial(String bundle, Set<TargetExtensions> targetExtensions)Deploys a subset of a Bundle defined per the targetExtensions parameterRuntimeContextRuntimeHarness. deployTestContrib(String bundle, String contrib)Deprecated.since 10.1, useRuntimeHarness.deployContrib(String, String)RuntimeContextRuntimeHarness. deployTestContrib(String bundle, URL contrib)Deprecated.since 10.1, useRuntimeHarness.deployContrib(String, String)RuntimeContextRuntimeHarness. 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 URLThemeStylingServiceImpl. getUrlFromPath(String path, RuntimeContext extensionContext)protected voidThemeStylingServiceImpl. registerFlavor(FlavorDescriptor flavor, RuntimeContext extensionContext)protected voidThemeStylingServiceImpl. registerResource(Resource resource, RuntimeContext extensionContext)
-