Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.offlinedb
Interface OfflineDBValidationManager.Validator

All Known Implementing Classes:
AbstractUserPropertyValidator
Enclosing class:
OfflineDBValidationManager

public static interface OfflineDBValidationManager.Validator

Interface to be implemented for any class wishing to be registered to provide extra validation in the offlinedb.


Method Summary
 void validateObject(OfflineDBObjectProvider pro, DBObject original, DBObject update, java.lang.String property)
          Validates the given object change for the given provider.

 

Method Detail

validateObject

void validateObject(OfflineDBObjectProvider pro,
                    DBObject original,
                    DBObject update,
                    java.lang.String property)
                    throws ValidationException
Validates the given object change for the given provider.
Parameters:
pro - the offline database the validation is for
original - the original object if this is an update, or null if it is a create
update - the object definition to be validated - i.e. the new version for an update, or the new object that's being created.
property - the specific property to validate, or null if all properties are the be validated.
Throws:
ValidationException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.