Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.service.WorkflowInstanceLinkLocalService

Packages that use WorkflowInstanceLinkLocalService
com.liferay.portal.service   
 

Uses of WorkflowInstanceLinkLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement WorkflowInstanceLinkLocalService
 class WorkflowInstanceLinkLocalServiceWrapper
           This class is a wrapper for WorkflowInstanceLinkLocalService.
 

Methods in com.liferay.portal.service that return WorkflowInstanceLinkLocalService
static WorkflowInstanceLinkLocalService WorkflowInstanceLinkLocalServiceUtil.getService()
           
 WorkflowInstanceLinkLocalService WorkflowInstanceLinkLocalServiceWrapper.getWrappedWorkflowInstanceLinkLocalService()
           
 

Methods in com.liferay.portal.service with parameters of type WorkflowInstanceLinkLocalService
 void WorkflowInstanceLinkLocalServiceUtil.setService(WorkflowInstanceLinkLocalService service)
           
 void WorkflowInstanceLinkLocalServiceWrapper.setWrappedWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type WorkflowInstanceLinkLocalService
WorkflowInstanceLinkLocalServiceWrapper(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
           
 


Liferay 6.0-ee-sp2