Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.wss.backend
Class AbstractNuxeoCoreBackend

java.lang.Object
  extended by org.nuxeo.wss.spi.AbstractWSSBackend
      extended by org.nuxeo.ecm.platform.wss.backend.AbstractNuxeoCoreBackend
All Implemented Interfaces:
NuxeoWSSBackend, WSSBackend
Direct Known Subclasses:
SearchBasedVirtualRootBackend, SimpleNuxeoBackend

public abstract class AbstractNuxeoCoreBackend
extends AbstractWSSBackend
implements NuxeoWSSBackend


Constructor Summary
AbstractNuxeoCoreBackend()
           
 
Method Summary
 void begin()
           
 void discardChanges()
           
 void discardChanges(boolean release)
           
 void saveChanges()
           
 void saveChanges(boolean release)
           
 
Methods inherited from class org.nuxeo.wss.spi.AbstractWSSBackend
exists, listFolderishItems, listLeafItems
 
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
createFileItem, createFolder, exists, getItem, getMetaData, getSite, listFolderishItems, listItems, listLeafItems, moveItem, removeItem
 

Constructor Detail

AbstractNuxeoCoreBackend

public AbstractNuxeoCoreBackend()
Method Detail

begin

public void begin()
           throws WSSException
Specified by:
begin in interface WSSBackend
Throws:
WSSException

discardChanges

public void discardChanges()
                    throws WSSException
Specified by:
discardChanges in interface WSSBackend
Throws:
WSSException

discardChanges

public void discardChanges(boolean release)
                    throws WSSException
Specified by:
discardChanges in interface NuxeoWSSBackend
Throws:
WSSException

saveChanges

public void saveChanges()
                 throws WSSException
Specified by:
saveChanges in interface WSSBackend
Throws:
WSSException

saveChanges

public void saveChanges(boolean release)
                 throws WSSException
Specified by:
saveChanges in interface NuxeoWSSBackend
Throws:
WSSException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.