Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use StreamRef
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.model.persistence   
org.nuxeo.runtime.model.persistence.fs   
org.nuxeo.runtime.remoting   
 

Uses of StreamRef in org.nuxeo.runtime.model
 

Classes in org.nuxeo.runtime.model that implement StreamRef
 class URLStreamRef
           
 

Methods in org.nuxeo.runtime.model with parameters of type StreamRef
 RegistrationInfo RuntimeContext.deploy(StreamRef ref)
          Same as RuntimeContext.deploy(URL) but using a StreamRef as argument.
 boolean RuntimeContext.isDeployed(StreamRef ref)
          Checks whether the component XML file given by the StreamRef argument was deployed.
 void RuntimeContext.undeploy(StreamRef ref)
          Same as RuntimeContext.undeploy(URL) but using a StreamRef as stream reference.
 

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

Methods in org.nuxeo.runtime.model.impl with parameters of type StreamRef
 RegistrationInfoImpl DefaultRuntimeContext.createRegistrationInfo(StreamRef ref)
           
 RegistrationInfo DefaultRuntimeContext.deploy(StreamRef ref)
           
 boolean DefaultRuntimeContext.isDeployed(StreamRef ref)
           
 void DefaultRuntimeContext.undeploy(StreamRef ref)
           
 

Uses of StreamRef in org.nuxeo.runtime.model.persistence
 

Subinterfaces of StreamRef in org.nuxeo.runtime.model.persistence
 interface Contribution
           
 

Classes in org.nuxeo.runtime.model.persistence that implement StreamRef
 class AbstractContribution
           
 class ContributionBuilder
           
 

Uses of StreamRef in org.nuxeo.runtime.model.persistence.fs
 

Classes in org.nuxeo.runtime.model.persistence.fs that implement StreamRef
 class ContributionFile
           
 class ContributionLocation
           
 

Uses of StreamRef in org.nuxeo.runtime.remoting
 

Methods in org.nuxeo.runtime.remoting with parameters of type StreamRef
 RegistrationInfo RemoteContext.deploy(StreamRef ref)
           
 boolean RemoteContext.isDeployed(StreamRef ref)
           
 void RemoteContext.undeploy(StreamRef ref)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.