Uses of Interface
org.uberfire.ext.wires.bpmn.api.model.rules.CardinalityRule.ConnectorRule
-
Packages that use CardinalityRule.ConnectorRule Package Description org.uberfire.ext.wires.bpmn.api.model.impl.rules org.uberfire.ext.wires.bpmn.api.model.rules -
-
Uses of CardinalityRule.ConnectorRule in org.uberfire.ext.wires.bpmn.api.model.impl.rules
Methods in org.uberfire.ext.wires.bpmn.api.model.impl.rules that return types with arguments of type CardinalityRule.ConnectorRule Modifier and Type Method Description Set<CardinalityRule.ConnectorRule>CardinalityRuleImpl. getIncomingConnectionRules()Set<CardinalityRule.ConnectorRule>CardinalityRuleImpl. getOutgoingConnectionRules()Constructor parameters in org.uberfire.ext.wires.bpmn.api.model.impl.rules with type arguments of type CardinalityRule.ConnectorRule Constructor Description CardinalityRuleImpl(String name, Role role, long minOccurrences, long maxOccurrences, Set<CardinalityRule.ConnectorRule> incomingConnectionRules, Set<CardinalityRule.ConnectorRule> outgoingConnectionRules) -
Uses of CardinalityRule.ConnectorRule in org.uberfire.ext.wires.bpmn.api.model.rules
Methods in org.uberfire.ext.wires.bpmn.api.model.rules that return types with arguments of type CardinalityRule.ConnectorRule Modifier and Type Method Description Set<CardinalityRule.ConnectorRule>CardinalityRule. getIncomingConnectionRules()Restrictions on the incoming connections to an ElementSet<CardinalityRule.ConnectorRule>CardinalityRule. getOutgoingConnectionRules()Restrictions on the outgoing connections from an Element
-