|
Nuxeo Filesystem Connectors 5.5-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSSException in org.nuxeo.ecm.platform.wi.backend.wss |
|---|
| Methods in org.nuxeo.ecm.platform.wi.backend.wss that throw WSSException | |
|---|---|
void |
WSSBackendAdapter.begin()
|
void |
WSSFakeBackend.begin()
|
void |
WSSRootBackendAdapter.begin()
|
void |
WSSVirtualBackendAdapter.begin()
|
void |
VirtualListItem.checkOut(String s)
|
void |
NuxeoListItem.checkOut(String userName)
|
WSSListItem |
WSSBackendAdapter.createFileItem(String parentPath,
String name)
|
WSSListItem |
WSSFakeBackend.createFileItem(String s,
String s1)
|
WSSListItem |
WSSRootBackendAdapter.createFileItem(String parentPath,
String name)
|
WSSListItem |
WSSVirtualBackendAdapter.createFileItem(String parentPath,
String name)
|
WSSListItem |
WSSBackendAdapter.createFolder(String parentPath,
String name)
|
WSSListItem |
WSSFakeBackend.createFolder(String s,
String s1)
|
WSSListItem |
WSSRootBackendAdapter.createFolder(String parentPath,
String name)
|
WSSListItem |
WSSVirtualBackendAdapter.createFolder(String parentPath,
String name)
|
void |
WSSBackendAdapter.discardChanges()
|
void |
WSSFakeBackend.discardChanges()
|
void |
WSSRootBackendAdapter.discardChanges()
|
void |
WSSVirtualBackendAdapter.discardChanges()
|
org.nuxeo.ecm.core.api.DocumentModel |
WSSBackendAdapter.getDocument(String location)
|
WSSListItem |
WSSBackendAdapter.getItem(String location)
|
WSSListItem |
WSSFakeBackend.getItem(String s)
|
WSSListItem |
WSSRootBackendAdapter.getItem(String location)
|
WSSListItem |
WSSVirtualBackendAdapter.getItem(String location)
|
DWSMetaData |
WSSBackendAdapter.getMetaData(String location,
WSSRequest wssRequest)
|
DWSMetaData |
WSSFakeBackend.getMetaData(String s,
WSSRequest wssRequest)
|
DWSMetaData |
WSSRootBackendAdapter.getMetaData(String location,
WSSRequest wssRequest)
|
DWSMetaData |
WSSVirtualBackendAdapter.getMetaData(String location,
WSSRequest wssRequest)
|
Site |
WSSBackendAdapter.getSite(String location)
|
Site |
WSSFakeBackend.getSite(String s)
|
Site |
WSSRootBackendAdapter.getSite(String location)
|
Site |
WSSVirtualBackendAdapter.getSite(String location)
|
List<WSSListItem> |
WSSFakeBackend.listFolderishItems(String s)
|
List<WSSListItem> |
WSSBackendAdapter.listItems(String location)
|
List<WSSListItem> |
WSSFakeBackend.listItems(String s)
|
List<WSSListItem> |
WSSRootBackendAdapter.listItems(String location)
|
List<WSSListItem> |
WSSVirtualBackendAdapter.listItems(String location)
|
List<WSSListItem> |
WSSFakeBackend.listLeafItems(String s)
|
WSSListItem |
WSSBackendAdapter.moveItem(org.nuxeo.ecm.core.api.DocumentModel model,
String destination)
|
WSSListItem |
WSSBackendAdapter.moveItem(String location,
String destination)
|
WSSListItem |
WSSFakeBackend.moveItem(String s,
String s1)
|
WSSListItem |
WSSRootBackendAdapter.moveItem(String location,
String destination)
|
WSSListItem |
WSSVirtualBackendAdapter.moveItem(String location,
String destination)
|
void |
WSSBackendAdapter.removeItem(String location)
|
void |
WSSFakeBackend.removeItem(String s)
|
void |
WSSRootBackendAdapter.removeItem(String location)
|
void |
WSSVirtualBackendAdapter.removeItem(String location)
|
void |
WSSBackendAdapter.saveChanges()
|
void |
WSSFakeBackend.saveChanges()
|
void |
WSSRootBackendAdapter.saveChanges()
|
void |
WSSVirtualBackendAdapter.saveChanges()
|
void |
VirtualListItem.setStream(InputStream inputStream,
String s)
|
void |
NuxeoListItem.setStream(InputStream is,
String fileName)
|
void |
VirtualListItem.uncheckOut(String s)
|
void |
NuxeoListItem.uncheckOut(String userName)
|
| Uses of WSSException in org.nuxeo.wss |
|---|
| Subclasses of WSSException in org.nuxeo.wss | |
|---|---|
class |
WSSSecurityException
|
| Uses of WSSException in org.nuxeo.wss.fprpc.exceptions |
|---|
| Subclasses of WSSException in org.nuxeo.wss.fprpc.exceptions | |
|---|---|
class |
MalformedFPRPCRequest
|
| Uses of WSSException in org.nuxeo.wss.handlers.fakews |
|---|
| Methods in org.nuxeo.wss.handlers.fakews that throw WSSException | |
|---|---|
void |
FakeWebS.handleRequest(FakeWSRequest request,
WSSResponse response)
|
void |
FakeWSHandler.handleRequest(FakeWSRequest request,
WSSResponse response)
|
void |
FakeLists.handleRequest(FakeWSRequest request,
WSSResponse response)
|
void |
FakeDWS.handleRequest(FakeWSRequest request,
WSSResponse response)
|
| Uses of WSSException in org.nuxeo.wss.handlers.fprpc |
|---|
| Methods in org.nuxeo.wss.handlers.fprpc that throw WSSException | |
|---|---|
void |
FPRPCHandler.handleRequest(FPRPCRequest request,
FPRPCResponse fpResponse)
|
void |
AbstractFPRPCHandler.handleRequest(FPRPCRequest request,
FPRPCResponse fpResponse)
|
| Uses of WSSException in org.nuxeo.wss.spi |
|---|
| Methods in org.nuxeo.wss.spi that throw WSSException | |
|---|---|
void |
WSSBackend.begin()
|
void |
WSSListItem.checkOut(String userName)
|
WSSListItem |
WSSBackend.createFileItem(String location,
String name)
|
WSSListItem |
WSSBackend.createFolder(String location,
String name)
|
void |
WSSBackend.discardChanges()
|
WSSListItem |
WSSBackend.getItem(String location)
|
DWSMetaData |
WSSBackend.getMetaData(String location,
WSSRequest request)
|
Site |
WSSBackend.getSite(String location)
|
List<WSSListItem> |
WSSBackend.listFolderishItems(String location)
|
List<WSSListItem> |
AbstractWSSBackend.listFolderishItems(String location)
|
List<WSSListItem> |
WSSBackend.listItems(String location)
|
List<WSSListItem> |
WSSBackend.listLeafItems(String location)
|
List<WSSListItem> |
AbstractWSSBackend.listLeafItems(String location)
|
WSSListItem |
WSSBackend.moveItem(String oldLocation,
String newLocation)
|
void |
WSSBackend.removeItem(String location)
|
void |
WSSBackend.saveChanges()
|
void |
WSSListItem.setStream(InputStream stream,
String fileName)
|
void |
WSSListItem.uncheckOut(String userName)
|
| Uses of WSSException in org.nuxeo.wss.spi.dummy |
|---|
| Methods in org.nuxeo.wss.spi.dummy that throw WSSException | |
|---|---|
void |
DummyWSSBackend.begin()
|
void |
DummyWSSListItem.checkOut(String userName)
|
WSSListItem |
DummyWSSBackend.createFileItem(String location,
String name)
|
void |
DummyWSSBackend.discardChanges()
|
WSSListItem |
DummyWSSBackend.getItem(String location)
|
DWSMetaData |
DummyWSSBackend.getMetaData(String location,
WSSRequest request)
|
WSSListItem |
DummyWSSBackend.moveItem(String oldLocation,
String newLocation)
|
void |
DummyWSSBackend.saveChanges()
|
void |
DummyWSSListItem.setStream(InputStream stream,
String fileName)
|
void |
DummyWSSListItem.uncheckOut(String userName)
|
|
Nuxeo Filesystem Connectors 5.5-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||