eXo JCR :: Component :: Extension Service 1.16.0-CR2

org.exoplatform.services.jcr.ext.script.groovy
Class ObservationListenerConfiguration

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.script.groovy.ObservationListenerConfiguration

public class ObservationListenerConfiguration
extends Object

Should be used in configuration.xml as object parameter.

Version:
$Id: ObservationListenerConfiguration.java 34445 2009-07-24 07:51:18Z dkatayev $
Author:
Andrey Parfonov

Constructor Summary
ObservationListenerConfiguration()
           
 
Method Summary
 String getRepository()
           
 List<String> getWorkspaces()
           
 void setRepository(String repository)
           
 void setWorkspaces(List<String> workspaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservationListenerConfiguration

public ObservationListenerConfiguration()
Method Detail

getRepository

public String getRepository()
Returns:
get repository

setRepository

public void setRepository(String repository)
Parameters:
repository - repository name

getWorkspaces

public List<String> getWorkspaces()
Returns:
get list of workspaces

setWorkspaces

public void setWorkspaces(List<String> workspaces)
Parameters:
workspaces - list of workspaces

eXo JCR :: Component :: Extension Service 1.16.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.