Class LinkFromContextPreprocessor

    • Constructor Detail

      • LinkFromContextPreprocessor

        public LinkFromContextPreprocessor()
    • Method Detail

      • preprocess

        public void preprocess​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
        Description copied from interface: NetworkChartContextPreprocessor
        Process some data from the Workflow Designer, given in the context, before saving.
        Specified by:
        preprocess in interface NetworkChartContextPreprocessor
        Parameters:
        context - contains the workflow designer's data, from which some will be processed
      • handleRemovedDecisionToActionLinks

        protected void handleRemovedDecisionToActionLinks​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
      • handleNewAndUpdatedDecisionToActionLinks

        protected void handleNewAndUpdatedDecisionToActionLinks​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
      • handleNewAndUpdatedActionToDecisionLinks

        protected void handleNewAndUpdatedActionToDecisionLinks​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
      • setConnectionFinder

        public void setConnectionFinder​(ConnectionFinder connectionFinder)
      • setLinkCreator

        public void setLinkCreator​(LinkCreator linkCreator)
      • setWorkflowModelFinder

        public void setWorkflowModelFinder​(WorkflowModelFinder workflowModelFinder)