Interface RuleSource

All Superinterfaces:
Serializable
All Known Implementing Classes:
RLTextSource, RLUrlSource, Sdk2FileRepositorySource, Sdk2MDSRepositorySource

public interface RuleSource extends Serializable
RuleSource is implemented by classes that provide access to a source of Oracle Business Rules.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gain access to the rules available via this rule source.
  • Method Details

    • getRules

      Object getRules() throws javax.rules.admin.RuleAdministrationException
      Gain access to the rules available via this rule source. The return value is either a String containing RL text, a Reader, or an array of String. This method is intended for internal use.
      Returns:
      an Object that provides access to the rules
      Throws:
      javax.rules.admin.RuleAdministrationException - if there is an error gaining access