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

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

public class WorkflowInstanceJSONSerializer
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

WorkflowInstanceJSONSerializer

public WorkflowInstanceJSONSerializer()
Method Detail

toJSONObject

public static com.liferay.portal.kernel.json.JSONObject toJSONObject(com.liferay.portlet.workflow.model.WorkflowInstance model)

toJSONArray

public static com.liferay.portal.kernel.json.JSONArray toJSONArray(java.util.List<com.liferay.portlet.workflow.model.WorkflowInstance> models)