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 TypeMethodDescriptionvoid
WorkflowModelBean.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 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) 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.getNormalCompletionAttachmentProvidingPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) static List<INodeWithName>
AssociateHelper.getNormalCompletionPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) static List<INodeWithName>
AssociateHelper.getNormalCompletionProvidingPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) static List<INodeWithName>
AssociateHelper.getPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) Deprecated.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.
AssociateHelper.getNormalCompletionPredecessors(AssociatesModel, FlowchartModel, Mandant, NodeKey)
.