Uses of Interface
com.liferay.portal.kernel.model.WorkflowInstanceLink
Packages that use WorkflowInstanceLink
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of WorkflowInstanceLink in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement WorkflowInstanceLinkFields in com.liferay.portal.kernel.model with type parameters of type WorkflowInstanceLinkModifier and TypeFieldDescriptionstatic final Accessor<WorkflowInstanceLink,
Long> WorkflowInstanceLink.WORKFLOW_INSTANCE_LINK_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return WorkflowInstanceLinkModifier and TypeMethodDescriptionWorkflowInstanceLinkModel.cloneWithOriginalValues()
WorkflowInstanceLinkWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type WorkflowInstanceLinkModifier and TypeMethodDescriptionWorkflowInstanceLinkWrapper.getAttributeGetterFunctions()
WorkflowInstanceLinkWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type WorkflowInstanceLinkModifier and TypeMethodDescriptionprotected WorkflowInstanceLinkWrapper
WorkflowInstanceLinkWrapper.wrap
(WorkflowInstanceLink workflowInstanceLink) Constructors in com.liferay.portal.kernel.model with parameters of type WorkflowInstanceLinkModifierConstructorDescriptionWorkflowInstanceLinkWrapper
(WorkflowInstanceLink workflowInstanceLink) -
Uses of WorkflowInstanceLink in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return WorkflowInstanceLinkModifier and TypeMethodDescriptionWorkflowInstanceLinkLocalService.addWorkflowInstanceLink
(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId) WorkflowInstanceLinkLocalService.addWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Adds the workflow instance link to the database.static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink
(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId) static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Adds the workflow instance link to the database.WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink
(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId) WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Adds the workflow instance link to the database.WorkflowInstanceLinkLocalService.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.WorkflowInstanceLinkLocalServiceWrapper.createWorkflowInstanceLink
(long workflowInstanceLinkId) Creates a new workflow instance link with the primary key.WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink
(long workflowInstanceLinkId) Deletes the workflow instance link with the primary key from the database.WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Deletes the workflow instance link from the database.static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink
(long workflowInstanceLinkId) Deletes the workflow instance link with the primary key from the database.static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Deletes the workflow instance link from the database.WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink
(long workflowInstanceLinkId) Deletes the workflow instance link with the primary key from the database.WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Deletes the workflow instance link from the database.WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink
(long workflowInstanceLinkId) WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink
(long workflowInstanceLinkId) static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink
(long workflowInstanceLinkId) WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalService.getWorkflowInstanceLink
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.WorkflowInstanceLinkLocalService.getWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalService.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.WorkflowInstanceLinkLocalServiceWrapper.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.kernel.service that return types with arguments of type WorkflowInstanceLinkModifier and TypeMethodDescriptionWorkflowInstanceLinkLocalService.getCTPersistence()
WorkflowInstanceLinkLocalServiceWrapper.getCTPersistence()
WorkflowInstanceLinkLocalService.getModelClass()
WorkflowInstanceLinkLocalServiceWrapper.getModelClass()
WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks
(int start, int end) Returns a range of all the workflow instance links.WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks
(long companyId, long groupId, String className, long classPK) static List<WorkflowInstanceLink>
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks
(int start, int end) Returns a range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks
(int start, int end) Returns a range of all the workflow instance links.WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks
(long companyId, long groupId, String className, long classPK) Methods in com.liferay.portal.kernel.service with parameters of type WorkflowInstanceLinkModifier and TypeMethodDescriptionWorkflowInstanceLinkLocalService.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.WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Adds the workflow instance link to the database.WorkflowInstanceLinkLocalService.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.WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Deletes the workflow instance link from the database.WorkflowInstanceLinkLocalService.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.WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink
(WorkflowInstanceLink workflowInstanceLink) Updates the workflow instance link in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type WorkflowInstanceLinkModifier and TypeMethodDescription<R,
E extends Throwable>
RWorkflowInstanceLinkLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<WorkflowInstanceLink>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RWorkflowInstanceLinkLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<WorkflowInstanceLink>, R, E> updateUnsafeFunction) -
Uses of WorkflowInstanceLink in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return WorkflowInstanceLinkModifier and TypeMethodDescriptionWorkflowInstanceLinkPersistence.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.WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.fetchByPrimaryKey
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key or returnsnull
if it could not be found.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByPrimaryKey
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key or returnsnull
if it could not be found.WorkflowInstanceLinkPersistence.findByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> 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 = ?.WorkflowInstanceLinkPersistence.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink[]
WorkflowInstanceLinkUtil.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByPrimaryKey
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key or throws aNoSuchWorkflowInstanceLinkException
if it could not be found.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByPrimaryKey
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key or throws aNoSuchWorkflowInstanceLinkException
if it could not be found.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) WorkflowInstanceLinkPersistence.updateImpl
(WorkflowInstanceLink workflowInstanceLink) static WorkflowInstanceLink
WorkflowInstanceLinkUtil.updateImpl
(WorkflowInstanceLink workflowInstanceLink) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type WorkflowInstanceLinkModifier and TypeMethodDescriptionstatic Map<Serializable,
WorkflowInstanceLink> WorkflowInstanceLinkUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) WorkflowInstanceLinkPersistence.findAll()
Returns all the workflow instance links.WorkflowInstanceLinkPersistence.findAll
(int start, int end) Returns a range of all the workflow instance links.WorkflowInstanceLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links.WorkflowInstanceLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll()
Returns all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll
(int start, int end) Returns a range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId) Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end) Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId) Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end) Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.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 = ?.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 = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) 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) 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, 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, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) 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<WorkflowInstanceLink> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type WorkflowInstanceLinkModifier and TypeMethodDescriptionvoid
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) WorkflowInstanceLinkPersistence.updateImpl
(WorkflowInstanceLink workflowInstanceLink) static WorkflowInstanceLink
WorkflowInstanceLinkUtil.updateImpl
(WorkflowInstanceLink workflowInstanceLink) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type WorkflowInstanceLinkModifier and TypeMethodDescriptionvoid
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.WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links.WorkflowInstanceLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) 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<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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<WorkflowInstanceLink> 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 = ?.WorkflowInstanceLinkPersistence.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink[]
WorkflowInstanceLinkUtil.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator)