| Package | Description |
|---|---|
| org.nuxeo.targetplatforms.api.impl | |
| org.nuxeo.targetplatforms.api.service |
| Modifier and Type | Class and Description |
|---|---|
class |
TargetPlatformFilterImpl
Filter of target platforms handling enabled, deprecated, restricted and type criteria.
|
class |
TargetPlatformOrFilterImpl
This filter accepts input data that is accepted by at least one of its filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetPlatformOrFilterImpl.addFilter(TargetPlatformFilter filter) |
| Constructor and Description |
|---|
TargetPlatformOrFilterImpl(Collection<TargetPlatformFilter> filters) |
| Modifier and Type | Method and Description |
|---|---|
List<TargetPlatform> |
TargetPlatformService.getAvailableTargetPlatforms(TargetPlatformFilter filter)
Returns all target platforms matching given criteria.
|
List<TargetPlatformInfo> |
TargetPlatformService.getAvailableTargetPlatformsInfo(TargetPlatformFilter filter)
Returns all target platforms info matching given criteria.
|
TargetPlatform |
TargetPlatformService.getDefaultTargetPlatform(TargetPlatformFilter filter)
Returns the default target platform.
|
Copyright © 2020 Nuxeo SA. All rights reserved.