Interface PostProcessor<T>


  • public interface PostProcessor<T>
    Interface which all post process scripts should implement
    • Method Detail

      • add

        int add​(T object,
                Map<String,​Object> bindingMap,
                boolean success)
      • modify

        int modify​(T object,
                   Map<String,​Object> bindingMap,
                   boolean success)
      • delete

        int delete​(T object,
                   Map<String,​Object> bindingMap,
                   boolean success)
      • disable

        int disable​(T object,
                    Map<String,​Object> bindingMap,
                    boolean success)
      • setApplicationContext

        void setApplicationContext​(org.springframework.context.ApplicationContext ctx)