Interface IBslBmReconcileParticipant

    • Method Detail

      • isAppropriate

        boolean isAppropriate​(Module module)
        Check that this participant is appropriate for this module type
        Parameters:
        module - that was reconciled, can't be null
        Returns:
        true if this module has appropriate type, false otherwise
      • doAfterReconcile

        void doAfterReconcile​(Module module)
        This method will be call after reconciling in Bsl module
        Parameters:
        module - Bsl module after reconciling, can't be null