| Methods in com.sas.services.storedprocess that return StoredProcessInterface |
StoredProcessInterface |
StoredProcessServiceProxy.newStoredProcess(SessionContextInterface sessionContext,
int serverType,
int resultType)
Deprecated. This method has been deprecated since it is a pass through call to the
deprecated
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, int, int). |
abstract StoredProcessInterface |
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface sessionContext,
int serverType,
int resultType)
Deprecated. The StoredProcessInterface
service object returned by this method cannot be used with the
Prompting Framework.
See #newStoredProcess(int, int, StoredProcessOptions). |
StoredProcessInterface |
StoredProcessServiceProxy.newStoredProcess(SessionContextInterface sessionContext,
StoredProcessInterface storedProcessSmartObject)
Deprecated. This method has been deprecated since it is a pass through call to the
deprecated
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, com.sas.services.storedprocess.metadata.StoredProcessInterface). |
abstract StoredProcessInterface |
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface sessionContext,
StoredProcessInterface storedProcessSmartObject)
Deprecated. The StoredProcessInterface
service object returned by this method cannot be used to avail of features introduced
in 9.2 or later.
See StoredProcessServiceInterface.newStoredProcess(com.sas.services.storedprocess.metadata.StoredProcessInterface, StoredProcessOptions). |