|
|||||||||||
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) throws Exception
identityConstraint
- The identity constraint.
Exception
public XPathMatcher activateField(Field field) throws Exception
field
- The field to activate.
Exception
public void endValueScopeFor(IdentityConstraint identityConstraint) throws Exception
identityConstraint
- The identity constraint.
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |