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 TargetPlatform
TargetPlatform. getParent()
Returns this target platform parent or null if there is no inheritance.TargetPlatform
TargetPlatformInstance. 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 class
TargetPlatformExtension
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetPlatformImpl
Fields in org.nuxeo.targetplatforms.api.impl declared as TargetPlatform Modifier and Type Field Description protected TargetPlatform
TargetPlatformExtension. origPlatform
protected TargetPlatform
TargetPlatformImpl. parent
protected TargetPlatform
TargetPlatformInstanceImpl. parent
Methods in org.nuxeo.targetplatforms.api.impl that return TargetPlatform Modifier and Type Method Description TargetPlatform
TargetPlatformExtension. getParent()
TargetPlatform
TargetPlatformImpl. getParent()
TargetPlatform
TargetPlatformInstanceExtension. getParent()
TargetPlatform
TargetPlatformInstanceImpl. getParent()
Methods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPlatform Modifier and Type Method Description int
TargetPlatformExtension. compareTo(TargetPlatform o)
int
TargetPlatformImpl. compareTo(TargetPlatform o)
void
TargetPlatformImpl. setParent(TargetPlatform parent)
void
TargetPlatformInstanceImpl. 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 TargetPlatform
TargetPlatformService. getDefaultTargetPlatform(TargetPlatformFilter filter)
Returns the default target platform.TargetPlatform
TargetPlatformService. 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 TargetPlatform
TargetPlatformServiceImpl. getDefaultTargetPlatform(TargetPlatformFilter filter)
TargetPlatform
TargetPlatformServiceImpl. getTargetPlatform(String id)
protected TargetPlatform
TargetPlatformServiceImpl. 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 void
JSONExporter. 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 void
JSONExporter. 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)
-