Uses of Interface
org.uberfire.ext.wires.bpmn.client.commands.Results
-
-
Uses of Results in org.uberfire.ext.wires.bpmn.client.commands
Methods in org.uberfire.ext.wires.bpmn.client.commands that return Results Modifier and Type Method Description ResultsCommand. apply(RuleManager ruleManager)Apply the commandResultsCommandManager. execute(RuleManager ruleManager, Command command)Execute a Command and return resultsResultsCommand. undo(RuleManager ruleManager)Undo the changes the command made to the modelResultsCommandManager. undo(RuleManager ruleManager)Undo the most recent command -
Uses of Results in org.uberfire.ext.wires.bpmn.client.commands.impl
Classes in org.uberfire.ext.wires.bpmn.client.commands.impl that implement Results Modifier and Type Class Description classDefaultResultsImplResults from the execution of a commandMethods in org.uberfire.ext.wires.bpmn.client.commands.impl that return Results Modifier and Type Method Description ResultsAddEdgeCommand. apply(RuleManager ruleManager)ResultsAddGraphNodeCommand. apply(RuleManager ruleManager)ResultsBatchCommand. apply(RuleManager ruleManager)ResultsDeleteEdgeCommand. apply(RuleManager ruleManager)ResultsDeleteGraphNodeCommand. apply(RuleManager ruleManager)ResultsDefaultCommandManagerImpl. execute(RuleManager ruleManager, Command command)ResultsAddEdgeCommand. undo(RuleManager ruleManager)ResultsAddGraphNodeCommand. undo(RuleManager ruleManager)ResultsBatchCommand. undo(RuleManager ruleManager)ResultsDefaultCommandManagerImpl. undo(RuleManager ruleManager)ResultsDeleteEdgeCommand. undo(RuleManager ruleManager)ResultsDeleteGraphNodeCommand. undo(RuleManager ruleManager) -
Uses of Results in org.uberfire.ext.wires.bpmn.client.rules
Methods in org.uberfire.ext.wires.bpmn.client.rules that return Results Modifier and Type Method Description ResultsRuleManager. checkCardinality(org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode outgoingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode incomingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnEdge edge, RuleManager.Operation operation)Check whether adding the proposed Edge to the target Process breaks any cardinality RulesResultsRuleManager. checkCardinality(org.uberfire.ext.wires.bpmn.api.model.BpmnGraph target, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode candidate, RuleManager.Operation operation)Check whether adding the proposed Node to the target Process breaks any cardinality RulesResultsRuleManager. checkConnectionRules(org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode outgoingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode incomingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnEdge edge)Check whether adding the proposed Edge to the target Process breaks any connection RulesResultsRuleManager. checkContainment(org.uberfire.ext.wires.bpmn.api.model.BpmnGraph target, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode candidate)Check whether adding the proposed Node to the target Process breaks any containment Rules -
Uses of Results in org.uberfire.ext.wires.bpmn.client.rules.impl
Methods in org.uberfire.ext.wires.bpmn.client.rules.impl that return Results Modifier and Type Method Description ResultsDefaultRuleManagerImpl. checkCardinality(org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode outgoingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode incomingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnEdge edge, RuleManager.Operation operation)ResultsDefaultRuleManagerImpl. checkCardinality(org.uberfire.ext.wires.bpmn.api.model.BpmnGraph target, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode candidate, RuleManager.Operation operation)ResultsDefaultRuleManagerImpl. checkConnectionRules(org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode outgoingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode incomingNode, org.uberfire.ext.wires.bpmn.api.model.BpmnEdge edge)ResultsDefaultRuleManagerImpl. checkContainment(org.uberfire.ext.wires.bpmn.api.model.BpmnGraph target, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode candidate)
-