Package com.sas.services.storedprocess
Class PermanentPackageResultHints
java.lang.Object
com.sas.services.storedprocess.ResultHints
com.sas.services.storedprocess.PermanentPackageResultHints
- All Implemented Interfaces:
Serializable,Cloneable
Deprecated.
This ResultHints sub-class specfies hints for the RESULT_TYPE_PERMANENT_FILE_PACKAGE
result type.
- Since:
- 1.1
- See Also:
-
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
Modifier and TypeMethodDescriptionStringDeprecated.Gets the instance name of the archive.StringDeprecated.Gets the repository name of the archive.voidsetArchiveName(String archiveName) Deprecated.Sets the instance name of the archive.voidsetArchivePath(String archivePath) Deprecated.Sets the repository name of the archive.Methods inherited from class com.sas.services.storedprocess.ResultHints
clone, getResultLocation, isLifecycleBound, isNewInstanceCreated, setLifecycleBound, setNewInstanceCreatedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
setArchiveName
public void setArchiveName(String archiveName) Deprecated.Sets the instance name of the archive.- Parameters:
archiveName- the name of the archive instance.
-
getArchiveName
public String getArchiveName()Deprecated.Gets the instance name of the archive.- Returns:
- archiveName the name of the archive instance.
-
setArchivePath
public void setArchivePath(String archivePath) Deprecated.Sets the repository name of the archive.- Parameters:
archivePath- the name of the repository to contain the archive.
-
getArchivePath
public String getArchivePath()Deprecated.Gets the repository name of the archive.- Returns:
- the name of the repository to contain the archive.
-