public interface DDMWebDAV
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_STRUCTURES |
static java.lang.String |
TYPE_TEMPLATES |
| Modifier and Type | Method and Description |
|---|---|
int |
addResource(WebDAVRequest webDAVRequest,
long classNameId) |
int |
deleteResource(WebDAVRequest webDAVRequest,
java.lang.String rootPath,
java.lang.String token,
long classNameId) |
Resource |
getResource(WebDAVRequest webDAVRequest,
java.lang.String rootPath,
java.lang.String token,
long classNameId) |
int |
putResource(WebDAVRequest webDAVRequest,
java.lang.String rootPath,
java.lang.String token,
long classNameId) |
Resource |
toResource(WebDAVRequest webDAVRequest,
DDMStructure structure,
java.lang.String rootPath,
boolean appendPath) |
Resource |
toResource(WebDAVRequest webDAVRequest,
DDMTemplate template,
java.lang.String rootPath,
boolean appendPath) |
Resource |
toResource(WebDAVRequest webDAVRequest,
java.lang.String type,
java.lang.String rootPath,
boolean appendPath) |
static final java.lang.String TYPE_STRUCTURES
static final java.lang.String TYPE_TEMPLATES
int addResource(WebDAVRequest webDAVRequest, long classNameId) throws java.lang.Exception
java.lang.Exceptionint deleteResource(WebDAVRequest webDAVRequest, java.lang.String rootPath, java.lang.String token, long classNameId) throws WebDAVException
WebDAVExceptionResource getResource(WebDAVRequest webDAVRequest, java.lang.String rootPath, java.lang.String token, long classNameId) throws WebDAVException
WebDAVExceptionint putResource(WebDAVRequest webDAVRequest, java.lang.String rootPath, java.lang.String token, long classNameId) throws WebDAVException
WebDAVExceptionResource toResource(WebDAVRequest webDAVRequest, DDMStructure structure, java.lang.String rootPath, boolean appendPath)
Resource toResource(WebDAVRequest webDAVRequest, DDMTemplate template, java.lang.String rootPath, boolean appendPath)
Resource toResource(WebDAVRequest webDAVRequest, java.lang.String type, java.lang.String rootPath, boolean appendPath)