public interface WSSBackend
| Modifier and Type | Method and Description | 
|---|---|
void | 
begin()  | 
WSSListItem | 
createFileItem(String location,
              String name)  | 
WSSListItem | 
createFolder(String location,
            String name)  | 
boolean | 
exists(String location)  | 
WSSListItem | 
getItem(String location)  | 
DWSMetaData | 
getMetaData(String location,
           WSSRequest request)  | 
Site | 
getSite(String location)  | 
List<WSSListItem> | 
listFolderishItems(String location)  | 
List<WSSListItem> | 
listItems(String location)  | 
List<WSSListItem> | 
listLeafItems(String location)  | 
WSSListItem | 
moveItem(String oldLocation,
        String newLocation)  | 
void | 
removeItem(String location)  | 
void | 
saveChanges()  | 
WSSListItem getItem(String location) throws WSSException
WSSExceptionList<WSSListItem> listItems(String location) throws WSSException
WSSExceptionList<WSSListItem> listFolderishItems(String location) throws WSSException
WSSExceptionList<WSSListItem> listLeafItems(String location) throws WSSException
WSSExceptionvoid begin()
           throws WSSException
WSSExceptionvoid saveChanges()
                 throws WSSException
WSSExceptionWSSListItem moveItem(String oldLocation, String newLocation) throws WSSException
WSSExceptionvoid removeItem(String location) throws WSSException
WSSExceptionboolean exists(String location)
WSSListItem createFolder(String location, String name) throws WSSException
WSSExceptionWSSListItem createFileItem(String location, String name) throws WSSException
WSSExceptionDWSMetaData getMetaData(String location, WSSRequest request) throws WSSException
WSSExceptionSite getSite(String location) throws WSSException
WSSExceptionCopyright © 2015 Nuxeo SA. All rights reserved.