Nuxeo Enterprise Platform 5.4

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

Packages that use RuntimeContext
org.nuxeo.runtime   
org.nuxeo.runtime.deploy   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.osgi   
org.nuxeo.runtime.remoting   
 

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, 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
 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 ComponentInstanceImpl.getContext()
           
 RuntimeContext RegistrationInfoImpl.getContext()
           
 RuntimeContext ExtensionImpl.getContext()
           
 RuntimeContext ComponentPersistence.getContext(String symbolicName)
           
 RuntimeContext ComponentInstanceImpl.getRuntimeContext()
           
 

Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeContext
static ExtensionImpl ExtensionImpl.fromXML(RuntimeContext context, String xml)
           
 void ComponentPersistence.loadPersistedComponents(RuntimeContext rc, File root)
           
 ExtensionImpl ExtensionDescriptorReader.read(RuntimeContext ctx, InputStream in)
           
 RegistrationInfoImpl ComponentDescriptorReader.read(RuntimeContext ctx, 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(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()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.