Deprecated Methods |
com.sas.services.information.metadata.PersonInterface.addEmailAddress(String)
Use addEmail( EmailInterface email ) instead |
com.sas.services.information.DAVRepositoryInterface.copyTo(DAVEntityInterface, DAVFolderInterface)
|
com.sas.services.information.DAVRepository.copyTo(DAVEntityInterface, DAVFolderInterface)
|
com.sas.services.events.discovery.EventBrokerDiscoveryServiceFactory.createService(ServiceConfigurationInterface, DiscoveryServiceInterface)
As of release 9.2, this class is no longer being supported. |
com.sas.services.logging.LoggerInterface.destroy()
It is no longer necessary for a client to invoke this method.
This method will eventually be removed from the interface. |
com.sas.services.publish.TransportFactory.getArchiveTransport(File, LoggerInterface, SessionContextInterface)
The Logging Service has been deprecated. Use
TransportFactory.getArchiveTransport(File, SessionContextInterface) |
com.sas.services.user.UserContextInterface.getAuthRepository()
Use getAuthServer instead. |
com.sas.services.user.UserContextInterface.getAuthRepositoryName()
Use getAuthServerName instead. |
com.sas.net.sharenet.ShareNetCallableStatement.getBigDecimal(int)
|
com.sas.rio.MVACallableStatement.getBigDecimal(int)
|
com.sas.net.sharenet.ShareNetResultSet.getBigDecimal(int, int)
|
com.sas.net.sharenet.ShareNetCallableStatement.getBigDecimal(int, int)
|
com.sas.rio.MVAResultSet.getBigDecimal(int, int)
|
com.sas.rio.MVACallableStatement.getBigDecimal(int, int)
|
com.sas.services.publish.RemoteResultSetInterface.getBigDecimal(int, int)
|
com.sas.net.sharenet.ShareNetResultSet.getBigDecimal(String, int)
|
com.sas.rio.MVAResultSet.getBigDecimal(String, int)
|
com.sas.services.publish.RemoteResultSetInterface.getBigDecimal(String, int)
|
com.sas.services.publish.TransportFactory.getChannelTransport(ChannelInterface, LoggerInterface, SessionContextInterface)
use
TransportFactory.getChannelTransport(ChannelInterface, SessionContextInterface) |
com.sas.services.information.publicobject.PublicObjectContainerInterface.getChildren(String)
As of 9.3, this method is no longer used |
com.sas.services.connection.ConnectionFactoryManager.getConnectionFactoryLoggerName(ConnectionFactoryConfiguration)
all connection factory and connection activity is
logged on loggers named
com.sas.services.connection and
com.sas.iom.orb , respectively. The logger with the name
returned by this method will not be used by the factory
created from the specified configuration. |
com.sas.services.publish.TransportFactory.getDAVTransport(ContentDestination, LoggerInterface, SessionContextInterface)
Use
TransportFactory.getDAVTransport(ContentDestination, SessionContextInterface) |
com.sas.services.publish.TransportFactory.getDAVTransport(String, String, LoggerInterface, SessionContextInterface)
Use
TransportFactory.getDAVTransport(String, String, SessionContextInterface) |
com.sas.services.publish.TransportFactory.getDAVTransport(String, String, String, LoggerInterface, SessionContextInterface)
Use
TransportFactory.getDAVTransportWithCredentials(String, String, String, SessionContextInterface) |
com.sas.services.information.metadata.IdentityInterface.getEffectiveDispayName()
Please use the correctly spelled version. |
com.sas.services.information.metadata.PersonInterface.getEmailAddresses()
Use getEmails() instead |
com.sas.services.information.metadata.EventInterface.getEventDocument()
|
com.sas.services.information.metadata.DavEvent.getEventDocument()
|
com.sas.services.information.metadata.dav.DAVEvent.getEventDocument()
|
com.sas.services.connection.ConnectionFactoryManager.getFactoryLoggerName(ConnectionFactoryConfiguration)
all connection factory and connection activity is
logged on loggers named
com.sas.services.connection and
com.sas.iom.orb , respectively. The logger with the name
returned by this method will not be used by the factory
created from the specified configuration. |
com.sas.services.information.metadata.favorites.FavoritesContainer.getFavorites(SortOrder[])
should not be used |
com.sas.services.user.GlobalProfileInterface.getGroupProfile(String)
Group profile functionality is no longer supported. |
com.sas.services.user.GlobalProfileInterface.getGroupProfiles()
Group profile functionality is no longer supported. |
com.sas.services.information.metadata.prompt.OMRPromptGroupInterface.getGroupType()
from v920m3 on. Do not use this anymore. |
com.sas.services.publish.ViewerEntryInterface.getInputStream(Object)
Use ViewerEntryInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.ViewerEntry.getInputStream(Object)
Use ViewerEntry.getInputStream() which now supports remote
input streams. |
com.sas.services.publish.ResultPackageInterface.getInputStream(Object)
Use ResultPackageInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.ResultPackage.getInputStream(Object)
Use ResultPackage.getInputStream() which now supports remote input streams. |
com.sas.services.publish.HTMLFileInterface.getInputStream(Object)
Use HTMLFileInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.HTMLFile.getInputStream(Object)
Use HTMLFile.getInputStream() which now supports remote
input streams. |
com.sas.services.publish.BinaryFileEntryInterface.getInputStream(Object)
Use BinaryFileEntryInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.BinaryFileEntry.getInputStream(Object)
Use BinaryFileEntry.getInputStream() which now supports remote
input streams. |
com.sas.services.storedprocess.StoredProcess2Interface.getInputStreamNames()
Use StoredProcess2Interface.getDataTargets() . Returns the
fileref names of the GenericStream and
XMLStream objects returned by getDataTargets(). |
com.sas.services.information.OMIServerRepository.getIOMI()
This method will not work across a remote connection. |
com.sas.services.information.OMIRepositoryInterface.getIOMI()
This method is not usable across a remote interface. |
com.sas.services.information.OMIServerRepository.getISecurity()
This method will not work across a remote connection. |
com.sas.services.information.OMIRepositoryInterface.getISecurity()
This method is not usable across a remote interface. |
com.sas.services.information.metadata.FilteredFolder.getItem(String, Class)
in favor of getItemByClass |
com.sas.services.information.metadata.FilteredFolder.getItem(String, String)
in favor of getItemByType. |
com.sas.services.information.metadata.FilteredFolder.getItems(Class)
in favor of getItemsByClass. |
com.sas.services.information.metadata.FilteredFolder.getItems(String)
in favor of getItemsByType. |
com.sas.services.publish.TransportInterface.getLogger()
The Logging Service has been deprecated. Use Log4J
directly instead of calling this method to get the Logging Service logger. |
com.sas.services.publish.alerts.AlertTransportInterface.getLogger()
The Logging Service has been deprecated. Use Log4J
directly instead of calling this method to get the Logging Service logger. |
com.sas.services.session.SessionContextInterface.getLogger()
The Logging Service has been deprecated. Use Log4J
directly instead of calling this method to get the Logging Service logger. |
com.sas.services.user.UserContext.getLogger()
The Logging Service classes have been deprecated.
use Log4J directly. |
com.sas.services.connection.ConnectionFactoryAdminInterface.getLogger()
all connection factory and connection activity is
logged on loggers named
com.sas.services.connection and
com.sas.iom.orb , respectively. The logger returned by this method
is not used by this factory. |
com.sas.services.logging.LoggingServiceInterface.getLogger(String)
As of 9.3, replace with direct use of log4j. |
com.sas.services.logging.LoggingServiceInterface.getLogger(String, SessionContextInterface)
As of 9.3, replace with direct use of log4j. |
com.sas.services.deployment.CorePlatformServices.getLoggingService()
The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service. |
com.sas.services.connection.omr.OMRConnectionFactoryConfiguration.getObject()
use getRemoteObject() |
com.sas.services.information.RepositoryInterface.getObjectByPath(String, String, Class)
Use getObjectByPath( String rootFolderName, String path, String type) |
com.sas.services.information.OMIServerRepository.getObjectByPath(String, String, Class)
Use getObjectByPath( String, String, String ) |
com.sas.services.information.DAVRepository.getObjectByPath(String, String, Class)
|
com.sas.services.information.RepositoryInterface.getObjectByPath(String, String, String)
in favor of getObjectByPathString |
com.sas.services.information.OMIServerRepository.getObjectByPath(String, String, String)
in favor of getObjectByPathString. |
com.sas.services.information.DAVRepository.getObjectByPath(String, String, String)
in favor of getObjectByPathString |
com.sas.services.storedprocess.StoredProcess2Interface.getOutputStreamNames()
Use StoredProcess2Interface.getDataSources() . Returns the
fileref names of the GenericStream and
XMLStream objects returned by getDataSources(). |
com.sas.services.connection.platform.PlatformConnectionFactoryManager.getPlatformConnectionFactoryLoggerName(ConnectionFactoryConfiguration)
all connection factory and connection activity is
logged on loggers named
com.sas.services.connection and
com.sas.iom.orb , respectively. The logger with the name
returned by this method will not be used by the factory
created from the specified configuration. |
com.sas.services.information.Factory.getPluginLoader()
Use PluginLoader.getInstance(PluginLoader.OBJECT_TYPES_LOADER)
instead. |
com.sas.services.information.metadata.ContentInterface.getProperty(String)
As of 9.1.3SP4, replaced by MetadataInterface.getAttribute(String) |
com.sas.services.information.metadata.Content.getProperty(String)
As of release 9.2, replaced by MetadataInterface.getAttribute(String) |
com.sas.services.publish.ViewerEntryInterface.getReader(Object)
Use ViewerEntryInterface.getReader() which now supports remote readers. |
com.sas.services.publish.ViewerEntry.getReader(Object)
Use ViewerEntry.getReader() which now supports remote readers.
|
com.sas.services.publish.TextFileEntryInterface.getReader(Object)
Use TextFileEntryInterface.getReader() which now supports remote readers. |
com.sas.services.publish.TextFileEntry.getReader(Object)
Use TextFileEntry.getReader() which now supports remote readers.
|
com.sas.services.publish.ViewerEntryInterface.getRemoteInputStream(Object)
Use ViewerEntryInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.ViewerEntry.getRemoteInputStream(Object)
Use ViewerEntry.getInputStream() which now supports remote
input streams. |
com.sas.services.publish.ResultPackageInterface.getRemoteInputStream(Object)
Use ResultPackageInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.ResultPackage.getRemoteInputStream(Object)
Use ResultPackage.getInputStream() which now supports remote input streams. |
com.sas.services.publish.HTMLFileInterface.getRemoteInputStream(Object)
Use HTMLFileInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.HTMLFile.getRemoteInputStream(Object)
Use HTMLFile.getInputStream() which now supports remote
input streams. |
com.sas.services.publish.BinaryFileEntryInterface.getRemoteInputStream(Object)
Use BinaryFileEntryInterface.getInputStream() which now supports remote input streams. |
com.sas.services.publish.BinaryFileEntry.getRemoteInputStream(Object)
Use BinaryFileEntry.getInputStream() which now supports remote
input streams. |
com.sas.services.publish.ViewerEntryInterface.getRemoteReader(Object)
Use ViewerEntryInterface.getReader() which now supports remote readers. |
com.sas.services.publish.ViewerEntry.getRemoteReader(Object)
Use ViewerEntry.getReader() which now supports remote readers.
|
com.sas.services.publish.TextFileEntryInterface.getRemoteReader(Object)
Use TextFileEntryInterface.getReader() which now supports remote readers. |
com.sas.services.publish.TextFileEntry.getRemoteReader(Object)
Use TextFileEntry.getReader() which now supports remote readers.
|
com.sas.services.publish.TransportFactory.getRequesterTransport(IResultPackage, LoggerInterface, SessionContextInterface)
Use
TransportFactory.getRequesterTransport(IResultPackage, SessionContextInterface) |
com.sas.services.publish.TransportFactory.getRequesterTransport(IWorkspace, String, String[][], LoggerInterface, SessionContextInterface)
use
TransportFactory.getRequesterTransport(IWorkspace, String, String[][], SessionContextInterface) |
com.sas.net.sharenet.ShareNetPreparedStatement.getResultSetMetaData()
|
com.sas.services.events.discovery.EventBrokerDiscoveryServiceFactory.getService(ServiceConfigurationInterface, DiscoveryServiceInterface)
As of release 9.2, this class is no longer being supported. |
com.sas.services.information.RepositoryInterface.getTrackedObject(int)
Tracking id usage is no longer supported. |
com.sas.services.information.OMIServerRepository.getTrackedObject(int)
|
com.sas.services.information.DAVRepository.getTrackedObject(int)
|
com.sas.services.information.InformationService.getTrackedObject(UserContextInterface, int)
Use of tracking ids is no longer supported. |
com.sas.services.information.metadata.Metadata.getTrackingId()
Tracking ids are no longer supported. |
com.sas.net.sharenet.ShareNetResultSet.getUnicodeStream(int)
|
com.sas.rio.MVAResultSet.getUnicodeStream(int)
|
com.sas.services.publish.RemoteResultSetInterface.getUnicodeStream(int)
|
com.sas.services.publish.RemoteResultSet.getUnicodeStream(int)
|
com.sas.net.sharenet.ShareNetResultSet.getUnicodeStream(String)
|
com.sas.rio.MVAResultSet.getUnicodeStream(String)
|
com.sas.services.publish.RemoteResultSetInterface.getUnicodeStream(String)
|
com.sas.services.publish.RemoteResultSet.getUnicodeStream(String)
|
com.sas.services.user.UserIdentityInterface.getUserIdentity()
User getPrincipal instead. |
com.sas.services.user.SimpleUserIdentity.getUserIdentity()
Use getPrincipal instead. |
com.sas.services.information.Filter.getXPathString()
in favor of getXMLSelect(). |
com.sas.services.publish.ViewerEntryInterface.hasInputStream()
this method no longer needed as getInputStream() will return an
input stream that can be used in a remote environment |
com.sas.services.publish.ViewerEntry.hasInputStream()
this method no longer needed as getInputStream() will
return an input stream that can be used in a remote
environment |
com.sas.services.publish.ResultPackageInterface.hasInputStream()
this method no longer needed as getInputStream() will return an
input stream that can be used in a remote environment |
com.sas.services.publish.ResultPackage.hasInputStream()
this method no longer needed as getInputStream() will return an
input stream that can be used in a remote environment |
com.sas.services.publish.HTMLFileInterface.hasInputStream()
this method no longer needed as getInputStream() will return an
input stream that can be used in a remote environment |
com.sas.services.publish.HTMLFile.hasInputStream()
this method no longer needed as getInputStream() will
return an input stream that can be used in a remote
environment |
com.sas.services.publish.BinaryFileEntryInterface.hasInputStream()
this method no longer needed as getInputStream() will return an
input stream that can be used in a remote environment |
com.sas.services.publish.BinaryFileEntry.hasInputStream()
this method no longer needed as getInputStream() will
return an input stream that can be used in a remote
environment |
com.sas.services.publish.ViewerEntryInterface.hasReader()
this method no longer needed as getReader() will return a
reader that can be used in a remote environment |
com.sas.services.publish.ViewerEntry.hasReader()
this method no longer needed as getReader() will return a
reader that can be used in a remote environment |
com.sas.services.publish.TextFileEntryInterface.hasReader()
this method no longer needed as getReader() will return a
reader that can be used in a remote environment |
com.sas.services.publish.TextFileEntry.hasReader()
this method no longer needed as getReader() will return a
reader that can be used in a remote environment |
com.sas.services.connection.platform.PlatformConnectionFactoryConfiguration.isMonitorEnabled()
|
com.sas.services.events.discovery.EventBrokerDiscoveryServiceInterface.locateBroker(String, int)
As of release 9.2, this class is no longer being supported. |
com.sas.services.events.discovery.EventBrokerDiscoveryServiceInterface.locateBrokers(String, int, int)
As of release 9.2, this class is no longer being supported. |
com.sas.services.information.metadata.Metadata.logFormat(int, String, ResourceBundle, String, Object)
Use the version that takes an org.apache.log4j.Level. |
com.sas.services.information.metadata.Metadata.logFormat(int, String, ResourceBundle, String, Object, Object)
Use the version that takes an org.apache.log4j.Level. |
com.sas.services.information.metadata.Metadata.logFormat(int, String, ResourceBundle, String, Object, Object, Object)
Use the version that takes an org.apache.log4j.Level. |
com.sas.services.information.metadata.Metadata.logFormat(int, String, ResourceBundle, String, Object, Object, Object, Object)
Use the version that takes an org.apache.log4j.Level. |
com.sas.services.information.metadata.Metadata.logMessage(int, String)
Use the version that takes an org.apache.log4j.Level instead. |
com.sas.services.information.metadata.Metadata.logMessage(int, String, String, Throwable)
Use the version that takes an org.apache.log4j.Level instead. |
com.sas.services.information.metadata.Metadata.logThrowable(int, String, String, Throwable)
Use the version that takes an org.apache.log4j.Level. |
com.sas.services.information.metadata.favorites.FavoritesContainer.moveFavorite(MetadataInterface, int)
use FavoritesContainer.removeFavorite(MetadataInterface) and FavoritesContainer.insertFavorite(MetadataInterface, int) |
com.sas.services.information.DAVRepositoryInterface.moveTo(DAVEntityInterface, DAVFolderInterface)
|
com.sas.services.information.DAVRepository.moveTo(DAVEntityInterface, DAVFolderInterface)
|
com.sas.services.information.publicobject.PublicObjectContainerInterface.newChild(String, String)
As of 9.3, this method is no longer used |
com.sas.services.information.RepositoryInterface.newMetadata(MetadataInterface, String)
in favor of newMetadataByModel. |
com.sas.services.information.OMIServerRepository.newMetadata(MetadataInterface, String)
in favor of newMetadataByModel. |
com.sas.services.information.DAVRepository.newMetadata(MetadataInterface, String)
|
com.sas.services.storedprocess.metadata.StoredProcessInterface.newServiceObject(SessionContextInterface)
The StoredProcessInterface
service object returned by this method cannot be used to avail of features introduced
in 9.2 or later.
See StoredProcessInterface.newServiceObject() . |
com.sas.services.storedprocess.StoredProcessServiceProxy.newStoredProcess(SessionContextInterface, int, int)
This method has been deprecated since it is a pass through call to the
deprecated
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, int, int) . |
com.sas.services.storedprocess.StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, int, int)
The StoredProcessInterface
service object returned by this method cannot be used with the
Prompting Framework.
See #newStoredProcess(int, int, StoredProcessOptions) . |
com.sas.services.storedprocess.StoredProcessServiceProxy.newStoredProcess(SessionContextInterface, StoredProcessInterface)
This method has been deprecated since it is a pass through call to the
deprecated
StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, com.sas.services.storedprocess.metadata.StoredProcessInterface) . |
com.sas.services.storedprocess.StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, StoredProcessInterface)
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) . |
com.sas.services.user.UserServiceInterface.newUserWithInfoService(UserContext, String, String, String, InformationServiceInterface)
This method should no longer be used. In order for the platform
to effectively direct requests in a clustered environment, the Discovery Service
needs to be able to select the correct available service rather than having the
client specify one. |
com.sas.services.user.UserService.newUserWithInfoService(UserContext, String, String, String, InformationServiceInterface)
This method should no longer be used. In order for the platform
to effectively direct requests in a clustered environment, the Discovery Service
needs to be able to select the correct available service rather than having the
client specify one. If this method is used, the Information Service parameter
will be ignored. |
com.sas.services.publish.alerts.AlertUtil.notify(Document, LoggerInterface)
The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
com.sas.services.publish.alerts.AlertUtil.notify(Document, LoggerInterface, SessionContextInterface)
The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
com.sas.services.publish.alerts.AlertUtil.notify(Document, LoggerInterface, SessionContextInterface, MailServiceInterface)
The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
com.sas.services.information.Factory.process(Object)
Use Factory.processWithRepository(Object, RepositoryInterface) |
com.sas.services.information.metadata.PersonInterface.removeEmailAddress(String)
Use removeEmail( EmailInterface email ) instead |
com.sas.services.information.RepositoryInterface.searchTree(FolderInterface, FilterInterface)
in favor of searchTreeFromBase. |
com.sas.services.information.OMIServerRepository.searchTree(FolderInterface, FilterInterface)
in favor of searchTreeFromBase. |
com.sas.services.information.DAVRepository.searchTree(FolderInterface, FilterInterface)
in favor of searchTreeFromBase. |
com.sas.services.information.metadata.EventInterface.setEventDocument(Document)
|
com.sas.services.information.metadata.DavEvent.setEventDocument(Document)
|
com.sas.services.information.metadata.dav.DAVEvent.setEventDocument(Document)
|
com.sas.services.information.metadata.prompt.OMRPromptGroupInterface.setGroupType(int)
from v920m3 on. Do not use this anymore. |
com.sas.services.information.metadata.dataexplorer.DataExplorationEntryInterface.setInformationMapName(String)
fetch the map and set the name on it directly |
com.sas.services.publish.TransportInterface.setLogger(LoggerInterface)
The Logging Service has been deprecated. Use Log4J
directly instead of calling this method to set the Logging Service logger. |
com.sas.services.publish.alerts.AlertTransportInterface.setLogger(LoggerInterface)
The Logging Service has been deprecated. Use Log4J
directly instead of calling this method to get the Logging Service logger. |
com.sas.services.webdav.DAVResource.setPathNoAction(String)
|
com.sas.services.information.metadata.ContentInterface.setProperty(String, String)
As of 9.1.3SP4, replaced by MetadataInterface.setAttribute(String, String) |
com.sas.services.information.metadata.Content.setProperty(String, String)
As of release 9.2, replaced by MetadataInterface.setAttribute(String,String) |
com.sas.services.webdav.DAVResourceInterface.setSessionContext(Object)
This method is no longer useful. |
com.sas.services.webdav.DAVResource.setSessionContext(Object)
|
com.sas.services.logging.LoggerInterface.setSessionContext(SessionContextInterface)
This method should not be used. Client code should use
the LoggingService LoggingService.getLogger(String, SessionContextInterface)
method to specify the session context. This method will eventually
be removed from the interface. |
com.sas.net.sharenet.ShareNetPreparedStatement.setUnicodeStream(int, InputStream, int)
|
com.sas.rio.MVAPreparedStatement.setUnicodeStream(int, InputStream, int)
|
com.sas.services.information.RepositoryInterface.setUser(PersonInterface)
This is not referenced outside platform services,
and shouldn't be called by a client. The public method will
no longer have any effect. |
com.sas.services.user.UserIdentityInterface.setUserIdentity(Object)
This adds no useful information above and beyond the
principal. |
com.sas.services.user.SimpleUserIdentity.setUserIdentity(Object)
This adds no information above and beyond the principal. |
com.sas.services.information.OMIServerRepository.trackEntity(MetadataInterface)
Tracking ids are no longer supported. |
com.sas.services.information.OMIRepositoryInterface.trackEntity(MetadataInterface)
Tracking ids are no longer supported. |