Uses of Interface
org.nuxeo.targetplatforms.api.TargetPlatform
Packages that use TargetPlatform
Package
Description
-
Uses of TargetPlatform in org.nuxeo.targetplatforms.api
Methods in org.nuxeo.targetplatforms.api that return TargetPlatform -
Uses of TargetPlatform in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetPlatformModifier and TypeClassDescriptionclass
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
Fields in org.nuxeo.targetplatforms.api.impl declared as TargetPlatformModifier and TypeFieldDescriptionprotected TargetPlatform
TargetPlatformExtension.origPlatform
protected TargetPlatform
TargetPlatformImpl.parent
protected TargetPlatform
TargetPlatformInstanceImpl.parent
Methods in org.nuxeo.targetplatforms.api.impl that return TargetPlatformModifier and TypeMethodDescriptionTargetPlatformExtension.getParent()
TargetPlatformImpl.getParent()
TargetPlatformInstanceExtension.getParent()
TargetPlatformInstanceImpl.getParent()
Methods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPlatformModifier and TypeMethodDescriptionint
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 -
Uses of TargetPlatform in org.nuxeo.targetplatforms.api.service
Methods in org.nuxeo.targetplatforms.api.service that return TargetPlatformModifier 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.Methods in org.nuxeo.targetplatforms.api.service that return types with arguments of type TargetPlatformModifier and TypeMethodDescriptionTargetPlatformService.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 TargetPlatformModifier and TypeMethodDescriptionTargetPlatformServiceImpl.getDefaultTargetPlatform
(TargetPlatformFilter filter) TargetPlatformServiceImpl.getTargetPlatform
(String id) protected TargetPlatform
TargetPlatformServiceImpl.getTargetPlatform
(TargetPlatformDescriptor desc) Methods in org.nuxeo.targetplatforms.core.service that return types with arguments of type TargetPlatformModifier and TypeMethodDescriptionTargetPlatformServiceImpl.getAvailableTargetPlatforms
(TargetPlatformFilter filter) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.io
Methods in org.nuxeo.targetplatforms.io with parameters of type TargetPlatformModifier and TypeMethodDescriptionstatic void
JSONExporter.exportToJson
(TargetPlatform tp, OutputStream out, boolean pretty) Method parameters in org.nuxeo.targetplatforms.io with type arguments of type TargetPlatformModifier and TypeMethodDescriptionstatic 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