Methods in com.sas.services.storedprocess with parameters of type StoredProcessInterface |
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) . |
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) . |
java.lang.Object |
StoredProcessServiceProxy.newStoredProcess(StoredProcessInterface storedProcessSmartObject,
StoredProcessOptions options)
|
java.lang.Object |
StoredProcessServiceInterface.newStoredProcess(StoredProcessInterface smartObject,
StoredProcessOptions options)
Create an instance of a Stored Process service object from metadata using the provided
smart object. |