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

E10663-11

oracle.rules.sdk2.datamodel
Class JClassNode

java.lang.Object
  extended by oracle.rules.sdk2.datamodel.Node
      extended by oracle.rules.sdk2.datamodel.JavaNode
          extended by oracle.rules.sdk2.datamodel.JClassNode
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.String>

public class JClassNode
extends JavaNode

Represents a Java class in the hierarchy of Java classes and Java Packages. Loading a JClassNode instance will include that Java class in the current DataModel.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class oracle.rules.sdk2.datamodel.JavaNode
PROP_FQNAME
 
Fields inherited from class oracle.rules.sdk2.datamodel.Node
CLOSED, FALSE, OPEN, PROP_LOAD_FLAG, PROP_NAME, PROP_STATE, TRUE
 
Method Summary
 java.util.List<FactType> load()
          load the class represented by this Node into the current DataModel.
 
Methods inherited from class oracle.rules.sdk2.datamodel.JavaNode
get, getFQName
 
Methods inherited from class oracle.rules.sdk2.datamodel.Node
clear, close, containsKey, containsValue, entrySet, equals, getDictionary, getLoadFlag, getName, getNestedTable, getOpenState, getParent, hashCode, isEmpty, isOpen, keySet, open, put, putAll, remove, setName, size, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public java.util.List<FactType> load()
load the class represented by this Node into the current DataModel.

Specified by:
load in class Node

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

E10663-11

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