Interface ImportPostProcessor


  • public interface ImportPostProcessor
    Executes any operations post import of distribution content
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void process​(java.util.Map<java.lang.String,​java.lang.Object> props)
      Process any operations after import of content.
    • Method Detail

      • process

        void process​(java.util.Map<java.lang.String,​java.lang.Object> props)
              throws ImportPostProcessException
        Process any operations after import of content.
        Parameters:
        props - properties defining the content imported
        Throws:
        ImportPostProcessException