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

E10653-04

oracle.jbo.common.service.types
Interface ReturnMode


public interface ReturnMode


Field Summary
static java.lang.String Full
          The returned list will contain SDO data objects with all property set.
static java.lang.String Key
          The returned list will contain SDO data objects with only the key property set.
static java.lang.String None
          No Objects will be returned.
 

Field Detail

Full

static final java.lang.String Full
The returned list will contain SDO data objects with all property set.

See Also:
Constant Field Values

Key

static final java.lang.String Key
The returned list will contain SDO data objects with only the key property set.

See Also:
Constant Field Values

None

static final java.lang.String None
No Objects will be returned.

See Also:
Constant Field Values

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

E10653-04

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