| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.offlinedb.OfflineDBValidationManager
public class OfflineDBValidationManager
Manager that can be used to extend the offline databases's validation logic.
| Nested Class Summary | |
|---|---|
static interface | 
OfflineDBValidationManager.ValidatorInterface to be implemented for any class wishing to be registered to provide extra validation in the offlinedb.  | 
| Method Summary | |
|---|---|
static void | 
registerExtraValidator(java.lang.String property, java.lang.String type, OfflineDBValidationManager.Validator v)Registers a validator to include validation logic in an offline database.  | 
static void | 
unregisterExtraValidator(java.lang.String property, java.lang.String type, OfflineDBValidationManager.Validator v)Unregisters the given validator from the given object type.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static void registerExtraValidator(java.lang.String property,
                                          java.lang.String type,
                                          OfflineDBValidationManager.Validator v)
property - the property name (or path) that the validator is being registered againsttype - the object type that the validator is being registered against, or null to register for all object types.v - the validator being registered.
public static void unregisterExtraValidator(java.lang.String property,
                                            java.lang.String type,
                                            OfflineDBValidationManager.Validator v)
property - the property name (or path) that the validator is registered againsttype - the type the validator is registered against, or null if it is registered for all objects.v - the validator to unregister.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||