Interface ItemPreprocessor<C extends Containerable>

    • Method Detail

      • preprocess

        C preprocess​(C originalItem,
                     Task task,
                     OperationResult result)
              throws CommonException
        Pre-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