- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2013 08:20 PM
What is the call to get the type of an event?
These types are shown in the "Common Events" section of "Events and Listeners", http://doc.nuxeo.com/display/NXDOC/Events+and+Listeners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2013 08:24 PM
I found this posting from member 'moise' which answered my question:
http://forum.nuxeo.com/?t=msg&goto=18110&&srch=DocumentEventTypes#msg_18110
A snippet from that post:
if (!(event.getName().equals(documenteventtypes.DOCUMENT_CREATED))) {
The constants for document event types can be found in (for Nuxeo 5.6, for example):
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2013 08:24 PM
I found this posting from member 'moise' which answered my question:
http://forum.nuxeo.com/?t=msg&goto=18110&&srch=DocumentEventTypes#msg_18110
A snippet from that post:
if (!(event.getName().equals(documenteventtypes.DOCUMENT_CREATED))) {
The constants for document event types can be found in (for Nuxeo 5.6, for example):
