Followup questions: 1. I'm using orientdb server version 2.0.5 so classes V and E are already there by default as soon as I create the database. Can you elaborate on exactly how to accomplish "let V and E extend OTriggered"?
2. I was successful in creating a java hook despite the documentation being very hard to follow, incomplete, and containing bad examples that produce compile errors. I would like to put what I've learned and have working into some sort of summary that I can contribute back to the community for the next user who comes along. Do you have any suggestions on the best way to do this? One of the best things I like about http://php.net/manual/ is the user contributed notes at the bottom of each page. I don't see anything like that in the orientdb online manual. I could post a summary to this google group if that's the best way. Or possibly enhancing the online manual via a feature branch on git? Let me know. On Thursday, March 26, 2015 at 12:14:26 AM UTC-6, Luigi Dell'Aquila wrote: > > Hi David, > > you can just let V and E extend OTriggered, or define your hooks in Java > if you want to avoid it. > > Regards > > Luigi > > > 2015-03-26 0:40 GMT+01:00 David Carr <[email protected] <javascript:>>: > >> After a bit of trial and error, I have been able to get hooks working on >> custom classes extended from the OTriggered class. However, I need hooks >> working on classes extended from V and E. I can't get it to work in my >> tests. Does anyone out there know if hooks are possible on vertices and >> edges or if this is on the development roadmap somewhere? >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
