Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.mom.xml
Interface DefDocument

All Known Implementing Classes:
DefDocumentImpl, DefDocumentImplMDS

public interface DefDocument

Encapsulates the behavior of a document that is to be placed in the MOM cache.

Currently, the only behavior that's needed is the ability to access the top-level (root) DefElement, but additional behavior may be needed for future implementations of MDS support.


Method Summary
 DefElement getRootDefElement()
          Returns the DefElement for the top-level (root) element.

 

Method Detail

getRootDefElement

public DefElement getRootDefElement()
Returns the DefElement for the top-level (root) element.
Returns:
the root element.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.