I am looking for any documentation on:
- documentdao
- userdao
- nodedao
- versiondao
- etc.
I am creating Velocity reports and need to access elements in these DAOs:
set( $docDao = $applicationContext.getBean("documentDao"))
#set( $relDao = $applicationContext.getBean("relationshipDao"))
#set( $relTypeDao = $applicationContext.getBean("relationshipTypeDao"))
#set( $contourItemDao = $applicationContext.getBean("contourItemDao"))
#set( $verDao = $applicationContext.getBean("versionDao"))
#set( $documentTypeFieldDao = $applicationContext.getBean("documentTypeFieldDao"))
#set( $docNodeDao = $applicationContext.getBean("documentNodeDao"))
##set( $projectDocIds = $contourItemDao.getContourItemIdsForProject($mathTool.toInteger($project.id)))
#set ($userDao=$applicationContext.getBean("userDao"))
The link in this discussion was hopeful but the link doesn't work for me. Where can i find this documentation? I feel like this should be included in the Custom Report user guide but it is not there and there is no link to the information that i can find. Thanks
------------------------------
Mike Mattinson
Leidos
Orlando FL
781-698-6491
Mike
------------------------------
Original Message:
Sent: 11-24-2015 14:41
From: Harald Hotz-Behofsits
Subject: Re: Activity Log in Jama API (DAO)
I would start here:
http://velocity.jamasoftware.com/latest/com/jamasoftware/contour/api/dao/EventLogDao.html