public List getPages(String nodeId, String title, boolean head)
      throws PortalException, SystemException {

    WikiNode node = WikiNodeUtil.findByPrimaryKey(nodeId);

    return WikiPageUtil.findByN_T_H(nodeId, title, head);
  }