Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


com.sigmadynamics.sdo.rules
Interface RuleDefinition


public interface RuleDefinition

This class is immutable. A wrapper class for rule metadata

Since:
3.0

Method Summary
 java.lang.String getRuleIdentifier()
          Returns the contents of the comment text that is prepended to the rule metadata string.
 java.lang.String getRuleMetadata()
           
 java.lang.String getUid()
           
 java.lang.Long getVersion()
           

 

Method Detail

getRuleIdentifier

java.lang.String getRuleIdentifier()
Returns the contents of the comment text that is prepended to the rule metadata string. This comment text consists of <rule uuid> + <timestamp> For example: db6f3660-740d-46d1-824a-8d526ea3ffa6+1234824344653

getRuleMetadata

java.lang.String getRuleMetadata()
Returns:
the rule metadata

getVersion

java.lang.Long getVersion()
Returns:
The timestamp of the last revisions to the underlying rule metadata

getUid

java.lang.String getUid()
Returns:
The rule uuid.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.