This ResultHints sub-class specfies hints for the RESULT_TYPE_PERMANENT_WEBDAV_PACKAGE
result type and subtype ResultHints.HINT_SUBTYPE_WEBDAV_USER_PR. This hint allows
the specification of any collection (relative to the Personal Repository) as the
location for the package. While the destination
collection need not exist, any intermediate collection must exist.
getCollectionInPR() Deprecated. Gets the package collection path relative to the MyResults folder
of the Personal Repository.
void
setCollectionInPR(java.lang.String collectionInPR) Deprecated. Sets the package collection path relative to the MyResults
folder of the Personal Repository.
Methods inherited from class com.sas.services.storedprocess.ResultHints
Sets the package collection path relative to the MyResults
folder of the Personal Repository. If a new instance is to be created
this is the path to the collection which will contain the newly created
collection.
Parameters:
collectionInPR - the path of the package collection relative to the Personal Repository.
null is a valid argument only if a new instance is to be created.
Gets the package collection path relative to the MyResults folder
of the Personal Repository. If a new instance is to be created
this is the path to the collection which will contain the newly created
collection.