|
|||||||||
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
org.alfresco.repo.search.impl.querymodel.impl.BaseFunctionalConstraint
public class BaseFunctionalConstraint
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
Constraint.Occur |
Constructor Summary | |
---|---|
BaseFunctionalConstraint(Function function,
java.util.Map arguments)
|
Method Summary | |
---|---|
boolean |
evaluate()
|
Function |
getFunction()
Get the function |
java.util.Map |
getFunctionArguments()
Get the functions arguments. |
java.lang.String |
toString()
|
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint |
---|
getBoost, getOccur, setBoost, setOccur |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
getBoost, getOccur, setBoost, setOccur |
Constructor Detail |
---|
public BaseFunctionalConstraint(Function function, java.util.Map arguments)
Method Detail |
---|
public boolean evaluate()
evaluate
in interface Constraint
public Function getFunction()
FunctionInvokation
getFunction
in interface FunctionInvokation
public java.util.Map getFunctionArguments()
FunctionInvokation
getFunctionArguments
in interface FunctionInvokation
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |