Uses of Interface
org.nuxeo.targetplatforms.api.TargetPlatform
-
-
Uses of TargetPlatform in org.nuxeo.targetplatforms.api
Methods in org.nuxeo.targetplatforms.api that return TargetPlatform Modifier and Type Method Description TargetPlatformTargetPlatform. getParent()Returns this target platform parent or null if there is no inheritance.TargetPlatformTargetPlatformInstance. getParent()Returns this target platform parent or null if there is no inheritance. -
Uses of TargetPlatform in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetPlatform Modifier and Type Class Description classTargetPlatformExtensionTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPlatformImplFields in org.nuxeo.targetplatforms.api.impl declared as TargetPlatform Modifier and Type Field Description protected TargetPlatformTargetPlatformExtension. origPlatformprotected TargetPlatformTargetPlatformImpl. parentprotected TargetPlatformTargetPlatformInstanceImpl. parentMethods in org.nuxeo.targetplatforms.api.impl that return TargetPlatform Modifier and Type Method Description TargetPlatformTargetPlatformExtension. getParent()TargetPlatformTargetPlatformImpl. getParent()TargetPlatformTargetPlatformInstanceExtension. getParent()TargetPlatformTargetPlatformInstanceImpl. getParent()Methods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPlatform Modifier and Type Method Description intTargetPlatformExtension. compareTo(TargetPlatform o)intTargetPlatformImpl. compareTo(TargetPlatform o)voidTargetPlatformImpl. setParent(TargetPlatform parent)voidTargetPlatformInstanceImpl. setParent(TargetPlatform parent)Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPlatform Constructor Description TargetPlatformExtension(TargetPlatform orig) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.api.service
Methods in org.nuxeo.targetplatforms.api.service that return TargetPlatform Modifier and Type Method Description TargetPlatformTargetPlatformService. getDefaultTargetPlatform(TargetPlatformFilter filter)Returns the default target platform.TargetPlatformTargetPlatformService. getTargetPlatform(String id)Returns the target platform with given id, or null if not found.Methods in org.nuxeo.targetplatforms.api.service that return types with arguments of type TargetPlatform Modifier and Type Method Description List<TargetPlatform>TargetPlatformService. getAvailableTargetPlatforms(TargetPlatformFilter filter)Returns all target platforms matching given criteria. -
Uses of TargetPlatform in org.nuxeo.targetplatforms.core.service
Methods in org.nuxeo.targetplatforms.core.service that return TargetPlatform Modifier and Type Method Description TargetPlatformTargetPlatformServiceImpl. getDefaultTargetPlatform(TargetPlatformFilter filter)TargetPlatformTargetPlatformServiceImpl. getTargetPlatform(String id)protected TargetPlatformTargetPlatformServiceImpl. getTargetPlatform(TargetPlatformDescriptor desc)Methods in org.nuxeo.targetplatforms.core.service that return types with arguments of type TargetPlatform Modifier and Type Method Description List<TargetPlatform>TargetPlatformServiceImpl. getAvailableTargetPlatforms(TargetPlatformFilter filter) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.io
Methods in org.nuxeo.targetplatforms.io with parameters of type TargetPlatform Modifier and Type Method Description static voidJSONExporter. exportToJson(TargetPlatform tp, OutputStream out, boolean pretty)Method parameters in org.nuxeo.targetplatforms.io with type arguments of type TargetPlatform Modifier and Type Method Description static voidJSONExporter. exportToJson(List<TargetPlatform> tp, OutputStream out, boolean pretty) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.jaxrs
Constructor parameters in org.nuxeo.targetplatforms.jaxrs with type arguments of type TargetPlatform Constructor Description TargetPlatforms(Collection<? extends TargetPlatform> c)
-