Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo
Interface XMLInterface


public interface XMLInterface


Field Summary
static int XML_IGNORE_DEPTH_COUNT
           
static long XML_OPT_ALL_ROWS
          Bit flag to indicate that all rows will be rendered in XML in the writeXML() method.
static long XML_OPT_ASSOC_CONSISTENT
          Bit flag to indicate that attribute accessors that return a RowSet should set the AssociationConsistent flag on, so that new (unposted) rows for the RowSet are also included in the output.
static long XML_OPT_CHANGES_ONLY
          For internal BC4J use only.
static long XML_OPT_LIMIT_RANGE
          Bit flag to indicate that rows in the current range will be rendered in XML in the writeXML() method.
 

Field Detail

XML_OPT_ALL_ROWS

static final long XML_OPT_ALL_ROWS
Bit flag to indicate that all rows will be rendered in XML in the writeXML() method.

See Also:
Constant Field Values

XML_OPT_LIMIT_RANGE

static final long XML_OPT_LIMIT_RANGE
Bit flag to indicate that rows in the current range will be rendered in XML in the writeXML() method. This flag does not work with forward only VOs.

See Also:
Constant Field Values

XML_OPT_ASSOC_CONSISTENT

static final long XML_OPT_ASSOC_CONSISTENT
Bit flag to indicate that attribute accessors that return a RowSet should set the AssociationConsistent flag on, so that new (unposted) rows for the RowSet are also included in the output. When this flag is set, the RowSet used for rendering XML is not set to forward only mode.

See Also:
Constant Field Values

XML_OPT_CHANGES_ONLY

static final long XML_OPT_CHANGES_ONLY
For internal BC4J use only.

See Also:
Constant Field Values

XML_IGNORE_DEPTH_COUNT

static final int XML_IGNORE_DEPTH_COUNT
See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

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