Class EventServiceConfiguratorFilter

java.lang.Object
org.nuxeo.ecm.platform.importer.filter.EventServiceConfiguratorFilter
All Implemented Interfaces:
ImporterFilter

public class EventServiceConfiguratorFilter extends Object implements ImporterFilter
  • Field Details

    • blockSyncPostCommitProcessing

      protected boolean blockSyncPostCommitProcessing
    • blockAsyncProcessing

      protected boolean blockAsyncProcessing
    • blockMimeTypeDetection

      protected boolean blockMimeTypeDetection
    • blockNotifications

      protected boolean blockNotifications
    • blockIndexing

      protected boolean blockIndexing
    • bulkMode

      protected boolean bulkMode
    • NOTIF_LISTENER

      protected static final String NOTIF_LISTENER
      See Also:
    • MIME_LISTENER

      protected static final String MIME_LISTENER
      See Also:
    • INDEXING_LISTENER

      protected static final String INDEXING_LISTENER
      See Also:
  • Constructor Details

    • EventServiceConfiguratorFilter

      public EventServiceConfiguratorFilter(Boolean blockSyncPostCommitProcessing, Boolean blockAsyncProcessing, Boolean blockMimeTypeDetection, Boolean blockIndexing, Boolean bulkMode)
  • Method Details

    • handleBeforeImport

      public void handleBeforeImport()
      Specified by:
      handleBeforeImport in interface ImporterFilter
    • handleAfterImport

      public void handleAfterImport(Exception e)
      Specified by:
      handleAfterImport in interface ImporterFilter
    • getBlockNotifications

      public boolean getBlockNotifications()
    • setBlockNotifications

      public void setBlockNotifications(boolean blockNotifications)
    • toString

      public String toString()
      Overrides:
      toString in class Object