Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface Or extends Constraint
To satisfy the Or constraint, the node-tuple must either:
constraint1 but not constraint2, orconstraint2 but not constraint1, orconstraint1 and constraint2.Sitevision note: Unsupported operation
| Modifier and Type | Method and Description |
|---|---|
Constraint |
getConstraint1()
Gets the first constraint.
|
Constraint |
getConstraint2()
Gets the second constraint.
|
Constraint getConstraint1()
Constraint getConstraint2()
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.