|
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.RepositoryContext
public class RepositoryContext
RepositoryContext holds repository security and configuration information
Constructor Summary | |
---|---|
RepositoryContext()
|
Method Summary | |
---|---|
DictionaryFinder |
getDictionaryFinder()
Get the parent DictionaryFinder |
java.util.Locale |
getLocale()
Get the Locale |
java.security.Principal |
getPrincipal()
Get the principal |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get all properties |
java.lang.Object |
getPropertyValue(java.lang.String name)
Get value of a property |
void |
setDictionaryFinder(DictionaryFinder finder)
Set the parent DictionaryFinder |
void |
setLocale(java.util.Locale locale)
Set the Locale |
void |
setPrincipal(java.security.Principal principal)
Set a principal |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set a property |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryContext()
Method Detail |
---|
public java.lang.Object getPropertyValue(java.lang.String name)
name
- property name
public void setProperty(java.lang.String name, java.lang.Object value)
name
- property namevalue
- property valuepublic java.util.Map<java.lang.String,java.lang.Object> getProperties()
public java.security.Principal getPrincipal()
public void setPrincipal(java.security.Principal principal)
principal
- the principal to be setpublic java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- the Locale to be setpublic DictionaryFinder getDictionaryFinder()
public void setDictionaryFinder(DictionaryFinder finder)
finder
- the parent DictionaryFinder
|
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 |