Interface Disjunction
- All Superinterfaces:
Constraint
- All Known Implementing Classes:
BaseDisjunction
,LuceneDisjunction
- Author:
- andyh
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
Constraint.Occur
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of constraints for which at least one must be met.
-
Method Details
-
getConstraints
List<Constraint> getConstraints()Get the list of constraints for which at least one must be met.
-