Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.impl |
Modifier and Type | Method and Description |
---|---|
static JSONConverter.PropertyMode |
JSONConverter.PropertyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONConverter.PropertyMode[] |
JSONConverter.PropertyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
JSONConverter.convert(ObjectData object,
TypeCache typeCache,
JSONConverter.PropertyMode propertyMode,
boolean succinct)
Converts an object.
|
static JSONObject |
JSONConverter.convert(ObjectList list,
TypeCache typeCache,
JSONConverter.PropertyMode propertyMode,
boolean succinct)
Converts a query object list.
|
static JSONObject |
JSONConverter.convert(Properties properties,
String objectId,
TypeCache typeCache,
JSONConverter.PropertyMode propertyMode,
boolean succinct)
Converts a bag of properties.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.