Uses of Interface
org.nuxeo.runtime.model.StreamRef
Packages that use StreamRef
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of StreamRef in org.nuxeo.runtime.model
Classes in org.nuxeo.runtime.model that implement StreamRefMethods in org.nuxeo.runtime.model with parameters of type StreamRefModifier and TypeMethodDescriptionSame asRuntimeContext.deploy(URL)
but using aStreamRef
as argument.boolean
RuntimeContext.isDeployed
(StreamRef ref) Checks whether the component XML file given by the StreamRef argument was deployed.void
Same asRuntimeContext.undeploy(URL)
but using aStreamRef
as stream reference. -
Uses of StreamRef in org.nuxeo.runtime.model.impl
Methods in org.nuxeo.runtime.model.impl with parameters of type StreamRefModifier and TypeMethodDescriptionDefaultRuntimeContext.createRegistrationInfo
(StreamRef ref) boolean
DefaultRuntimeContext.isDeployed
(StreamRef ref) void
-
Uses of StreamRef in org.nuxeo.runtime.model.persistence
Subinterfaces of StreamRef in org.nuxeo.runtime.model.persistenceClasses in org.nuxeo.runtime.model.persistence that implement StreamRef -
Uses of StreamRef in org.nuxeo.runtime.model.persistence.fs
Classes in org.nuxeo.runtime.model.persistence.fs that implement StreamRef -
Uses of StreamRef in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test that implement StreamRefModifier and TypeClassDescriptionclass
InlineRef allows to create stream ref on the fly, using only a String.Methods in org.nuxeo.runtime.test with parameters of type StreamRefModifier and TypeMethodDescriptionprotected 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.