public interface Scene7PresetsService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REL_PATH_ENCODING_PRESETS
The path to the encoding presets, relative to the cloud config root.
|
static java.lang.String |
REL_PATH_VIEWER_PRESETS
The path to the viewer presets, relative to the cloud config root.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Resource> |
getEncodingPresets(Resource configResource)
Get all encoding presets available for the given cloud config resource.
|
java.util.Iterator<Resource> |
getViewerPresets(Resource configResource)
Get all viewer presets available for the given cloud config resource.
|
boolean |
updateEncodingPresets(Resource configResource)
Update and cache the encoding presets from S7 server for the given cloud config resource.
|
boolean |
updateViewerPresets(Resource configResource)
Update and cache the viewer presets from S7 server for the given cloud config resource.
|
static final java.lang.String REL_PATH_ENCODING_PRESETS
static final java.lang.String REL_PATH_VIEWER_PRESETS
java.util.Iterator<Resource> getEncodingPresets(Resource configResource)
configResource
- The cloud config resource to get the encoding presets for.java.util.Iterator<Resource> getViewerPresets(Resource configResource)
configResource
- The cloud config resource to get the viewer presets for.boolean updateEncodingPresets(Resource configResource)
configResource
- The cloud config resource to update and cache the encoding presets for.True
if update and caching was successful, false
otherwise.boolean updateViewerPresets(Resource configResource)
configResource
- The cloud config resource to update and cache the viewer presets for.True
if update and caching was successful, false
otherwise."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"