com.liferay.portlet.workflow.service.http
Class WorkflowDefinitionJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.workflow.service.http.WorkflowDefinitionJSONSerializer

public class WorkflowDefinitionJSONSerializer
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
WorkflowDefinitionJSONSerializer()
           
 
Method Summary
static org.json.JSONArray toJSONArray(java.util.List models)
           
static org.json.JSONObject toJSONObject(com.liferay.portlet.workflow.model.WorkflowDefinition model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowDefinitionJSONSerializer

public WorkflowDefinitionJSONSerializer()
Method Detail

toJSONObject

public static org.json.JSONObject toJSONObject(com.liferay.portlet.workflow.model.WorkflowDefinition model)

toJSONArray

public static org.json.JSONArray toJSONArray(java.util.List models)