Uses of Interface
org.nuxeo.runtime.model.StreamRef
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of StreamRef in org.nuxeo.runtime.model
Modifier 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
Modifier and TypeMethodDescriptionDefaultRuntimeContext.createRegistrationInfo
(StreamRef ref) boolean
DefaultRuntimeContext.isDeployed
(StreamRef ref) void
-
Uses of StreamRef in org.nuxeo.runtime.model.persistence
-
Uses of StreamRef in org.nuxeo.runtime.model.persistence.fs
-
Uses of StreamRef in org.nuxeo.runtime.test
Modifier and TypeClassDescriptionclass
InlineRef allows to create stream ref on the fly, using only a String.Modifier 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.