Liferay 6.2-ce-ga5

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

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

Uses of WorkflowInstanceLink in com.liferay.portal.model
 

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

Methods in com.liferay.portal.model that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.getWrappedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.getWrappedWorkflowInstanceLink()
          Deprecated. As of 6.1.0, replaced by WorkflowInstanceLinkWrapper.getWrappedModel()
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.toEscapedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkModel.toEscapedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.toUnescapedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type WorkflowInstanceLink
 CacheModel<WorkflowInstanceLink> WorkflowInstanceLinkWrapper.toCacheModel()
           
 CacheModel<WorkflowInstanceLink> WorkflowInstanceLinkModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type WorkflowInstanceLink
 int WorkflowInstanceLinkWrapper.compareTo(WorkflowInstanceLink workflowInstanceLink)
           
 int WorkflowInstanceLinkModel.compareTo(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLinkSoap WorkflowInstanceLinkSoap.toSoapModel(WorkflowInstanceLink model)
           
static WorkflowInstanceLinkSoap[] WorkflowInstanceLinkSoap.toSoapModels(WorkflowInstanceLink[] models)
           
static WorkflowInstanceLinkSoap[][] WorkflowInstanceLinkSoap.toSoapModels(WorkflowInstanceLink[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type WorkflowInstanceLink
static WorkflowInstanceLinkSoap[] WorkflowInstanceLinkSoap.toSoapModels(List<WorkflowInstanceLink> models)
           
 

Constructors in com.liferay.portal.model with parameters of type WorkflowInstanceLink
WorkflowInstanceLinkWrapper(WorkflowInstanceLink workflowInstanceLink)
           
 

Uses of WorkflowInstanceLink in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.createWorkflowInstanceLink(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.createWorkflowInstanceLink(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.createWorkflowInstanceLink(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type WorkflowInstanceLink
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(int start, int end)
          Returns a range of all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(int start, int end)
          Returns a range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(int start, int end)
          Returns a range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 

Methods in com.liferay.portal.service with parameters of type WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

Uses of WorkflowInstanceLink in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.create(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.create(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or returns null if it could not be found.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or returns null if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink[] WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink[] WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.remove(long workflowInstanceLinkId)
          Removes the workflow instance link with the primary key from the database.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.remove(long workflowInstanceLinkId)
          Removes the workflow instance link with the primary key from the database.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink, ServiceContext serviceContext)
           
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.updateImpl(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.updateImpl(WorkflowInstanceLink workflowInstanceLink)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type WorkflowInstanceLink
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll()
          Returns all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll()
          Returns all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end)
          Returns a range of all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end)
          Returns a range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
          Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
          Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type WorkflowInstanceLink
 void WorkflowInstanceLinkPersistence.cacheResult(WorkflowInstanceLink workflowInstanceLink)
          Caches the workflow instance link in the entity cache if it is enabled.
static void WorkflowInstanceLinkUtil.cacheResult(WorkflowInstanceLink workflowInstanceLink)
          Caches the workflow instance link in the entity cache if it is enabled.
static void WorkflowInstanceLinkUtil.clearCache(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink, ServiceContext serviceContext)
           
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.updateImpl(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.updateImpl(WorkflowInstanceLink workflowInstanceLink)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type WorkflowInstanceLink
 void WorkflowInstanceLinkPersistence.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
          Caches the workflow instance links in the entity cache if it is enabled.
static void WorkflowInstanceLinkUtil.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
          Caches the workflow instance links in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5