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