Uses of Class
de.xima.fc.workflow.designer.model.AssociatesModel
Packages that use AssociatesModel
-
Uses of AssociatesModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return AssociatesModelMethods in de.xima.fc.workflow.designer.bean with parameters of type AssociatesModelModifier and TypeMethodDescriptionvoidWorkflowModelBean.setAssociatesModel(AssociatesModel associatesModel) -
Uses of AssociatesModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type AssociatesModelModifier and TypeMethodDescriptionstatic FlowchartSelection<?> ElementPropertiesHelper.findElementFuzzy(AssociatesModel associatesModel, FlowchartModel flowchartModel, PropertiesPanelModel propertiesPanelModel) Attempts to find the workflow element (node or trigger) indicated by the currentPropertiesPanelModel.getSelection().static WorkflowEntityReferencesWorkflowElementReferenceHelper.findEntityReferences(Mandant client, Projekt project, AssociatesModel associatesModel, FlowchartModel flowchartModel, Predicate<IObjectReferenceDescriptor> filter) Searches all entity references configured in the nodes and triggers settings, and returns all references matching the given predicate.static List<INodeWithName> AssociateHelper.getAllNodesOfType(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, 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 List<IFileProvidingTriggerWithName> AssociateHelper.getAssignedProvidingTriggers(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<ITriggerWithName> AssociateHelper.getAssignedTriggers(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getAttachmentProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) AssociateHelper.getDeadNodesDiff(AssociatesModel ass, FlowchartModel model, Mandant client) static FlowchartElementIndexAssociateHelper.getElementIndex(AssociatesModel ass, FlowchartModel model) static List<INodeWithName> AssociateHelper.getErrorCompletionPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<IFileProvidingNodeWithName> AssociateHelper.getFileProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static WorkflowFlowAnalysisAssociateHelper.getFlowAnalysis(AssociatesModel ass, FlowchartModel model, Mandant client) static List<INodeWithName> AssociateHelper.getNormalCompletionAttachmentProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getNormalCompletionPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<IFileProvidingNodeWithName> AssociateHelper.getNormalCompletionProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getParentControlTransferTargets(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode, String[] targetTypes) static List<INodeWithName> AssociateHelper.getParents(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) Deprecated.static List<IFileProvidingNodeWithName> AssociateHelper.getProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static voidValidationHelper.performBackgroundValidation(FlowchartModel flowchartModel, AssociatesModel associatesModel, WorkflowValidationModel validationModel, IWorkflowProvider provider) Validate the current workflow in the background while the user is editing the workflow.
AssociateHelper.getNormalCompletionPredecessors(AssociatesModel, FlowchartModel, Mandant, Projekt, NodeKey).