Class PermanentPackageResultHints

java.lang.Object
com.sas.services.storedprocess.ResultHints
com.sas.services.storedprocess.PermanentPackageResultHints
All Implemented Interfaces:
Serializable, Cloneable

public final class PermanentPackageResultHints extends ResultHints
Deprecated.
This ResultHints sub-class specfies hints for the RESULT_TYPE_PERMANENT_FILE_PACKAGE result type.
Since:
1.1
See Also:
  • 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.