Uses of Class
org.nuxeo.runtime.test.runner.TargetExtensions
-
Packages that use TargetExtensions Package Description org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.test.runner -
-
Uses of TargetExtensions in org.nuxeo.runtime.test
Method parameters in org.nuxeo.runtime.test with type arguments of type TargetExtensions Modifier and Type Method Description RuntimeContextRuntimeHarnessImpl. deployPartial(String name, Set<TargetExtensions> targetExtensions)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. -
Uses of TargetExtensions in org.nuxeo.runtime.test.runner
Subclasses of TargetExtensions in org.nuxeo.runtime.test.runner Modifier and Type Class Description static classTargetExtensions.AutomationWhite listTargetExtensions.ContentModeland Automation related contributionsstatic classTargetExtensions.ContentModelWhite list contributions: TypeService schema and doctype definition, LifecycleService lifecycle and associated types, SQLDirectoryFactory directories and VersioningService versioning rules.static classTargetExtensions.ContentTemplateWhite listTargetExtensions.ContentModeland ContentTemplateServiceMethods in org.nuxeo.runtime.test.runner that return types with arguments of type TargetExtensions Modifier and Type Method Description Class<? extends TargetExtensions>[]extensions()White listed target extensions to deployMethod parameters in org.nuxeo.runtime.test.runner with type arguments of type TargetExtensions Modifier and Type Method Description RuntimeContextRuntimeHarness. deployPartial(String bundle, Set<TargetExtensions> targetExtensions)Deploys a subset of a Bundle defined per the targetExtensions parameter
-