Package ddf.catalog.content.plugin
Interface PreCreateStoragePlugin
public interface PreCreateStoragePlugin
Services implementing this interface are called immediately before an item is created in the
content repository.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescriptionprocess(CreateStorageRequest input) Processes theCreateStorageRequest.
-
Method Details
-
process
Processes theCreateStorageRequest.- Parameters:
input- theCreateStorageRequestto process- Returns:
- the processed
CreateStorageRequestto pass to the nextPreCreateStoragePlugin - Throws:
PluginExecutionException- if an error occurs during processing
-