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.
Allows to preprocess parts of the data from Workflow Designer, e.g. only Actions, or only Decisions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpreprocess(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Process some data from the Workflow Designer, given in the context, before saving.
-
Method Details
-
preprocess
void preprocess(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Process some data from the Workflow Designer, given in the context, before saving.- Parameters:
context- contains the workflow designer's data, from which some will be processed
-