|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.storedprocess.WebDAVPackageDAVServerResultHints
public class WebDAVPackageDAVServerResultHints
This ResultHints sub-class specfies hints for the RESULT_TYPE_PERMANENT_WEBDAV_PACKAGE result type and subtype ResultHints.HINT_SUBTYPE_WEBDAV_DAVSERVER. This hint allows the specification of any collection (relative to the WebDAV server's base path) as the location for the package. While the destination collection need not exist, any intermediate collection must exist.
Field Summary |
---|
Fields inherited from class com.sas.services.storedprocess.ResultHints |
---|
HINT_SUBTYPE_NA, HINT_SUBTYPE_SET, HINT_SUBTYPE_WEBDAV_DAVSERVER, HINT_SUBTYPE_WEBDAV_URL, HINT_SUBTYPE_WEBDAV_USER_PR |
Method Summary | |
---|---|
java.lang.String |
getCollectionUnderDAVServerBasePath()
Deprecated. Gets the package collection path relative to the base path of the WebDAV server. |
HttpServerInterface |
getDAVServer()
Deprecated. Gets the WebDAV server to which the package will be published. |
java.lang.String |
getDAVServerBasePath()
Deprecated. Gets the base path of the WebDAV server. |
void |
setCollectionUnderDAVServerBasePath(java.lang.String collectionUnderDAVServerBasePath)
Deprecated. Sets the package collection path relative to the base path of the WebDAV server. |
void |
setDAVServer(HttpServerInterface davServer)
Deprecated. Sets the WebDAV server to which the package will be published. |
void |
setDAVServerBasePath(java.lang.String DAVServerBasePath)
Deprecated. Sets the base path of the WebDAV server. |
Methods inherited from class com.sas.services.storedprocess.ResultHints |
---|
clone, getResultLocation, isLifecycleBound, isNewInstanceCreated, setLifecycleBound, setNewInstanceCreated |
Method Detail |
---|
public void setDAVServer(HttpServerInterface davServer)
davServer
- the WebDAV server to which the package will be published.public HttpServerInterface getDAVServer()
public void setCollectionUnderDAVServerBasePath(java.lang.String collectionUnderDAVServerBasePath)
collectionUnderDAVServerBasePath
- the path of the package
collection relative to base path of the WebDAV server.
null is a valid argument only if a new instance is to be created.public java.lang.String getCollectionUnderDAVServerBasePath()
public java.lang.String getDAVServerBasePath()
public void setDAVServerBasePath(java.lang.String DAVServerBasePath)
DAVServerBasePath
- the base path of the WebDAV server to set.
No validation of the base path is done.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |