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
WSSException
List<WSSListItem> listItems(String location) throws WSSException
WSSException
List<WSSListItem> listFolderishItems(String location) throws WSSException
WSSException
List<WSSListItem> listLeafItems(String location) throws WSSException
WSSException
void begin() throws WSSException
WSSException
void saveChanges() throws WSSException
WSSException
WSSListItem moveItem(String oldLocation, String newLocation) throws WSSException
WSSException
void removeItem(String location) throws WSSException
WSSException
boolean exists(String location)
WSSListItem createFolder(String location, String name) throws WSSException
WSSException
WSSListItem createFileItem(String location, String name) throws WSSException
WSSException
DWSMetaData getMetaData(String location, WSSRequest request) throws WSSException
WSSException
Site getSite(String location) throws WSSException
WSSException
Copyright © 2015 Nuxeo SA. All rights reserved.