|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.rules.sdk2.repository.DictionaryFQN
public class DictionaryFQN
The fully qualified name of a rule dictionary. It consists of the following properties:
Each property must be a Unicode identifier as defined by the
isUnicodeIdentifierStart and
isUnicodeIdentifierPart methods in
java.lang.Character.
| Field Summary | |
|---|---|
static java.lang.String |
EXTENSION
The extension used for rule dictionaries. |
| Constructor Summary | |
|---|---|
DictionaryFQN(java.lang.String pkg,
java.lang.String name)
Construct a fully qualified name of a dictionary. |
|
| Method Summary | |
|---|---|
java.lang.String |
asPath()
Returns the relative path representation of this fully qualified name. |
int |
compareTo(DictionaryFQN fqn)
Compares this DictionaryFQN with the specified DictionaryFQN. |
static DictionaryFQN |
createDictionaryFQN(java.lang.String pkg,
java.lang.String name)
Create a fully qualified name of a dictionary. |
boolean |
equals(java.lang.Object obj)
Indicates whether this DictionaryFQN is equal to another object |
java.lang.String |
getName()
Returns the name of the dictionary |
java.lang.String |
getPackage()
Returns the dictionary package |
static boolean |
isNameValid(java.lang.String name)
Checks if the dictionary name is valid |
static boolean |
isPackageValid(java.lang.String pkg)
Checks if the dictionary package is valid |
void |
validateForAccess()
Check validity of this fully qualified name for dictionary access. |
void |
validateForGetNames()
Check validity of this fully qualified name for use with getNames. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EXTENSION
| Constructor Detail |
|---|
public DictionaryFQN(java.lang.String pkg,
java.lang.String name)
pkg - the dictionary packagename - the dictionary name| Method Detail |
|---|
public static DictionaryFQN createDictionaryFQN(java.lang.String pkg,
java.lang.String name)
pkg - the dictionary packagename - the dictionary name
public java.lang.String asPath()
public java.lang.String getPackage()
public java.lang.String getName()
public void validateForAccess()
throws InvalidFQNException
InvalidFQNException - if this fully qualified name is invalid
public void validateForGetNames()
throws InvalidFQNException
getNames.
InvalidFQNException - if this fully qualified name is invalidpublic static boolean isPackageValid(java.lang.String pkg)
pkg - the dictionary package to validate
public static boolean isNameValid(java.lang.String name)
name - the dictionary name to validate
public int compareTo(DictionaryFQN fqn)
compareTo in interface java.lang.Comparable<DictionaryFQN>public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||