Package oracle.rules.sdk2.repository
Class RepositoryContext
java.lang.Object
oracle.rules.sdk2.repository.RepositoryContext
RepositoryContext holds repository security and configuration information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the parent DictionaryFinderGet the LocaleGet the principalGet all propertiesgetPropertyValue
(String name) Get value of a propertyvoid
setDictionaryFinder
(DictionaryFinder finder) Set the parent DictionaryFindervoid
Set the Localevoid
setPrincipal
(Principal principal) Set a principalvoid
setProperty
(String name, Object value) Set a property
-
Field Details
-
SKIP_REPLACE_TEMP_IDS
- See Also:
-
SCAN_SCOPED_VARS_USING_AUTO_BINDING_CONTEXT
- See Also:
-
-
Constructor Details
-
RepositoryContext
public RepositoryContext()
-
-
Method Details
-
getPropertyValue
Get value of a property- Parameters:
name
- property name- Returns:
- property value
-
setProperty
Set a property- Parameters:
name
- property namevalue
- property value
-
getProperties
Get all properties- Returns:
- all properties
-
getPrincipal
Get the principal- Returns:
- the principal. Null if principal is not set.
-
setPrincipal
Set a principal- Parameters:
principal
- the principal to be set
-
getLocale
Get the Locale- Returns:
- the Locale. Default locale if locale is not set.
-
setLocale
Set the Locale- Parameters:
locale
- the Locale to be set
-
getDictionaryFinder
Get the parent DictionaryFinder- Returns:
- the DictionaryFinder
-
setDictionaryFinder
Set the parent DictionaryFinder- Parameters:
finder
- the parent DictionaryFinder
-