Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.spi
Class AbstractWSSBackend

java.lang.Object
  extended by org.nuxeo.wss.spi.AbstractWSSBackend
All Implemented Interfaces:
WSSBackend
Direct Known Subclasses:
AbstractNuxeoCoreBackend, DummyWSSBackend, VirtualRootedBackend

public abstract class AbstractWSSBackend
extends java.lang.Object
implements WSSBackend


Constructor Summary
AbstractWSSBackend()
           
 
Method Summary
 boolean exists(java.lang.String location)
           
 java.util.List<WSSListItem> listFolderishItems(java.lang.String location)
           
 java.util.List<WSSListItem> listLeafItems(java.lang.String location)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.wss.spi.WSSBackend
begin, createFileItem, createFolder, discardChanges, getItem, getMetaData, getSite, listItems, moveItem, removeItem, saveChanges
 

Constructor Detail

AbstractWSSBackend

public AbstractWSSBackend()
Method Detail

listFolderishItems

public java.util.List<WSSListItem> listFolderishItems(java.lang.String location)
                                               throws WSSException
Specified by:
listFolderishItems in interface WSSBackend
Throws:
WSSException

listLeafItems

public java.util.List<WSSListItem> listLeafItems(java.lang.String location)
                                          throws WSSException
Specified by:
listLeafItems in interface WSSBackend
Throws:
WSSException

exists

public boolean exists(java.lang.String location)
Specified by:
exists in interface WSSBackend

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.