Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.WorkflowInstanceLinkModel

Packages that use WorkflowInstanceLinkModel
com.liferay.portal.model   
com.liferay.portal.model.impl   
 

Uses of WorkflowInstanceLinkModel in com.liferay.portal.model
 

Subinterfaces of WorkflowInstanceLinkModel in com.liferay.portal.model
 interface WorkflowInstanceLink
          The model interface for the WorkflowInstanceLink service.
 

Classes in com.liferay.portal.model that implement WorkflowInstanceLinkModel
 class WorkflowInstanceLinkWrapper
           This class is a wrapper for WorkflowInstanceLink.
 

Uses of WorkflowInstanceLinkModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement WorkflowInstanceLinkModel
 class WorkflowInstanceLinkImpl
           
 class WorkflowInstanceLinkModelImpl
          The base model implementation for the WorkflowInstanceLink service.
 


Liferay 6.0-ee