Liferay 6.2-ce-ga5

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

Packages that use WorkflowDefinitionLink
com.liferay.portal.kernel.workflow   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.documentlibrary.workflow   
com.liferay.portlet.dynamicdatalists.workflow   
 

Uses of WorkflowDefinitionLink in com.liferay.portal.kernel.workflow
 

Methods in com.liferay.portal.kernel.workflow that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowHandler.getWorkflowDefinitionLink(long companyId, long groupId, long classPK)
           
 WorkflowDefinitionLink BaseWorkflowHandler.getWorkflowDefinitionLink(long companyId, long groupId, long classPK)
           
 

Uses of WorkflowDefinitionLink in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement WorkflowDefinitionLink
 class WorkflowDefinitionLinkWrapper
           This class is a wrapper for WorkflowDefinitionLink.
 

Methods in com.liferay.portal.model that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkWrapper.getWrappedModel()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkWrapper.getWrappedWorkflowDefinitionLink()
          Deprecated. As of 6.1.0, replaced by WorkflowDefinitionLinkWrapper.getWrappedModel()
 WorkflowDefinitionLink WorkflowDefinitionLinkWrapper.toEscapedModel()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkModel.toEscapedModel()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkWrapper.toUnescapedModel()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type WorkflowDefinitionLink
 CacheModel<WorkflowDefinitionLink> WorkflowDefinitionLinkWrapper.toCacheModel()
           
 CacheModel<WorkflowDefinitionLink> WorkflowDefinitionLinkModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type WorkflowDefinitionLink
 int WorkflowDefinitionLinkWrapper.compareTo(WorkflowDefinitionLink workflowDefinitionLink)
           
 int WorkflowDefinitionLinkModel.compareTo(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLinkSoap WorkflowDefinitionLinkSoap.toSoapModel(WorkflowDefinitionLink model)
           
static WorkflowDefinitionLinkSoap[] WorkflowDefinitionLinkSoap.toSoapModels(WorkflowDefinitionLink[] models)
           
static WorkflowDefinitionLinkSoap[][] WorkflowDefinitionLinkSoap.toSoapModels(WorkflowDefinitionLink[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type WorkflowDefinitionLink
WorkflowDefinitionLinkWrapper(WorkflowDefinitionLink workflowDefinitionLink)
           
 

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

Classes in com.liferay.portal.model.impl that implement WorkflowDefinitionLink
 class WorkflowDefinitionLinkBaseImpl
          The extended model base implementation for the WorkflowDefinitionLink service.
 class WorkflowDefinitionLinkImpl
           
 

Methods in com.liferay.portal.model.impl that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkCacheModel.toEntityModel()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type WorkflowDefinitionLink
 CacheModel<WorkflowDefinitionLink> WorkflowDefinitionLinkModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type WorkflowDefinitionLink
 int WorkflowDefinitionLinkModelImpl.compareTo(WorkflowDefinitionLink workflowDefinitionLink)
           
 

Uses of WorkflowDefinitionLink in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.fetchDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.fetchDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.fetchDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.fetchWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.fetchWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition 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 WorkflowDefinitionLink
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinks(int start, int end)
          Returns a range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks(int start, int end)
          Returns a range of all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinks(int start, int end)
          Returns a range of all the workflow definition links.
 

Methods in com.liferay.portal.service with parameters of type WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
 

Uses of WorkflowDefinitionLink in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.fetchWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type WorkflowDefinitionLink
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalServiceBaseImpl.getWorkflowDefinitionLinks(int start, int end)
          Returns a range of all the workflow definition links.
 

Methods in com.liferay.portal.service.base with parameters of type WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
 

Uses of WorkflowDefinitionLink in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.fetchDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
           
 

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

Methods in com.liferay.portal.service.persistence that return WorkflowDefinitionLink
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.create(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.create(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.create(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK, boolean retrieveFromCache)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found, optionally using the finder cache.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK, boolean retrieveFromCache)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found, optionally using the finder cache.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK, boolean retrieveFromCache)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found, optionally using the finder cache.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByPrimaryKey(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByPrimaryKey(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByPrimaryKey(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the workflow definition link with the primary key or returns null if it could not be found.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistenceImpl.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByPrimaryKey(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByPrimaryKey(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByPrimaryKey(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the workflow definition link with the primary key or throws a NoSuchModelException if it could not be found.
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByC_W_W_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByCompanyId_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.remove(long workflowDefinitionLinkId)
          Removes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.remove(long workflowDefinitionLinkId)
          Removes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.remove(long workflowDefinitionLinkId)
          Removes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the workflow definition link with the primary key from the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.removeByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.removeByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.removeByG_C_C_C_T(long groupId, long companyId, long classNameId, long classPK, long typePK)
          Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? from the database.
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.removeImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.toUnwrappedModel(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink, ServiceContext serviceContext)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type WorkflowDefinitionLink
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll()
          Returns all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll()
          Returns all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll()
          Returns all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end)
          Returns a range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end)
          Returns a range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll(int start, int end)
          Returns a range of all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
          Returns all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
          Returns all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
          Returns all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end)
          Returns a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end)
          Returns a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end)
          Returns a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId)
          Returns all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId)
          Returns all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId)
          Returns all the workflow definition links where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the workflow definition links where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type WorkflowDefinitionLink
static void WorkflowDefinitionLinkUtil.cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
          Caches the workflow definition link in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistence.cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
          Caches the workflow definition link in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistenceImpl.cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
          Caches the workflow definition link in the entity cache if it is enabled.
protected  void WorkflowDefinitionLinkPersistenceImpl.cacheUniqueFindersCache(WorkflowDefinitionLink workflowDefinitionLink)
           
static void WorkflowDefinitionLinkUtil.clearCache(WorkflowDefinitionLink workflowDefinitionLink)
           
 void WorkflowDefinitionLinkPersistenceImpl.clearCache(WorkflowDefinitionLink workflowDefinitionLink)
          Clears the cache for the workflow definition link.
protected  void WorkflowDefinitionLinkPersistenceImpl.clearUniqueFindersCache(WorkflowDefinitionLink workflowDefinitionLink)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByC_W_W_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByCompanyId_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.removeImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.toUnwrappedModel(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink, ServiceContext serviceContext)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type WorkflowDefinitionLink
static void WorkflowDefinitionLinkUtil.cacheResult(List<WorkflowDefinitionLink> workflowDefinitionLinks)
          Caches the workflow definition links in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistence.cacheResult(List<WorkflowDefinitionLink> workflowDefinitionLinks)
          Caches the workflow definition links in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistenceImpl.cacheResult(List<WorkflowDefinitionLink> workflowDefinitionLinks)
          Caches the workflow definition links in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistenceImpl.clearCache(List<WorkflowDefinitionLink> workflowDefinitionLinks)
           
 

Uses of WorkflowDefinitionLink in com.liferay.portlet.documentlibrary.workflow
 

Methods in com.liferay.portlet.documentlibrary.workflow that return WorkflowDefinitionLink
 WorkflowDefinitionLink DLFileEntryWorkflowHandler.getWorkflowDefinitionLink(long companyId, long groupId, long classPK)
           
 

Uses of WorkflowDefinitionLink in com.liferay.portlet.dynamicdatalists.workflow
 

Methods in com.liferay.portlet.dynamicdatalists.workflow that return WorkflowDefinitionLink
 WorkflowDefinitionLink DDLRecordWorkflowHandler.getWorkflowDefinitionLink(long companyId, long groupId, long classPK)
           
 


Liferay 6.2-ce-ga5