|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public URI getAttributeCategory()
AttributeCondition.
public void setAttributeMatchList(List attrMatchList)
AttributeMatchs.
attrMatchList - the List of AttributeMatchs.public List getAttributeMatchList()
AttributeMatchs.
AttributeMatchs.public 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 | ||||||||||