|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeCondition
AttributeCondition defines the interface for a disjunctive
sequence of AttributeMatch instances for a given attribute
category. AttributeCondition is responsible for evaluating
AttributeMatch instances and returning true if ANY
AttributeMatch returns true.
| Method Summary | |
|---|---|
URI |
getAttributeCategory()
Returns the attribute category of this AttributeCondition. |
List |
getAttributeMatchList()
Get the List of AttributeMatchs. |
MatchResult |
match(EvaluationContext evalContext)
Determines whether this AttributeCondition matches
the input request (whether it is applicable) |
void |
setAttributeMatchList(List attrMatchList)
Set the List of AttributeMatchs. |
| Method Detail |
|---|
URI getAttributeCategory()
AttributeCondition.
void setAttributeMatchList(List attrMatchList)
AttributeMatchs.
attrMatchList - the List of AttributeMatchs.List getAttributeMatchList()
AttributeMatchs.
AttributeMatchs.MatchResult match(EvaluationContext evalContext)
AttributeCondition matches
the input request (whether it is applicable)
evalContext - the representation of the request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||