|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DBObjectValidator
is responsible for validating
a specific type of DBObject instance.
Method Summary | |
void |
validateObject(DBObject object)
Determines whether the specified DBObject is valid. |
void |
validateObject(DBObject original,
DBObject updated)
Determines whether the specified updated DBObject is valid. |
Method Detail |
public void validateObject(DBObject object) throws ValidationException
object
- the DBObject to validate
ValidationException
- if the object is not valid.public void validateObject(DBObject original, DBObject updated) throws ValidationException
ValidationException
- if the object is not valid.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.