Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.core.doc
Class JSONExporter

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.doc.JSONExporter

public class JSONExporter
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
JSONExporter()
           
 
Method Summary
static OperationDocumentation fromJSON(net.sf.json.JSONObject json)
           
static java.lang.String toJSON()
           
static java.lang.String toJSON(java.util.List<OperationDocumentation> docs)
           
static void toJSON(java.util.List<OperationDocumentation> docs, java.io.Writer writer)
           
static net.sf.json.JSONObject toJSON(OperationDocumentation doc)
           
static void toJSON(java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONExporter

public JSONExporter()
Method Detail

toJSON

public static java.lang.String toJSON()
                               throws java.lang.Exception
Throws:
java.lang.Exception

toJSON

public static void toJSON(java.io.Writer writer)
                   throws java.lang.Exception
Throws:
java.lang.Exception

toJSON

public static java.lang.String toJSON(java.util.List<OperationDocumentation> docs)
                               throws java.io.IOException
Throws:
java.io.IOException

toJSON

public static void toJSON(java.util.List<OperationDocumentation> docs,
                          java.io.Writer writer)
                   throws java.io.IOException
Throws:
java.io.IOException

toJSON

public static net.sf.json.JSONObject toJSON(OperationDocumentation doc)
                                     throws java.io.IOException
Throws:
java.io.IOException

fromJSON

public static OperationDocumentation fromJSON(net.sf.json.JSONObject json)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.