Interface ConnectionRule
-
- All Superinterfaces:
Rule,RuleByRole
- All Known Implementing Classes:
ConnectionRuleImpl
public interface ConnectionRule extends RuleByRole
Rule to restrict how Elements can be connected. Connections can be restricted to Elements with certain Roles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConnectionRule.PermittedConnectionPermitted connections
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<ConnectionRule.PermittedConnection>getPermittedConnections()The Connections that are permitted by the Rule.-
Methods inherited from interface org.uberfire.ext.wires.bpmn.api.model.rules.RuleByRole
getRole
-
-
-
-
Method Detail
-
getPermittedConnections
Set<ConnectionRule.PermittedConnection> getPermittedConnections()
The Connections that are permitted by the Rule. The source and target of the connection must have the Role defined in the PermittedConnection- Returns:
-
-