Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.WorkflowInstanceLinkSoap

Packages that use WorkflowInstanceLinkSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of WorkflowInstanceLinkSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return WorkflowInstanceLinkSoap
static WorkflowInstanceLinkSoap WorkflowInstanceLinkSoap.toSoapModel(WorkflowInstanceLink model)
           
static WorkflowInstanceLinkSoap[] WorkflowInstanceLinkSoap.toSoapModels(List<WorkflowInstanceLink> models)
           
static WorkflowInstanceLinkSoap[] WorkflowInstanceLinkSoap.toSoapModels(WorkflowInstanceLink[] models)
           
static WorkflowInstanceLinkSoap[][] WorkflowInstanceLinkSoap.toSoapModels(WorkflowInstanceLink[][] models)
           
 


Liferay 6.2-ce-ga5