Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.runtime.model.RuntimeContext

Packages that use RuntimeContext
org.nuxeo.connect.update   
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. 
org.nuxeo.ecm.core.search.api.client.querymodel.descriptor query model descriptor hold information necessary to fire the proper query from either a document model (stateful) or a string with substitution places (question marks) and applicative feeding of them. 
org.nuxeo.ecm.platform.api DEPRECATED
org.nuxeo.ecm.platform.ec.notification.service   
org.nuxeo.ecm.platform.mimetype.service   
org.nuxeo.ecm.platform.scheduler.core.service   
org.nuxeo.ecm.webengine.install   
org.nuxeo.runtime   
org.nuxeo.runtime.deploy   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.osgi   
org.nuxeo.runtime.remoting   
org.nuxeo.runtime.scripting   
org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. 
org.nuxeo.runtime.test.runner   
org.nuxeo.theme.themes   
 

Uses of RuntimeContext in org.nuxeo.connect.update
 

Methods in org.nuxeo.connect.update that return RuntimeContext
static RuntimeContext PackageUpdateComponent.getContext()
           
 

Uses of RuntimeContext in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl that return RuntimeContext
 RuntimeContext EventListenerDescriptor.getRuntimeContext()
           
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type RuntimeContext
 void EventListenerDescriptor.setRuntimeContext(RuntimeContext rc)
           
 

Uses of RuntimeContext in org.nuxeo.ecm.core.schema
 

Fields in org.nuxeo.ecm.core.schema declared as RuntimeContext
 RuntimeContext SchemaBindingDescriptor.context
           
 

Uses of RuntimeContext in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with parameters of type RuntimeContext
 void WhereClauseDescriptor.initEscaper(RuntimeContext context)
          Initiates escaper object by using the provided RuntimeContext.
 void QueryModelDescriptor.initEscaper(RuntimeContext context)
          Init the escaper object for stateful query models.
 

Uses of RuntimeContext in org.nuxeo.ecm.platform.api
 

Methods in org.nuxeo.ecm.platform.api that return RuntimeContext
 RuntimeContext PlatformService.getContext()
          Deprecated.  
 

Uses of RuntimeContext in org.nuxeo.ecm.platform.ec.notification.service
 

Methods in org.nuxeo.ecm.platform.ec.notification.service that return RuntimeContext
 RuntimeContext TemplateDescriptor.getContext()
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type RuntimeContext
 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
 RuntimeContext MimetypeRegistryService.getContext()
           
 

Uses of RuntimeContext in org.nuxeo.ecm.platform.scheduler.core.service
 

Methods in org.nuxeo.ecm.platform.scheduler.core.service that return RuntimeContext
 RuntimeContext SchedulerRegistryService.getContext()
           
 

Uses of RuntimeContext in org.nuxeo.ecm.webengine.install
 

Methods in org.nuxeo.ecm.webengine.install that return RuntimeContext
 RuntimeContext Installer.getContext()
           
 

Methods in org.nuxeo.ecm.webengine.install with parameters of type RuntimeContext
 void Installer.install(RuntimeContext ctx, java.io.File installDir)
           
 void Installer.uninstall(RuntimeContext ctx, java.io.File installDir)
           
 

Uses of RuntimeContext in org.nuxeo.runtime
 

Methods in org.nuxeo.runtime that return RuntimeContext
 RuntimeContext RuntimeService.getContext()
          Gets the context of the runtime bundle.
 RuntimeContext AbstractRuntimeService.getContext()
           
 

Uses of RuntimeContext in org.nuxeo.runtime.deploy
 

Methods in org.nuxeo.runtime.deploy that return RuntimeContext
 RuntimeContext ConfigurationDeployer.Entry.getContext()
           
 

Methods in org.nuxeo.runtime.deploy with parameters of type RuntimeContext
 void ConfigurationDeployer.deploy(RuntimeContext ctx, java.io.File file, boolean trackChanges)
           
 void ConfigurationDeployer.deploy(RuntimeContext ctx, java.net.URL url, boolean trackChanges)
           
 

Uses of RuntimeContext in org.nuxeo.runtime.model
 

Methods in org.nuxeo.runtime.model that return RuntimeContext
 RuntimeContext RegistrationInfo.getContext()
          Gets the runtime context that created this registration info.
 RuntimeContext Extension.getContext()
          Gets the context of the component who contributed this extension.
 RuntimeContext ComponentInstance.getContext()
          Gets the runtime context attached to this instance.
 RuntimeContext ComponentContext.getRuntimeContext()
           
 

Uses of RuntimeContext in org.nuxeo.runtime.model.impl
 

Classes in org.nuxeo.runtime.model.impl that implement RuntimeContext
 class DefaultRuntimeContext
           
 

Methods in org.nuxeo.runtime.model.impl that return RuntimeContext
 RuntimeContext RegistrationInfoImpl.getContext()
           
 RuntimeContext ExtensionImpl.getContext()
           
 RuntimeContext ComponentInstanceImpl.getContext()
           
 RuntimeContext ComponentPersistence.getContext(java.lang.String symbolicName)
           
 RuntimeContext ComponentInstanceImpl.getRuntimeContext()
           
 

Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeContext
static ExtensionImpl ExtensionImpl.fromXML(RuntimeContext context, java.lang.String xml)
           
 void ComponentPersistence.loadPersistedComponents(RuntimeContext rc, java.io.File root)
           
 ExtensionImpl ExtensionDescriptorReader.read(RuntimeContext ctx, java.io.InputStream in)
           
 RegistrationInfoImpl ComponentDescriptorReader.read(RuntimeContext ctx, java.io.InputStream in)
           
 void RegistrationInfoImpl.setContext(RuntimeContext rc)
           
 

Constructors in org.nuxeo.runtime.model.impl with parameters of type RuntimeContext
XMapContext(RuntimeContext ctx)
           
 

Uses of RuntimeContext in org.nuxeo.runtime.osgi
 

Classes in org.nuxeo.runtime.osgi that implement RuntimeContext
 class OSGiRuntimeContext
           
 

Methods in org.nuxeo.runtime.osgi that return RuntimeContext
 RuntimeContext OSGiRuntimeService.createContext(org.osgi.framework.Bundle bundle)
           
 RuntimeContext OSGiRuntimeService.getContext(org.osgi.framework.Bundle bundle)
           
 RuntimeContext OSGiRuntimeService.getContext(java.lang.String symbolicName)
           
 

Uses of RuntimeContext in org.nuxeo.runtime.remoting
 

Classes in org.nuxeo.runtime.remoting that implement RuntimeContext
 class RemoteContext
          TODO: Work in progress.
 

Methods in org.nuxeo.runtime.remoting that return RuntimeContext
 RuntimeContext RemoteComponentInstance.getContext()
           
 RuntimeContext RemoteComponentInstance.getRuntimeContext()
           
 

Uses of RuntimeContext in org.nuxeo.runtime.scripting
 

Fields in org.nuxeo.runtime.scripting declared as RuntimeContext
 RuntimeContext ScriptDescriptor.ctx
           
 

Uses of RuntimeContext in org.nuxeo.runtime.test
 

Methods in org.nuxeo.runtime.test that return RuntimeContext
 RuntimeContext NXRuntimeTestCase.deployTestContrib(java.lang.String bundle, java.lang.String contrib)
          Deploy an XML contribution from outside a bundle.
 RuntimeContext NXRuntimeTestCase.deployTestContrib(java.lang.String bundle, java.net.URL contrib)
           
 

Uses of RuntimeContext in org.nuxeo.runtime.test.runner
 

Methods in org.nuxeo.runtime.test.runner that return RuntimeContext
 RuntimeContext RuntimeHarness.deployTestContrib(java.lang.String bundle, java.lang.String contrib)
          Deploys an XML contribution from outside a bundle.
 RuntimeContext RuntimeHarness.deployTestContrib(java.lang.String bundle, java.net.URL contrib)
           
 

Uses of RuntimeContext in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return RuntimeContext
 RuntimeContext ThemeDescriptor.getContext()
           
 

Methods in org.nuxeo.theme.themes with parameters of type RuntimeContext
 void ThemeDescriptor.setContext(RuntimeContext ctx)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.