JSONDocumentModelListReader
- do not use it for anything else@Deprecated public class JSONDocumentHelper extends Object
Constructor and Description |
---|
JSONDocumentHelper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getDocAsJson(DocumentModel doc)
Deprecated.
|
static String |
getDocAsJson(String[] schemas,
DocumentModel doc)
Deprecated.
|
static String |
getDocsListAsJson(DocumentModel... docs)
Deprecated.
|
static String |
getDocsListAsJson(String[] schemas,
DocumentModel... docs)
Deprecated.
|
public JSONDocumentHelper()
public static String getDocAsJson(String[] schemas, DocumentModel doc) throws Exception
Exception
public static String getDocAsJson(DocumentModel doc) throws Exception
Exception
public static String getDocsListAsJson(String[] schemas, DocumentModel... docs) throws Exception
Exception
public static String getDocsListAsJson(DocumentModel... docs) throws Exception
Exception
Copyright © 2016 Nuxeo SA. All rights reserved.