/** @throws PortalException */
  @Override
  public WorkflowDefinitionLink getWorkflowDefinitionLink(
      long companyId, long groupId, long classPK) throws PortalException {

    return WorkflowDefinitionLinkLocalServiceUtil.fetchWorkflowDefinitionLink(
        companyId, groupId, getClassName(), 0, 0);
  }