|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a field activator. The field activator is responsible for activating fields within a specific scope; the caller merely requests the fields to be activated.
Method Summary | |
XPathMatcher |
activateField(Field field)
Request to activate the specified field. |
void |
endValueScopeFor(IdentityConstraint identityConstraint)
Ends the value scope for the specified identity constraint. |
void |
startValueScopeFor(IdentityConstraint identityConstraint)
Start the value scope for the specified identity constraint. |
Method Detail |
public void startValueScopeFor(IdentityConstraint identityConstraint)
identityConstraint
- The identity constraint.public XPathMatcher activateField(Field field)
field
- The field to activate.public void endValueScopeFor(IdentityConstraint identityConstraint)
identityConstraint
- The identity constraint.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |