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 aStreamRefas argument.booleanRuntimeContext.isDeployed(StreamRef ref) Checks whether the component XML file given by the StreamRef argument was deployed.voidSame asRuntimeContext.undeploy(URL)but using aStreamRefas 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) booleanDefaultRuntimeContext.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 TypeClassDescriptionclassInlineRef 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 voidRuntimeHarnessImpl.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.