Uses of Interface
com.sas.services.storedprocess.StoredProcessInterface
Packages that use StoredProcessInterface
Package
Description
Execute stored processes.
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 StoredProcessInterfaceModifier and TypeMethodDescriptionStoredProcessService.newStoredProcess(SessionContextInterface sessionContext, int serverType, int resultType) StoredProcessService.newStoredProcess(SessionContextInterface sessionContext, StoredProcessInterface storedProcessSmartObject) StoredProcessServiceInterface.newStoredProcess(SessionContextInterface sessionContext, int serverType, int resultType) Deprecated.StoredProcessServiceInterface.newStoredProcess(SessionContextInterface sessionContext, StoredProcessInterface storedProcessSmartObject) Deprecated.TheStoredProcessInterfaceservice object returned by this method cannot be used to avail of features introduced in 9.2 or later.final StoredProcessInterfaceStoredProcessServiceProxy.newStoredProcess(SessionContextInterface sessionContext, int serverType, int resultType) Deprecated.This method has been deprecated since it is a pass through call to the deprecatedStoredProcessServiceInterface.newStoredProcess(SessionContextInterface, int, int).final StoredProcessInterfaceStoredProcessServiceProxy.newStoredProcess(SessionContextInterface sessionContext, StoredProcessInterface storedProcessSmartObject) Deprecated.This method has been deprecated since it is a pass through call to the deprecatedStoredProcessServiceInterface.newStoredProcess(SessionContextInterface, com.sas.services.storedprocess.metadata.StoredProcessInterface). -
Uses of StoredProcessInterface in com.sas.services.storedprocess.metadata
Methods in com.sas.services.storedprocess.metadata that return StoredProcessInterfaceModifier and TypeMethodDescriptionStoredProcess.newServiceObject(SessionContextInterface sessionContext) StoredProcessInterface.newServiceObject(SessionContextInterface sessionContext) Deprecated.TheStoredProcessInterfaceservice object returned by this method cannot be used to avail of features introduced in 9.2 or later.
StoredProcessInterfaceservice object returned by this method cannot be used with the Prompting Framework.