|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.storedprocess.WebDAVPackageURLResultHints
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)
.
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 |
---|
public void setCollectionURL(java.lang.String collectionURL)
collectionURL
- the package collection URL.public java.lang.String getCollectionURL()
public void setProxyURL(java.lang.String proxyURL)
proxyURL
- the proxy URL for the WebDAV server.public java.lang.String getProxyURL()
public void setCredentials(java.lang.String userName, java.lang.String password)
userName
- the user name for the WebDAV server.password
- the password for the WebDAV server.public void setDomain(java.lang.String domainName)
domainName
- the authentication domain of the WebDAV server.setCredentials(String, String)
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |