com.sas.services.storedprocess
Class WebDAVPackageURLResultHints

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

Deprecated.

public class WebDAVPackageURLResultHints

This ResultHints sub-class specfies hints for the RESULT_TYPE_PERMANENT_WEBDAV_PACKAGE result type and subtype ResultHints.HINT_SUBTYPE_WEBDAV_URL. This hint allows the specification of any URL as the location for the package. While the destination collection need not exist, any intermediate collection must exist. This class does not support the creation of a unique instance of the collection for each execution of the stored process as enabled by ResultHints.setNewInstanceCreated(boolean).

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 getCollectionURL()
          Deprecated. Gets the collection URL of the package.
 java.lang.String getProxyURL()
          Deprecated. Gets the proxy URL for the WebDAV server.
 void setCollectionURL(java.lang.String collectionURL)
          Deprecated. Sets the collection URL of the package.
 void setCredentials(java.lang.String userName, java.lang.String password)
          Deprecated. Sets the user name and password for the WebDAV server.
 void setDomain(java.lang.String domainName)
          Deprecated. Sets the authentication domain of the WebDAV server.
 void setProxyURL(java.lang.String proxyURL)
          Deprecated. Sets the proxy URL for the WebDAV server.
 
Methods inherited from class com.sas.services.storedprocess.ResultHints
clone, getResultLocation, isLifecycleBound, isNewInstanceCreated, setLifecycleBound, setNewInstanceCreated
 

Method Detail

setCollectionURL

public void setCollectionURL(java.lang.String collectionURL)
Deprecated. 
Sets the collection URL of the package.

Parameters:
collectionURL - the package collection URL.

getCollectionURL

public java.lang.String getCollectionURL()
Deprecated. 
Gets the collection URL of the package.

Returns:
the package collection URL.

setProxyURL

public void setProxyURL(java.lang.String proxyURL)
Deprecated. 
Sets the proxy URL for the WebDAV server.

Parameters:
proxyURL - the proxy URL for the WebDAV server.

getProxyURL

public java.lang.String getProxyURL()
Deprecated. 
Gets the proxy URL for the WebDAV server.

Returns:
the proxy URL for the WebDAV server.

setCredentials

public void setCredentials(java.lang.String userName,
                           java.lang.String password)
Deprecated. 
Sets the user name and password for the WebDAV server. If set, this takes precedence over any domain specified. To reset (treat as if never set) call this method with null arguments for both parameters.

Parameters:
userName - the user name for the WebDAV server.
password - the password for the WebDAV server.

setDomain

public void setDomain(java.lang.String domainName)
Deprecated. 
Sets the authentication domain of the WebDAV server.

Parameters:
domainName - the authentication domain of the WebDAV server.
See Also:
setCredentials(String, String)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.