org.nuxeo.wss.spi.dummy
Class DummyWSSBackend
java.lang.Object
org.nuxeo.wss.spi.AbstractWSSBackend
org.nuxeo.wss.spi.dummy.DummyWSSBackend
- All Implemented Interfaces:
- WSSBackend
public class DummyWSSBackend
- extends AbstractWSSBackend
- implements WSSBackend
DummyWSSBackend
public DummyWSSBackend()
listItems
public List<WSSListItem> listItems(String location)
- Specified by:
listItems in interface WSSBackend
getItem
public WSSListItem getItem(String location)
throws WSSException
- Specified by:
getItem in interface WSSBackend
- Throws:
WSSException
discardChanges
public void discardChanges()
throws WSSException
- Specified by:
discardChanges in interface WSSBackend
- Throws:
WSSException
saveChanges
public void saveChanges()
throws WSSException
- Specified by:
saveChanges in interface WSSBackend
- Throws:
WSSException
moveItem
public WSSListItem moveItem(String oldLocation,
String newLocation)
throws WSSException
- Specified by:
moveItem in interface WSSBackend
- Throws:
WSSException
removeItem
public void removeItem(String location)
- Specified by:
removeItem in interface WSSBackend
createFolder
public WSSListItem createFolder(String location,
String name)
- Specified by:
createFolder in interface WSSBackend
createFileItem
public WSSListItem createFileItem(String location,
String name)
throws WSSException
- Specified by:
createFileItem in interface WSSBackend
- Throws:
WSSException
getMetaData
public DWSMetaData getMetaData(String location,
WSSRequest request)
throws WSSException
- Specified by:
getMetaData in interface WSSBackend
- Throws:
WSSException
getSite
public Site getSite(String location)
- Specified by:
getSite in interface WSSBackend
begin
public void begin()
throws WSSException
- Specified by:
begin in interface WSSBackend
- Throws:
WSSException
Copyright © 2011 Nuxeo SA. All Rights Reserved.