Uses of Class
org.uberfire.ext.wires.bpmn.client.rules.RuleManager.Operation
-
Packages that use RuleManager.Operation Package Description org.uberfire.ext.wires.bpmn.client.rules org.uberfire.ext.wires.bpmn.client.rules.impl -
-
Uses of RuleManager.Operation in org.uberfire.ext.wires.bpmn.client.rules
Methods in org.uberfire.ext.wires.bpmn.client.rules that return RuleManager.Operation Modifier and Type Method Description static RuleManager.OperationRuleManager.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleManager.Operation[]RuleManager.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.wires.bpmn.client.rules with parameters of type RuleManager.Operation 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 Rules -
Uses of RuleManager.Operation in org.uberfire.ext.wires.bpmn.client.rules.impl
Methods in org.uberfire.ext.wires.bpmn.client.rules.impl with parameters of type RuleManager.Operation 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)
-