|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use DAVException | |
|---|---|
| com.sas.services.webdav | Provides a client API for accessing WebDAV servers. |
| Uses of DAVException in com.sas.services.webdav |
|---|
| Methods in com.sas.services.webdav that throw DAVException | |
|---|---|
abstract org.apache.http.entity.ContentType |
DAVResourceInterface.contentType()
Gets the Apache HTTP entity content type of the content for this DAV resource. |
abstract DAVResource |
DAVResourceInterface.copy(java.lang.String targetUrl)
Copies resource to the target destination. |
DAVResource |
DAVResource.copy(java.lang.String targetPath)
Copies resource to the target destination. |
abstract void |
DAVResourceInterface.delete()
Deletes this DAV resource. |
void |
DAVResource.delete()
Deletes this DAV resource. |
abstract void |
DAVResourceInterface.doCheckin()
Check in this DAV resource. |
void |
DAVResource.doCheckin()
Check in this DAV resource. |
abstract void |
DAVResourceInterface.doCheckout()
Checks out this DAV resource. |
void |
DAVResource.doCheckout()
Checks out this DAV resource. |
abstract void |
DAVResourceInterface.doControl()
Puts the resource under version control. |
void |
DAVResource.doControl()
Puts the resource under version control. |
abstract void |
DAVResourceInterface.doLabel(int labelAction,
java.lang.String label)
Modifies the version label on the resource (if this is supported by the server). |
void |
DAVResource.doLabel(int labelAction,
java.lang.String label)
Modifies the version label on the resource (if this is supported by the server). |
abstract void |
DAVResourceInterface.doLabel(int labelAction,
java.lang.String label,
int depth)
Modifies the label on the version resource (if this is supported by the server). |
void |
DAVResource.doLabel(int labelAction,
java.lang.String label,
int depth)
Modifies the label on the version resource (if this is supported by the server). |
java.util.Properties |
DAVResource.doOptions()
Gets the options as Properties representing the header name/value pairs. |
abstract DavPropertyResult |
DAVResourceInterface.doReport(org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo)
Gets a report on the current DAV resource. |
DavPropertyResult |
DAVResource.doReport(org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo)
Gets a report on the current DAV resource. |
abstract DavPropertyResult |
DAVResourceInterface.doSearch(org.apache.jackrabbit.webdav.search.SearchInfo searchInfo)
The SEARCH method invokes one of the implemented search grammars on the server to evaluate the query. |
DavPropertyResult |
DAVResource.doSearch(org.apache.jackrabbit.webdav.search.SearchInfo searchInfo)
The SEARCH method invokes one of the implemented search grammars on the server to evaluate the query. |
abstract void |
DAVResourceInterface.doUncheckout()
Uncheckout this DAV resource, canceling a previous checkout. |
void |
DAVResource.doUncheckout()
Uncheckout this DAV resource, canceling a previous checkout. |
abstract com.sas.services.webdav.Acl |
DAVResourceInterface.getAcl()
Gets the access control list for this DAV resource. |
com.sas.services.webdav.Acl |
DAVResource.getAcl()
Gets the access control list for this DAV resource. |
abstract java.lang.String |
DAVResourceInterface.getACL()
Gets the access control list (ACL) for this DAV resource. |
java.lang.String |
DAVResource.getACL()
Gets the access control list (ACL) for this DAV resource. |
abstract com.sas.services.webdav.Version |
DAVResourceInterface.getCheckedIn()
Retrieves the currently checked in resource. |
com.sas.services.webdav.Version |
DAVResource.getCheckedIn()
Retrieves the currently checked in resource. |
abstract com.sas.services.webdav.Version |
DAVResourceInterface.getCheckedOut()
Retrieves the currently checked out resource. |
com.sas.services.webdav.Version |
DAVResource.getCheckedOut()
Retrieves the currently checked out resource. |
abstract java.util.List |
DAVResourceInterface.getChildrenList(java.lang.String path)
Gets the list of children. |
java.util.Map<java.lang.String,PropertyMap> |
DAVResource.getChildrenProperties(PropertyName[] properties)
Get all the properties of a collection's members (depth=1) in as single server request. |
abstract byte[] |
DAVResourceInterface.getContents()
Gets the contents of this DAV resource as a byte array. |
byte[] |
DAVResource.getContents()
Gets the contents of this DAV resource as a byte array. |
abstract void |
DAVResourceInterface.getContents(java.io.File fileData)
Gets the content of this DAV resource into a file specified as the parameter. |
void |
DAVResource.getContents(java.io.File fileData)
Gets the content of this DAV resource into a file specified as the parameter. |
abstract java.lang.String |
DAVResourceInterface.getContentsAsString()
Gets the contents of this DAV resource as a String. |
java.lang.String |
DAVResource.getContentsAsString()
Gets the contents of this DAV resource as a String. |
abstract java.io.InputStream |
DAVResourceInterface.getContentsInputStream()
Gets the content of this DAV resource as a stream. |
java.io.InputStream |
DAVResource.getContentsInputStream()
Gets the content of this DAV resource as a stream. |
abstract java.lang.String |
DAVResourceInterface.getContentType()
Gets the content type of the content for this DAV resource. |
abstract DavPropertyResult |
DAVResourceInterface.getDavProperties()
Gets all of the DAV resource's properties using the resource's depth. |
DavPropertyResult |
DAVResource.getDavProperties()
Gets all of the DAV resource's properties using the resource's depth. |
abstract DavPropertyResult |
DAVResourceInterface.getDavProperties(org.apache.jackrabbit.webdav.property.DavPropertyNameSet davPropertyNameSet,
int depth)
Gets the properties for the specified DAV property names and search depth. |
DavPropertyResult |
DAVResource.getDavProperties(org.apache.jackrabbit.webdav.property.DavPropertyNameSet davPropertyNameSet,
int depth)
Gets the properties for the specified DAV property names and search depth. |
abstract DavPropertyResult |
DAVResourceInterface.getDavProperties(int depth)
Gets all of the DAV resource's properties for the specified depth. |
DavPropertyResult |
DAVResource.getDavProperties(int depth)
Gets all of the DAV resource's properties for the specified depth. |
abstract DavPropertyResult |
DAVResourceInterface.getDavProperties(PropertyName[] propertyNames)
Gets all the properties for the specified property names on the DAV resource. |
DavPropertyResult |
DAVResource.getDavProperties(PropertyName[] propertyNames)
Gets all the properties for the specified property names on the DAV resource. |
abstract DavPropertyResult |
DAVResourceInterface.getDavProperties(PropertyName[] propertyNames,
int depth)
Gets all the properties for the specified property names on the DAV resource. |
DavPropertyResult |
DAVResource.getDavProperties(PropertyName[] propertyNames,
int depth)
Gets all the properties for the specified property names on the DAV resource. |
abstract DavPropertyResult |
DAVResourceInterface.getDavPropertyNames()
Gets DAV properties for all of a DAV resource's property names. |
DavPropertyResult |
DAVResource.getDavPropertyNames()
Gets DAV properties for all of a DAV resource's property names. |
abstract DavPropertyResult |
DAVResourceInterface.getDavPropertyNames(int depth)
Gets DAV properties for all of a DAV resource's property names for the specified depth. |
DavPropertyResult |
DAVResource.getDavPropertyNames(int depth)
Gets DAV properties for all of a DAV resource's property names for the specified depth. |
abstract int |
DAVResourceInterface.getDepth()
Gets the value for depth. |
java.lang.String |
DAVResource.getLock(java.lang.String userName)
Gets this DAV resource's lock token for the specified user. |
abstract boolean |
DAVResourceInterface.getOverwrite()
Gets the overwrite flag which specifies whether this DAV resource can be overwritten. |
abstract java.util.List |
DAVResourceInterface.getPreviousVersionNames()
Gets a list of previous version names for this DAV resource. |
java.util.List |
DAVResource.getPreviousVersionNames()
Gets a list of previous version names for this DAV resource. |
PropertyMap |
DAVResource.getPropertyMap()
Returns a property map of the resources properties. |
abstract int |
DAVResourceInterface.getStatusCode()
Gets the HTTP status code for the last operation/method. |
int |
DAVResource.getStatusCode()
Gets the HTTP status code for the last operation/method. |
abstract java.lang.String |
DAVResourceInterface.getStatusMessage()
Gets the message associated with the status code for the last operation/method. |
abstract java.net.URL |
DAVResourceInterface.getURL()
Gets the URL that this DAV resource represents. |
java.net.URL |
DAVResource.getURL()
Gets the URL that this DAV resource represents. |
abstract com.sas.services.webdav.Version |
DAVResourceInterface.getVersion(java.lang.String versionName)
Gets a particular version of this DAV resource. |
com.sas.services.webdav.Version |
DAVResource.getVersion(java.lang.String versionName)
Gets a particular version of this DAV resource. |
abstract boolean |
DAVResourceInterface.isCollection()
Is this DAV resource a collection? |
boolean |
DAVResource.isCollection()
Is this DAV resource a collection? |
abstract boolean |
DAVResourceInterface.isLocked()
Is this DAV resource locked? |
boolean |
DAVResource.isLocked()
Is this DAV resource locked? |
abstract java.lang.String |
DAVResourceInterface.lock()
Locks this DAV resource. |
java.lang.String |
DAVResource.lock()
Locks this DAV resource. |
abstract boolean |
DAVResourceInterface.makeCollection()
Makes a collection. |
boolean |
DAVResource.makeCollection()
Makes a collection. |
abstract DAVResource |
DAVResourceInterface.move(java.lang.String targetUrl)
Moves this DAV resource to the location given in the parameter. |
DAVResource |
DAVResource.move(java.lang.String targetPath)
Moves this DAV resource to the location given in the parameter. |
abstract void |
DAVResourceInterface.removeProperties(org.w3c.dom.Element[] propNames)
Removes the properties specified in the parameter. |
void |
DAVResource.removeProperties(org.w3c.dom.Element[] propNames)
Removes the properties specified in the parameter. |
abstract void |
DAVResourceInterface.removeProperties(PropertyName[] propNames)
Removes the properties specified in the parameter. |
void |
DAVResource.removeProperties(PropertyName[] propertyNames)
Removes the properties specified in the parameter. |
abstract void |
DAVResourceInterface.removeProperty(org.w3c.dom.Element propName)
Removes the property specified in the parameter. |
void |
DAVResource.removeProperty(org.w3c.dom.Element propName)
Removes the property specified in the parameter. |
abstract void |
DAVResourceInterface.removeProperty(PropertyName propName)
Removes the property specified in the parameter. |
void |
DAVResource.removeProperty(PropertyName propName)
Removes the property specified in the parameter. |
abstract void |
DAVResourceInterface.removeProperty(java.lang.String propName)
Removes the property specified in the parameter. |
void |
DAVResource.removeProperty(java.lang.String propName)
Removes the property specified in the parameter. |
abstract java.lang.String |
DAVResourceInterface.setAcl(com.sas.services.webdav.Acl acl)
Sets the access control list for this DAV resource. |
java.lang.String |
DAVResource.setAcl(com.sas.services.webdav.Acl acl)
Sets the access control list for this DAV resource. |
abstract java.lang.String |
DAVResourceInterface.setACL(java.lang.String acl)
Set/Update the Access Control List for this DAV resource. |
java.lang.String |
DAVResource.setACL(java.lang.String acl)
Set/Update the Access Control List for this DAV resource. |
abstract void |
DAVResourceInterface.setContents(byte[] contents)
Sets the contents of the resource, passing in a byte array. |
void |
DAVResource.setContents(byte[] contents)
Sets the contents of the resource, passing in a byte array. |
abstract void |
DAVResourceInterface.setContents(java.io.InputStream is)
Sets the contents of the resource from an input stream. |
void |
DAVResource.setContents(java.io.InputStream is)
Sets the contents of the resource from an input stream. |
abstract void |
DAVResourceInterface.setContents(java.lang.String content)
Sets the contents of the resource, passing in a URL. |
void |
DAVResource.setContents(java.lang.String content)
Sets the contents of the resource, passing in a URL. |
abstract void |
DAVResourceInterface.setContents(java.net.URL url)
Sets the contents of the resource, passing in a URL. |
void |
DAVResource.setContents(java.net.URL url)
Sets the contents of the resource, passing in a URL. |
abstract void |
DAVResourceInterface.setContentType(java.lang.String contentType)
Sets the contents type for the content of the resource. |
void |
DAVResource.setContentType(java.lang.String contentType)
Sets the contents type for the content of the resource. |
abstract void |
DAVResourceInterface.setDepth(int depth)
Set the value for depth. |
void |
DAVResource.setDepth(int depth)
Set the value for depth. |
abstract void |
DAVResourceInterface.setOverwrite(boolean overwrite)
Sets the overwrite flag which specifies whether this DAV resource can be overwritten. |
abstract void |
DAVResourceInterface.setProperties(org.w3c.dom.DocumentFragment props)
Sets the values of properties, as given in the parameter. |
void |
DAVResource.setProperties(org.w3c.dom.DocumentFragment props)
Sets the values of properties, as given in the parameter. |
abstract void |
DAVResourceInterface.setProperties(org.w3c.dom.Element[] props)
Sets the values of properties, as given in the parameter. |
void |
DAVResource.setProperties(org.w3c.dom.Element[] elems)
Sets the values of properties, as given in the parameter. |
abstract void |
DAVResourceInterface.setProperties(PropertyName[] propNames,
java.lang.String[] propValues)
Sets the values of properties, as given in the parameter. |
void |
DAVResource.setProperties(PropertyName[] propNames,
java.lang.String[] propValues)
Sets the values of properties, as given in the parameter. |
abstract void |
DAVResourceInterface.setProperty(org.w3c.dom.Element prop)
Sets the value of a property, as given in the parameter. |
void |
DAVResource.setProperty(org.w3c.dom.Element prop)
Sets the value of a property, as given in the parameter. |
abstract void |
DAVResourceInterface.setProperty(PropertyName propName,
java.lang.String propValue)
Sets the value of a property, as given in the parameter. |
void |
DAVResource.setProperty(PropertyName propName,
java.lang.String propValue)
Sets the value of a property, as given in the parameter. |
static java.util.Map |
Utils.transformDavProperties(java.lang.String url,
java.util.List<DavPropertyItem> davPropertyItems,
int key)
|
static java.lang.String |
Utils.transformURL(java.lang.String targetUrl,
java.lang.String originUrl)
|
abstract void |
DAVResourceInterface.unlock()
Unlocks the resource, if previously locked by the same principal. |
void |
DAVResource.unlock()
Unlocks the resource, if previously locked by the same principal. |
abstract void |
DAVResourceInterface.unlock(java.lang.String lockToken)
Unlocks the resource, with the correct locktoken. |
void |
DAVResource.unlock(java.lang.String lockToken)
Unlocks the resource, with the correct locktoken. |
| Constructors in com.sas.services.webdav that throw DAVException | |
|---|---|
DAVResource(ConnectionInfo cInfo)
Creates a DAVResource using the connection information. |
|
DAVResource(ConnectionInfo cInfo,
boolean createCollection)
Creates a DAVResource using the connection information. |
|
DAVResource(java.lang.String url)
Creates a DAVResource using a string URL. |
|
DAVResource(java.lang.String url,
boolean createCollection)
Creates a DAVResource using a string URL and boolean flag to indicate whether a collection should be created. |
|
DAVResource(java.lang.String url,
java.lang.String userName,
java.lang.String password)
Creates a DAVResource using a string URL, userName and password. |
|
DAVResource(java.net.URL url)
Creates a DAVResource using a Java URL. |
|
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||