Interface NetworkChartContextPostprocessor

  • All Known Implementing Classes:
    AndLinkFromContextPostProcessor
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface NetworkChartContextPostprocessor
    Allows to postprocess parts of the data from Workflow Designer, e.g. only Actions, or only Decisions.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void postprocess​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
      Process some data from the Workflow Designer, given in the context, after saving.
    • Method Detail

      • postprocess

        void postprocess​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
        Process some data from the Workflow Designer, given in the context, after saving.
        Parameters:
        context - contains the workflow designer's data, from which some will be processed