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 TypeClassDescriptionclassTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classFields in org.nuxeo.targetplatforms.api.impl declared as TargetPlatformModifier and TypeFieldDescriptionprotected TargetPlatformTargetPlatformExtension.origPlatformprotected TargetPlatformTargetPlatformImpl.parentprotected TargetPlatformTargetPlatformInstanceImpl.parentMethods 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 TypeMethodDescriptionintTargetPlatformExtension.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 -
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 TargetPlatformTargetPlatformServiceImpl.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 voidJSONExporter.exportToJson(TargetPlatform tp, OutputStream out, boolean pretty) Method parameters in org.nuxeo.targetplatforms.io with type arguments of type TargetPlatformModifier and TypeMethodDescriptionstatic voidJSONExporter.exportToJson(List<TargetPlatform> tp, OutputStream out, boolean pretty) -
Uses of TargetPlatform in org.nuxeo.targetplatforms.rest
Constructor parameters in org.nuxeo.targetplatforms.rest with type arguments of type TargetPlatform