Class RepositoryContext

java.lang.Object
oracle.rules.sdk2.repository.RepositoryContext

public class RepositoryContext extends Object
RepositoryContext holds repository security and configuration information
  • Field Details

  • Constructor Details

    • RepositoryContext

      public RepositoryContext()
  • Method Details

    • getPropertyValue

      public Object getPropertyValue(String name)
      Get value of a property
      Parameters:
      name - property name
      Returns:
      property value
    • setProperty

      public void setProperty(String name, Object value)
      Set a property
      Parameters:
      name - property name
      value - property value
    • getProperties

      public Map<String,Object> getProperties()
      Get all properties
      Returns:
      all properties
    • getPrincipal

      public Principal getPrincipal()
      Get the principal
      Returns:
      the principal. Null if principal is not set.
    • setPrincipal

      public void setPrincipal(Principal principal)
      Set a principal
      Parameters:
      principal - the principal to be set
    • getLocale

      public Locale getLocale()
      Get the Locale
      Returns:
      the Locale. Default locale if locale is not set.
    • setLocale

      public void setLocale(Locale locale)
      Set the Locale
      Parameters:
      locale - the Locale to be set
    • getDictionaryFinder

      public DictionaryFinder getDictionaryFinder()
      Get the parent DictionaryFinder
      Returns:
      the DictionaryFinder
    • setDictionaryFinder

      public void setDictionaryFinder(DictionaryFinder finder)
      Set the parent DictionaryFinder
      Parameters:
      finder - the parent DictionaryFinder