Class GroovyScript2RestUpdateListener

java.lang.Object
org.exoplatform.services.jcr.ext.script.groovy.GroovyScript2RestUpdateListener
All Implemented Interfaces:
javax.jcr.observation.EventListener

public class GroovyScript2RestUpdateListener extends Object implements javax.jcr.observation.EventListener
Version:
$Id: GroovyScript2RestUpdateListener.java 34445 2009-07-24 07:51:18Z dkatayev $
Author:
Andrey Parfonov
  • Constructor Details

    • GroovyScript2RestUpdateListener

      public GroovyScript2RestUpdateListener(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspace, GroovyScript2RestLoader groovyScript2RestLoader)
      Parameters:
      repository - repository
      workspace - workspace name
      groovyScript2RestLoader - See GroovyScript2RestLoader
  • Method Details

    • onEvent

      public void onEvent(javax.jcr.observation.EventIterator eventIterator)
      Specified by:
      onEvent in interface javax.jcr.observation.EventListener