com.liferay.portlet.workflow.model
Class WorkflowInstanceSoap

java.lang.Object
  extended by com.liferay.portlet.workflow.model.WorkflowInstance
      extended by com.liferay.portlet.workflow.model.WorkflowInstanceSoap
All Implemented Interfaces:
java.io.Serializable

public class WorkflowInstanceSoap
extends WorkflowInstance

View Source

Author:
Charles May
See Also:
Serialized Form

Constructor Summary
WorkflowInstanceSoap()
           
 
Method Summary
static WorkflowInstanceSoap toSoapModel(WorkflowInstance model)
           
static WorkflowInstanceSoap[] toSoapModels(java.util.List models)
           
 
Methods inherited from class com.liferay.portlet.workflow.model.WorkflowInstance
getDefinition, getEndDate, getInstanceId, getStartDate, getToken, isEnded, setDefinition, setEndDate, setEnded, setInstanceId, setStartDate, setToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowInstanceSoap

public WorkflowInstanceSoap()
Method Detail

toSoapModel

public static WorkflowInstanceSoap toSoapModel(WorkflowInstance model)

toSoapModels

public static WorkflowInstanceSoap[] toSoapModels(java.util.List models)