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 classURLStreamRefMethods in org.nuxeo.runtime.model with parameters of type StreamRef Modifier and Type Method Description RegistrationInfoRuntimeContext. deploy(StreamRef ref)Same asRuntimeContext.deploy(URL)but using aStreamRefas argument.booleanRuntimeContext. isDeployed(StreamRef ref)Checks whether the component XML file given by the StreamRef argument was deployed.voidRuntimeContext. undeploy(StreamRef ref)Same 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 StreamRef Modifier and Type Method Description RegistrationInfoImplDefaultRuntimeContext. createRegistrationInfo(StreamRef ref)RegistrationInfoDefaultRuntimeContext. deploy(StreamRef ref)booleanDefaultRuntimeContext. isDeployed(StreamRef ref)voidDefaultRuntimeContext. 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 interfaceContributionClasses in org.nuxeo.runtime.model.persistence that implement StreamRef Modifier and Type Class Description classAbstractContributionclassContributionBuilder -
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 classContributionFileclassContributionLocation -
Uses of StreamRef in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test that implement StreamRef Modifier and Type Class Description classInlineRefInlineRef 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 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.
-