Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.offlinedb.userprops
Class UserPropertyUtils

java.lang.Object
  extended by oracle.jdeveloper.offlinedb.userprops.UserPropertyUtils

public class UserPropertyUtils
extends java.lang.Object


Method Summary
static java.util.List<UserPropertyDefn> getUserPropertydefns(OfflineDBObjectProvider prov, DBObject dbobject)
          get a list of the user property definitions for a DBObject
static java.util.List<UserPropertyDefn> getUserPropertydefns(OfflineDBObjectProvider prov, java.lang.String type)
          get a list of the user property definitions for a DBObject type
static java.util.Map<java.lang.String,java.lang.String> getUserpropertyNameValueMap(DBObject dbo)
          get a List of the user property values for a DBObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserpropertyNameValueMap

public static java.util.Map<java.lang.String,java.lang.String> getUserpropertyNameValueMap(DBObject dbo)
get a List of the user property values for a DBObject


getUserPropertydefns

public static java.util.List<UserPropertyDefn> getUserPropertydefns(OfflineDBObjectProvider prov,
                                                                    DBObject dbobject)
get a list of the user property definitions for a DBObject


getUserPropertydefns

public static java.util.List<UserPropertyDefn> getUserPropertydefns(OfflineDBObjectProvider prov,
                                                                    java.lang.String type)
get a list of the user property definitions for a DBObject type


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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