Class WorkflowDefinitionLinkServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.WorkflowDefinitionLinkServiceBaseImpl
com.liferay.portal.service.impl.WorkflowDefinitionLinkServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.WorkflowDefinitionLinkService

public class WorkflowDefinitionLinkServiceImpl extends WorkflowDefinitionLinkServiceBaseImpl
Author:
Jhosseph Gonzalez
  • Constructor Details

    • WorkflowDefinitionLinkServiceImpl

      public WorkflowDefinitionLinkServiceImpl()
  • Method Details

    • addWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchWorkflowDefinitionLinkByExternalReferenceCode

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWorkflowDefinitionLinks

      public List<com.liferay.portal.kernel.model.WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException