Package com.sas.services.storedprocess
Class TransientPackageResultHints
java.lang.Object
com.sas.services.storedprocess.ResultHints
com.sas.services.storedprocess.TransientPackageResultHints
- All Implemented Interfaces:
Serializable,Cloneable
Deprecated.
This ResultHints sub-class specfies hints for the RESULT_TYPE_TRANSIENT_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 TypeMethodDescriptionObjectDeprecated.Since the package is transient, no result location is surfaced and an empty string is returned.Methods inherited from class com.sas.services.storedprocess.ResultHints
clone, isLifecycleBound, isNewInstanceCreated, setLifecycleBound, setNewInstanceCreatedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getResultLocation
public Object getResultLocation()Deprecated.Since the package is transient, no result location is surfaced and an empty string is returned.- Overrides:
getResultLocationin classResultHints- Returns:
- an empty string
-