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.
Allows to postprocess parts of the data from Workflow Designer, e.g. only Actions, or only Decisions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostprocess(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Process some data from the Workflow Designer, given in the context, after saving.
-
Method Details
-
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
-