Package | Description |
---|---|
org.uberfire.ext.wires.bpmn.client.rules | |
org.uberfire.ext.wires.bpmn.client.rules.impl |
Modifier and Type | Method and Description |
---|---|
static RuleManager.Operation |
RuleManager.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.
|
Modifier and Type | Method and Description |
---|---|
Results |
RuleManager.checkCardinality(BpmnGraph target,
BpmnGraphNode candidate,
RuleManager.Operation operation)
Check whether adding the proposed Node to the target Process breaks any cardinality Rules
|
Results |
RuleManager.checkCardinality(BpmnGraphNode outgoingNode,
BpmnGraphNode incomingNode,
BpmnEdge edge,
RuleManager.Operation operation)
Check whether adding the proposed Edge to the target Process breaks any cardinality Rules
|
Modifier and Type | Method and Description |
---|---|
Results |
DefaultRuleManagerImpl.checkCardinality(BpmnGraph target,
BpmnGraphNode candidate,
RuleManager.Operation operation) |
Results |
DefaultRuleManagerImpl.checkCardinality(BpmnGraphNode outgoingNode,
BpmnGraphNode incomingNode,
BpmnEdge edge,
RuleManager.Operation operation) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.