Package oracle.rules.sdk2.decisionpoint
Interface ViewLoader
- All Known Implementing Classes:
ViewLoaderImpl
public interface ViewLoader
Interface for implementation by developers that need to load View Objects
from some source other than the database, or via other mechanisms than
the standard database-load APIs.
-
Method Summary
Modifier and TypeMethodDescriptionoracle.jbo.ViewObject
load
(ViewObjectReference vor, DecisionPointInstance dp)
-
Method Details
-
load
-