Class DefaultWorkflowVisualisationChecker

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVisualisationSet​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
      Allows to check whether visualisation is set for a model or not
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • DefaultWorkflowVisualisationChecker

        public DefaultWorkflowVisualisationChecker()
    • Method Detail

      • isVisualisationSet

        public boolean isVisualisationSet​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
        Description copied from interface: WorkflowVisualisationChecker
        Allows to check whether visualisation is set for a model or not
        Specified by:
        isVisualisationSet in interface WorkflowVisualisationChecker
        Parameters:
        context - context with data about the network
        Returns: