|
Oracle Business Rules Java API Reference 10g Release 3 (10.1.3) B19040-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.rules.sdk.repository.RepositoryType
RepositoryType holds meta-information about a repository plugin
| Method Summary | |
java.lang.String |
getDescription(java.util.Locale locale)Get the description for the repository type |
java.lang.String |
getDisplayName(java.util.Locale locale)Get display name for the repository type |
java.lang.String |
getInitPropDescription(java.lang.String initPropKey, java.util.Locale locale)Get description for an initialization property |
java.lang.String |
getInitPropDispName(java.lang.String initPropKey, java.util.Locale locale)Get display name for an initialization property |
java.lang.String[] |
getInitPropKeys()Get keys of the properties needed in initialization |
java.lang.String |
getKey()Get the key for the repository type |
boolean |
isRequiredInitProperty(java.lang.String initPropKey)Test whether an initialization property is required or optional |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getKey()
public java.lang.String getDisplayName(java.util.Locale locale)
locale - the locale used to get displayName. Default locale will be used if null is passed in.public java.lang.String getDescription(java.util.Locale locale)
locale - the locale used to get displayName. Default locale will be used if null is passed in.public java.lang.String[] getInitPropKeys()
public java.lang.String getInitPropDispName(java.lang.String initPropKey,
java.util.Locale locale)
initPropKey - key of the initialization propertylocale - the locale used to get description for an initialization property. Default locale will be used if null is passed in.
public java.lang.String getInitPropDescription(java.lang.String initPropKey,
java.util.Locale locale)
initPropKey - key of the initialization propertylocale - the locale used to get description for an initialization property. Default locale will be used if null is passed in.public boolean isRequiredInitProperty(java.lang.String initPropKey)
initPropKey - key of the initialization property
|
Oracle Business Rules Java API Reference 10g Release 3 (10.1.3) B19040-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||