Uses of Interface
org.uberfire.ext.wires.bpmn.client.rules.RuleManager
-
Packages that use RuleManager Package Description org.uberfire.ext.wires.bpmn.client.commands org.uberfire.ext.wires.bpmn.client.commands.impl org.uberfire.ext.wires.bpmn.client.rules.impl -
-
Uses of RuleManager in org.uberfire.ext.wires.bpmn.client.commands
Methods in org.uberfire.ext.wires.bpmn.client.commands with parameters of type RuleManager 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 RuleManager in org.uberfire.ext.wires.bpmn.client.commands.impl
Methods in org.uberfire.ext.wires.bpmn.client.commands.impl with parameters of type RuleManager 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 RuleManager in org.uberfire.ext.wires.bpmn.client.rules.impl
Classes in org.uberfire.ext.wires.bpmn.client.rules.impl that implement RuleManager Modifier and Type Class Description classDefaultRuleManagerImplDefault implementation of Rule Manager
-