Uses of Interface
com.sas.services.storedprocess.StoredProcessInterface

Packages that use StoredProcessInterface
com.sas.services.storedprocess Execute stored processes. 
com.sas.services.storedprocess.metadata Create and modify stored process metadata and obtain stored process service objects from metadata. 
 

Uses of StoredProcessInterface in com.sas.services.storedprocess
 

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).
 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).
 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).
 

Uses of StoredProcessInterface in com.sas.services.storedprocess.metadata
 

Methods in com.sas.services.storedprocess.metadata that return StoredProcessInterface
 StoredProcessInterface StoredProcessInterface.newServiceObject(SessionContextInterface sessionContext)
          Deprecated. The StoredProcessInterface service object returned by this method cannot be used to avail of features introduced in 9.2 or later. See StoredProcessInterface.newServiceObject().
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.