Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.archive.web.listener.ejb
Class ArchiveRecordEventTypes

java.lang.Object
  extended by org.nuxeo.ecm.platform.archive.web.listener.ejb.ArchiveRecordEventTypes

public final class ArchiveRecordEventTypes
extends Object

Constant utility class to specify archive records events,as create,edit or delete

Author:
btatar

Field Summary
static String ARCHIVE_RECORD_CREATED
          This constant is used to specify that an event of archive record creation has occured
static String ARCHIVE_RECORD_DELETED
          This constant is used to specify that an event of archive record deletion has occured
static String ARCHIVE_RECORD_EDITED
          This constant is used to specify that an event of archive record modification has occured
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARCHIVE_RECORD_CREATED

public static final String ARCHIVE_RECORD_CREATED
This constant is used to specify that an event of archive record creation has occured

See Also:
Constant Field Values

ARCHIVE_RECORD_EDITED

public static final String ARCHIVE_RECORD_EDITED
This constant is used to specify that an event of archive record modification has occured

See Also:
Constant Field Values

ARCHIVE_RECORD_DELETED

public static final String ARCHIVE_RECORD_DELETED
This constant is used to specify that an event of archive record deletion has occured

See Also:
Constant Field Values

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.