org.exoplatform.services.jcr.ext.script.groovy
Class ObservationListenerConfiguration
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObservationListenerConfiguration
public ObservationListenerConfiguration()
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
Copyright © 2014 eXo Platform SAS. All Rights Reserved.