Interface Conjunction
-
- All Superinterfaces:
Constraint
- All Known Implementing Classes:
BaseConjunction
,LuceneConjunction
public interface Conjunction 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 java.util.List<Constraint>
getConstraints()
Get the list of constraints which must all be met
-
-
-
Method Detail
-
getConstraints
java.util.List<Constraint> getConstraints()
Get the list of constraints which must all be met
-
-