Copyright© 2008-2018 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-2018 SiteVision AB, all rights reserved.