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
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):
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):
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.