public class UserPropertyUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
public static java.util.Map<java.lang.String,java.lang.String> getUserpropertyNameValueMap(DBObject dbo)
public static java.util.List<UserPropertyDefn> getUserPropertydefns(OfflineDBObjectProvider prov, DBObject dbobject)
public static java.util.List<UserPropertyDefn> getUserPropertydefns(OfflineDBObjectProvider prov, java.lang.String type)