static FlowchartSelection<?> | 
ElementPropertiesHelper.findElementFuzzy(AssociatesModel associatesModel,
                FlowchartModel flowchartModel,
                PropertiesPanelModel propertiesPanelModel) | 
 | 
static WorkflowEntityReferences | 
WorkflowElementReferenceHelper.findEntityReferences(Mandant client,
                    AssociatesModel associatesModel,
                    FlowchartModel flowchartModel,
                    Predicate<IEntityReferenceDescriptor> filter) | 
 Searches all entity references configured in the the nodes and triggers settings, and returns all references
 matching the given predicate. 
 | 
static List<INodeWithName> | 
AssociateHelper.getAllNodesOfType(AssociatesModel ass,
                 FlowchartModel model,
                 Mandant client,
                 String type) | 
  | 
static List<ITaskWithName> | 
AssociateHelper.getAllTasks(AssociatesModel ass,
           FlowchartModel model,
           UUID taskToExclude) | 
  | 
static List<ITriggerWithName> | 
AssociateHelper.getAllTriggersOfType(AssociatesModel ass,
                    FlowchartModel model,
                    Mandant client,
                    String type,
                    UUID taskToExclude) | 
  | 
static ValueDiff<Set<NodeKey>> | 
AssociateHelper.getDeadNodesDiff(AssociatesModel ass,
                FlowchartModel model,
                Mandant client) | 
  | 
static FlowchartElementIndex | 
AssociateHelper.getElementIndex(AssociatesModel ass,
               FlowchartModel model) | 
  | 
static WorkflowFlowAnalysis | 
AssociateHelper.getFlowAnalysis(AssociatesModel ass,
               FlowchartModel model,
               Mandant client) | 
  | 
static List<INodeWithName> | 
AssociateHelper.getPredecessors(AssociatesModel ass,
               FlowchartModel model,
               Mandant client,
               NodeKey targetNode) | 
  | 
static List<INodeWithName> | 
AssociateHelper.getProvidingPredecessors(AssociatesModel ass,
                        FlowchartModel model,
                        Mandant client,
                        NodeKey targetNode) | 
  | 
static void | 
ValidationHelper.performBackgroundValidation(FlowchartModel flowchartModel,
                           AssociatesModel associatesModel,
                           WorkflowValidationModel validationModel,
                           IWorkflowProvider provider) | 
 Validate the current workflow in the background while the user is editing the workflow. 
 |