public class PreviewStoragePlugin extends Object implements PreCreateStoragePlugin, PreUpdateStoragePlugin
ContentItems.| Constructor and Description |
|---|
PreviewStoragePlugin() |
| Modifier and Type | Method and Description |
|---|---|
CreateStorageRequest |
process(CreateStorageRequest input)
Processes the
CreateStorageRequest. |
UpdateStorageRequest |
process(UpdateStorageRequest input)
Processes the
UpdateStorageRequest. |
public CreateStorageRequest process(CreateStorageRequest input) throws PluginExecutionException
PreCreateStoragePluginCreateStorageRequest.process in interface PreCreateStoragePlugininput - the CreateStorageRequest to processCreateStorageRequest to pass to the next PreCreateStoragePluginPluginExecutionException - if an error occurs during processingpublic UpdateStorageRequest process(UpdateStorageRequest input) throws PluginExecutionException
PreUpdateStoragePluginUpdateStorageRequest.process in interface PreUpdateStoragePlugininput - the UpdateStorageRequest to processUpdateStorageRequest to pass to the next PreUpdateStoragePluginPluginExecutionException - if an error occurs during processingThis work is licensed under a Creative Commons Attribution 4.0 International License.