Interface ItemPreprocessor<C extends Containerable>
- All Known Implementing Classes:
- ShadowFetchingPreprocessor
public interface ItemPreprocessor<C extends Containerable>
- 
Method SummaryModifier and TypeMethodDescriptionpreprocess(C originalItem, Task task, OperationResult result) Pre-processes the item.
- 
Method Details- 
preprocessPre-processes the item. Error handling: If the processing has to be stopped, an exception needs to be thrown. Otherwise (e.g. if only an operation result is set) the processing will continue.- Throws:
- CommonException
 
 
-