Uses of Interface
org.nuxeo.runtime.model.StreamRef
-
Packages that use StreamRef Package Description org.nuxeo.runtime.model org.nuxeo.runtime.model.impl org.nuxeo.runtime.model.persistence org.nuxeo.runtime.model.persistence.fs org.nuxeo.runtime.test 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 StreamRef Modifier and Type Class Description class
URLStreamRef
Methods in org.nuxeo.runtime.model with parameters of type StreamRef Modifier and Type Method Description RegistrationInfo
RuntimeContext. deploy(StreamRef ref)
Same 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
RuntimeContext. undeploy(StreamRef ref)
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 StreamRef Modifier and Type Method Description 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 Modifier and Type Interface Description interface
Contribution
Classes in org.nuxeo.runtime.model.persistence that implement StreamRef Modifier and Type Class Description 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 Modifier and Type Class Description class
ContributionFile
class
ContributionLocation
-
Uses of StreamRef in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test that implement StreamRef Modifier and Type Class Description class
InlineRef
InlineRef allows to create stream ref on the fly, using only a String.Methods in org.nuxeo.runtime.test with parameters of type StreamRef Modifier and Type Method Description protected 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.
-