Package | Description |
---|---|
org.modeshape.webdav | |
org.modeshape.webdav.exceptions | |
org.modeshape.webdav.methods |
Modifier and Type | Method and Description |
---|---|
ITransaction |
LocalFileSystemStore.begin(Principal principal) |
void |
LocalFileSystemStore.commit(ITransaction transaction) |
void |
LocalFileSystemStore.createFolder(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.createResource(ITransaction transaction,
String uri) |
String[] |
LocalFileSystemStore.getChildrenNames(ITransaction transaction,
String uri) |
InputStream |
LocalFileSystemStore.getResourceContent(ITransaction transaction,
String uri) |
long |
LocalFileSystemStore.getResourceLength(ITransaction transaction,
String resourceUri) |
void |
LocalFileSystemStore.removeObject(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.rollback(ITransaction transaction) |
long |
LocalFileSystemStore.setResourceContent(ITransaction transaction,
String uri,
InputStream is,
String contentType,
String characterEncoding) |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException |
class |
LockFailedException |
class |
ObjectAlreadyExistsException |
class |
ObjectNotFoundException |
class |
UnauthenticatedException |
Modifier and Type | Method and Description |
---|---|
boolean |
DoCopy.copyResource(ITransaction transaction,
HttpServletRequest req,
HttpServletResponse resp)
Copy a resource.
|
void |
DoDelete.deleteResource(ITransaction transaction,
String path,
Hashtable<String,Integer> errorList,
HttpServletRequest req,
HttpServletResponse resp)
deletes the recources at "path"
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.