|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
public abstract class BaseConstraint
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
Constraint.Occur |
Constructor Summary | |
---|---|
BaseConstraint()
|
Method Summary | |
---|---|
float |
getBoost()
|
Constraint.Occur |
getOccur()
|
void |
setBoost(float boost)
|
void |
setOccur(Constraint.Occur occur)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
evaluate |
Constructor Detail |
---|
public BaseConstraint()
Method Detail |
---|
public Constraint.Occur getOccur()
getOccur
in interface Constraint
public void setOccur(Constraint.Occur occur)
setOccur
in interface Constraint
public float getBoost()
getBoost
in interface Constraint
public void setBoost(float boost)
setBoost
in interface Constraint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |