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 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 List<IFileProvidingTriggerWithName> |
AssociateHelper.getAssignedProvidingTriggers(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
|
static List<ITriggerWithName> |
AssociateHelper.getAssignedTriggers(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
|
static List<INodeWithName> |
AssociateHelper.getAttachmentProvidingParents(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
|
static ValueDiff<Set<NodeKey>> |
AssociateHelper.getDeadNodesDiff(AssociatesModel ass,
FlowchartModel model,
Mandant client) |
|
static FlowchartElementIndex |
AssociateHelper.getElementIndex(AssociatesModel ass,
FlowchartModel model) |
|
static List<INodeWithName> |
AssociateHelper.getErrorCompletionPredecessors(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
|
static List<IFileProvidingNodeWithName> |
AssociateHelper.getFileProvidingParents(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
|
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<IFileProvidingNodeWithName> |
AssociateHelper.getNormalCompletionProvidingPredecessors(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
|
static List<INodeWithName> |
AssociateHelper.getParentControlTransferTargets(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode,
String[] targetTypes) |
|
static List<INodeWithName> |
AssociateHelper.getParents(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
|
static List<INodeWithName> |
AssociateHelper.getPredecessors(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
Deprecated.
|
static List<IFileProvidingNodeWithName> |
AssociateHelper.getProvidingPredecessors(AssociatesModel ass,
FlowchartModel model,
Mandant client,
NodeKey targetNode) |
Deprecated.
|
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.
|