com.sas.services.storedprocess
Class WebDAVPackageDAVServerResultHints

com.sas.services.storedprocess.WebDAVPackageDAVServerResultHints
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

Deprecated.

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.

Since:
1.1
See Also:
Serialized Form

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

setDAVServer

public void setDAVServer(HttpServerInterface davServer)
Deprecated. 
Sets the WebDAV server to which the package will be published.

Parameters:
davServer - the WebDAV server to which the package will be published.

getDAVServer

public HttpServerInterface getDAVServer()
Deprecated. 
Gets the WebDAV server to which the package will be published.


setCollectionUnderDAVServerBasePath

public void setCollectionUnderDAVServerBasePath(java.lang.String collectionUnderDAVServerBasePath)
Deprecated. 
Sets the package collection path relative to the base path of the WebDAV server. If a new instance is to be created this is the path to the collection which will contain the newly created collection.

Parameters:
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.

getCollectionUnderDAVServerBasePath

public java.lang.String getCollectionUnderDAVServerBasePath()
Deprecated. 
Gets the package collection path relative to the base path of the WebDAV server. If a new instance is to be created this is the path to the collection which will contain the newly created collection.


getDAVServerBasePath

public java.lang.String getDAVServerBasePath()
Deprecated. 
Gets the base path of the WebDAV server.


setDAVServerBasePath

public void setDAVServerBasePath(java.lang.String DAVServerBasePath)
Deprecated. 
Sets the base path of the WebDAV server.

Parameters:
DAVServerBasePath - the base path of the WebDAV server to set. No validation of the base path is done.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.