|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Evaluatable
Evaluateable defines a generic interface that is implemented
by all objects that can be evaluated to an AttributeValue or
a bag of AttributeValues.
| Method Summary | |
|---|---|
EvaluationResult |
evaluate(EvaluationContext evalContext)
Evaluates the object using the given context, and either returns an error or a resulting value. |
boolean |
evaluatesToBag()
Indicates whether evaluation will return a bag or a single value. |
URI |
getType()
Get the type of this object. |
| Method Detail |
|---|
EvaluationResult evaluate(EvaluationContext evalContext)
evalContext - the representation of the request
URI getType()
Attribute or the return type of an
AttributeDesignator, etc.
boolean evaluatesToBag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||