Uses of Class
org.alfresco.repo.search.impl.querymodel.Constraint.Occur
-
Packages that use Constraint.Occur Package Description org.alfresco.repo.search.impl.querymodel org.alfresco.repo.search.impl.querymodel.impl -
-
Uses of Constraint.Occur in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return Constraint.Occur Modifier and Type Method Description Constraint.Occur
Constraint. getOccur()
static Constraint.Occur
Constraint.Occur. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Constraint.Occur[]
Constraint.Occur. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type Constraint.Occur Modifier and Type Method Description void
Constraint. setOccur(Constraint.Occur occur)
-
Uses of Constraint.Occur in org.alfresco.repo.search.impl.querymodel.impl
Methods in org.alfresco.repo.search.impl.querymodel.impl that return Constraint.Occur Modifier and Type Method Description Constraint.Occur
BaseConstraint. getOccur()
Methods in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Constraint.Occur Modifier and Type Method Description void
BaseConstraint. setOccur(Constraint.Occur occur)
Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Constraint.Occur Constructor Description SimpleConstraint(Constraint.Occur occur)
-