|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.offlinedb.userprops.UserPropertyValidationManager
public class UserPropertyValidationManager
| Constructor Summary | |
|---|---|
UserPropertyValidationManager()
|
|
| Method Summary | |
|---|---|
static void |
registerExtraValidator(java.lang.String userProperty,
java.lang.String type,
AbstractUserPropertyValidator v)
Registers a validator for a user defined property. |
static void |
unregisterExtraValidator(java.lang.String userProperty,
java.lang.String type,
AbstractUserPropertyValidator v)
Unregisters a validator for a user defined property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserPropertyValidationManager()
| Method Detail |
|---|
public static void registerExtraValidator(java.lang.String userProperty,
java.lang.String type,
AbstractUserPropertyValidator v)
userProperty - the user property name 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 userProperty,
java.lang.String type,
AbstractUserPropertyValidator v)
userProperty - the user property name 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.6.0) E13403-07 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||