Uses of Interface
org.nuxeo.targetplatforms.api.TargetPlatform
Package
Description
-
Uses of TargetPlatform in org.nuxeo.targetplatforms.api
-
Uses of TargetPlatform in org.nuxeo.targetplatforms.api.impl
Modifier and TypeClassDescriptionclass
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
Modifier and TypeFieldDescriptionprotected TargetPlatform
TargetPlatformExtension.origPlatform
protected TargetPlatform
TargetPlatformImpl.parent
protected TargetPlatform
TargetPlatformInstanceImpl.parent
Modifier and TypeMethodDescriptionTargetPlatformExtension.getParent()
TargetPlatformImpl.getParent()
TargetPlatformInstanceExtension.getParent()
TargetPlatformInstanceImpl.getParent()
Modifier and TypeMethodDescriptionint
TargetPlatformExtension.compareTo
(TargetPlatform o) int
TargetPlatformImpl.compareTo
(TargetPlatform o) void
TargetPlatformImpl.setParent
(TargetPlatform parent) void
TargetPlatformInstanceImpl.setParent
(TargetPlatform parent) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.api.service
Modifier and TypeMethodDescriptionTargetPlatformService.getDefaultTargetPlatform
(TargetPlatformFilter filter) Returns the default target platform.TargetPlatformService.getTargetPlatform
(String id) Returns the target platform with given id, or null if not found.Modifier and TypeMethodDescriptionTargetPlatformService.getAvailableTargetPlatforms
(TargetPlatformFilter filter) Returns all target platforms matching given criteria. -
Uses of TargetPlatform in org.nuxeo.targetplatforms.core.service
Modifier and TypeMethodDescriptionTargetPlatformServiceImpl.getDefaultTargetPlatform
(TargetPlatformFilter filter) TargetPlatformServiceImpl.getTargetPlatform
(String id) protected TargetPlatform
TargetPlatformServiceImpl.getTargetPlatform
(TargetPlatformDescriptor desc) Modifier and TypeMethodDescriptionTargetPlatformServiceImpl.getAvailableTargetPlatforms
(TargetPlatformFilter filter) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.io
Modifier and TypeMethodDescriptionstatic void
JSONExporter.exportToJson
(TargetPlatform tp, OutputStream out, boolean pretty) Modifier and TypeMethodDescriptionstatic void
JSONExporter.exportToJson
(List<TargetPlatform> tp, OutputStream out, boolean pretty) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.jaxrs