Skip navigation links

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

E10663-03


oracle.rules.sdk2.decisionpoint.impl
Class ViewLoaderImpl

java.lang.Object
  extended by oracle.rules.sdk2.decisionpoint.impl.ViewLoaderImpl

All Implemented Interfaces:
ViewLoader

public class ViewLoaderImpl
extends java.lang.Object
implements ViewLoader

Constructor Summary
ViewLoaderImpl()
           

 

Method Summary
 oracle.jbo.ViewObject load(ViewObjectReference vor, DecisionPointInstance dp)
          Default implementation of VO data load.

 

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

 

Constructor Detail

ViewLoaderImpl

public ViewLoaderImpl()

Method Detail

load

public oracle.jbo.ViewObject load(ViewObjectReference vor,
                                  DecisionPointInstance dp)
Default implementation of VO data load. Be certain to call vo.remove() before allowing the view object to fall out of scope to prevent a resource leak.
Specified by:
load in interface ViewLoader
Parameters:
vor - ViewObjectReference
dp -
Returns:
fully populated view object

Skip navigation links

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

E10663-03


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