Interface NetworkChartContextPreprocessor
-
- All Known Implementing Classes:
ActionFromContextPreprocessor,DecisionFromContextPreprocessor,LinkFromContextPreprocessor
- 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 NetworkChartContextPreprocessorAllows to preprocess 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 voidpreprocess(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)Process some data from the Workflow Designer, given in the context, before saving.
-