Class ViewLoaderImpl
java.lang.Object
oracle.rules.sdk2.decisionpoint.impl.ViewLoaderImpl
- All Implemented Interfaces:
ViewLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoracle.jbo.ViewObject
load
(ViewObjectReference vor, DecisionPointInstance dp) Default implementation of VO data load.
-
Constructor Details
-
ViewLoaderImpl
public ViewLoaderImpl()
-
-
Method Details
-
load
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 interfaceViewLoader
- Parameters:
vor
- ViewObjectReferencedp
-- Returns:
- fully populated view object
-