Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.3)

E10663-10


oracle.rules.jsr94.admin
Class RLTextSource

java.lang.Object
  extended by oracle.rules.jsr94.admin.RLTextSource

All Implemented Interfaces:
java.io.Serializable, RuleSource

public class RLTextSource
extends java.lang.Object
implements RuleSource

A RuleSource that specifies RL text explicitly.

See Also:
Serialized Form

Constructor Summary
RLTextSource(java.lang.String text)
          Create a RLTextSource.

 

Method Summary
 java.lang.Object getRules()
          Get an object that provides access to the rule sets.
 java.lang.String getText()
          Get the RL text.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RLTextSource

public RLTextSource(java.lang.String text)
Create a RLTextSource.
Parameters:
text - The RL text.

Method Detail

getText

public java.lang.String getText()
Get the RL text.
Returns:
The RL text.

getRules

public java.lang.Object getRules()
                          throws javax.rules.admin.RuleAdministrationException
Get an object that provides access to the rule sets. This is intended for internal use by the implementation.
Specified by:
getRules in interface RuleSource
Returns:
An object that provides access to the rule sets.
Throws:
javax.rules.admin.RuleAdministrationException - if there is an error gaining access

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.3)

E10663-10


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.