Skip navigation links

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

E52944-01


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

Skip navigation links

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

E52944-01


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