|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.webengine.util.JSonHelper
public class JSonHelper
| Method Summary | |
|---|---|
static net.sf.json.JSONArray |
asJSON(DocumentModelList docList)
|
static net.sf.json.JSONObject |
doc2JSon(DocumentModel doc)
|
static net.sf.json.JSONObject |
doc2JSon(DocumentModel doc,
String... schemas)
|
static net.sf.json.JSONArray |
getChildrenList(DocumentModel doc)
|
static String |
toChildrenList(DocumentModel doc)
|
static String |
toJSon(DocumentModel doc)
|
static String |
toJSon(DocumentModel doc,
String... schemas)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String toJSon(DocumentModel doc)
public static String toChildrenList(DocumentModel doc)
public static net.sf.json.JSONArray asJSON(DocumentModelList docList)
public static net.sf.json.JSONArray getChildrenList(DocumentModel doc)
public static String toJSon(DocumentModel doc,
String... schemas)
public static net.sf.json.JSONObject doc2JSon(DocumentModel doc)
public static net.sf.json.JSONObject doc2JSon(DocumentModel doc,
String... schemas)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||