public class WSSBackendAdapter extends AbstractWSSBackend
| Constructor and Description | 
|---|
| WSSBackendAdapter(Backend backend,
                 String virtualRoot) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | begin() | 
| WSSListItem | createFileItem(String parentPath,
              String name) | 
| WSSListItem | createFolder(String parentPath,
            String name) | 
| boolean | exists(String location) | 
| DocumentModel | getDocument(String location) | 
| WSSListItem | getItem(String location) | 
| DWSMetaData | getMetaData(String location,
           WSSRequest wssRequest) | 
| Site | getSite(String location) | 
| List<WSSListItem> | listItems(String location) | 
| WSSListItem | moveItem(DocumentModel model,
        String destination) | 
| WSSListItem | moveItem(String location,
        String destination) | 
| void | removeItem(String location) | 
| void | saveChanges() | 
listFolderishItems, listLeafItemspublic boolean exists(String location)
exists in interface WSSBackendexists in class AbstractWSSBackendpublic WSSListItem getItem(String location) throws WSSException
WSSExceptionpublic List<WSSListItem> listItems(String location) throws WSSException
WSSExceptionpublic void begin()
           throws WSSException
WSSExceptionpublic void saveChanges()
                 throws WSSException
WSSExceptionpublic WSSListItem moveItem(String location, String destination) throws WSSException
WSSExceptionpublic WSSListItem moveItem(DocumentModel model, String destination) throws WSSException
WSSExceptionpublic DocumentModel getDocument(String location) throws WSSException
WSSExceptionpublic void removeItem(String location) throws WSSException
WSSExceptionpublic WSSListItem createFolder(String parentPath, String name) throws WSSException
WSSExceptionpublic WSSListItem createFileItem(String parentPath, String name) throws WSSException
WSSExceptionpublic DWSMetaData getMetaData(String location, WSSRequest wssRequest) throws WSSException
WSSExceptionpublic Site getSite(String location) throws WSSException
WSSExceptionCopyright © 2014 Nuxeo SA. All rights reserved.