Deprecated API


Contents
Deprecated Interfaces
com.ibm.ram.rich.core.IAssetIdentifier
          Use AssetIdentification to identify an asset. AssetInformation should be used to identify and provide name, state etc. of the asset for display. 
com.ibm.ram.rich.core.IRepositoryIdentifier
          Use com.ibm.ram.rich.core.RepositoryIdentification 
 

Deprecated Methods
com.ibm.ram.client.RAMSession.createAsset(Asset)
          RAMSession.createAsset(Asset, RAMStatusMonitor) 
com.ibm.ram.policy.PolicyContext.createAsset(Asset)
          use PolicyContext#getRAMSession().createAsset() 
com.ibm.ram.client.RAMSession.createAsset(Asset, String)
          RAMSession.createAsset(Asset, String, RAMStatusMonitor) 
com.ibm.ram.client.RAMSession.createAsset(Asset, String, String)
          use RAMSession.createAsset(Asset, String, String, RAMStatusMonitor) 
com.ibm.ram.client.RAMSession.createAssetNewVersion(Asset, String)
          use RAMSession.createAssetNewVersion(Asset, String, RAMStatusMonitor) 
com.ibm.ram.rich.core.RichClientCorePlugin.createClientSession(IRepositoryIdentifier, boolean)
            
com.ibm.ram.extension.CustomReviewProcess.getApprovedStateNames(String, String, String, Map)
          7.1.1.1 - CustomReviewProcess.isApproved will be used to check approval. 
com.ibm.ram.policy.PolicyContext.getAsset()
          use PolicyContext.getRAMAsset() 
com.ibm.ram.client.RAMSession.getAsset(String)
          use RAMSession.getAsset(AssetIdentification) 
com.ibm.ram.client.RAMSession.getAsset(String, String)
          use RAMSession.getAsset(AssetIdentification) 
com.ibm.ram.client.RAMSearchResult.getAssets()
          use RAMSearchResult.getAssetSearchResults() 
com.ibm.ram.common.data.SearchResult.getAssets()
          use SearchResult.getAssetSearchResults() 
com.ibm.ram.rich.ui.downloadasset.AbstractDownloadAssetContributor.getAssetsToImport()
            
com.ibm.ram.policy.Policy.getConfigurationDetails()
          Use getConfigurationDetails(Locale) 
com.ibm.ram.extension.PolicyGovernor.getDescription()
          Use getDescription(Locale) 
com.ibm.ram.policy.Policy.getDescription()
          Use getDescription(Locale) 
com.ibm.ram.policy.PolicyContext.getEventList()
            
com.ibm.ram.client.RAMAsset.getGUID()
          use RAMAsset#getIdentification()#getGUID() 
com.ibm.ram.common.data.AssetInformation.getGUID()
          use AssetInformation#getIdentification()#getGUID() 
com.ibm.ram.internal.jaxb.Repository.getMigratedClientAPIJarPath()
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.getMigratedDocumentationPath()
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.getMigratedEclipseUpdateSitePath()
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.getMigratedWebServerPath()
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.getMigratedWebServicesPath()
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.AssetID.getMigrateInvalidGUID()
            
com.ibm.ram.internal.jaxb.AssetID.getMigrateInvalidVersion()
            
com.ibm.ram.client.RAMSession.getModifiedAsset(String, String)
          use RAMSession.getModifiedAsset(AssetIdentification) 
com.ibm.ram.extension.PolicyGovernor.getName()
          Use getName(Locale) 
com.ibm.ram.policy.Policy.getName()
          Use getName(Locale) 
com.ibm.ram.client.RAMSession.getRAMServerLoginid()
          use RAMSession#getIdentification()#getLoginID() 
com.ibm.ram.client.RAMSession.getRAMServerURL()
          use RAMSession#getIdentification()#getServerURL() 
com.ibm.ram.extension.CustomReviewProcess.getRejectedStateNames(String, String, String, Map)
          7.1.1.1 - CustomReviewProcess.isRejected will be used to check rejection. 
com.ibm.ram.rich.core.RichClientCorePlugin.getRepositoryConnections()
            
com.ibm.ram.common.data.PolicyResult.getResult()
          never used 
com.ibm.ram.client.RAMAsset.getVersion()
          use RAMAsset#getIdentification()#getVersion() 
com.ibm.ram.common.data.AssetInformation.getVersion()
          use AssetInformation#getIdentification()#getVersion() 
com.ibm.ram.internal.jaxb.StateConfiguration.isOverrideRoles()
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.StateConfiguration.isReadOnly()
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.Reviewer.isReceiveNotifications()
          - This property no longer exists for a reviewer. Setting it has no effect. Gets the value of the receiveNotifications property. 
com.ibm.ram.internal.jaxb.Lifecycle.isRestrictOwnerFromBoard()
          use getRestrictOwnerAsManagers() since 7.5.1 
com.ibm.ram.internal.jaxb.StateConfiguration.isSetOverrideRoles()
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.StateConfiguration.isSetReadOnly()
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.Lifecycle.restrictOwnerFromBoard()
          use getRestrictOwnerAsManagers() since 7.5.1 
com.ibm.ram.policy.PolicyContext.setAsset(Asset)
            
com.ibm.ram.client.RAMSearchResult.setAssets(AssetInformation[])
          use RAMSearchResult.setAssetSearchResults(AssetSearchResult[]) 
com.ibm.ram.common.data.SearchResult.setAssets(AssetInformation[])
          use SearchResult.setAssetSearchResults(AssetSearchResult[]) 
com.ibm.ram.client.RAMAsset.setGUID(String)
          use RAMAsset#getIdentification()#setGUID(String) 
com.ibm.ram.common.data.AssetInformation.setGUID(String)
          use AssetInformation#getIdentification()#setGUID(String) 
com.ibm.ram.internal.jaxb.Repository.setMigratedClientAPIJarPath(String)
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.setMigratedDocumentationPath(String)
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.setMigratedEclipseUpdateSitePath(String)
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.setMigratedWebServerPath(String)
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.Repository.setMigratedWebServicesPath(String)
          This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed 
com.ibm.ram.internal.jaxb.AssetID.setMigrateInvalidGUID(String)
            
com.ibm.ram.internal.jaxb.AssetID.setMigrateInvalidVersion(String)
            
com.ibm.ram.internal.jaxb.StateConfiguration.setOverrideRoles(boolean)
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.StateConfiguration.setReadOnly(boolean)
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.Reviewer.setReceiveNotifications(boolean)
          - This property no longer exists for a reviewer. Setting it has no effect. Sets the value of the receiveNotifications property. 
com.ibm.ram.internal.jaxb.Lifecycle.setRestrictOwnerFromBoard(boolean)
          use setRestrictOwnerAsManagers() since 7.5.1 
com.ibm.ram.common.data.PolicyResult.setResult(String)
          never used 
com.ibm.ram.rich.ui.downloadasset.AbstractDownloadAssetContributor.setSelectedAssets(Asset[], String[], String[])
            
com.ibm.ram.client.RAMAsset.setVersion(String)
          use RAMAsset#getIdentification()#setVersion(String) 
com.ibm.ram.common.data.AssetInformation.setVersion(String)
          use AssetInformation#getIdentification()#setVersion(String) 
com.ibm.ram.internal.jaxb.StateConfiguration.unsetOverrideRoles()
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.StateConfiguration.unsetReadOnly()
          use getRoleOverride() since 7.5.1 
com.ibm.ram.internal.jaxb.Reviewer.unsetReceiveNotifications()
          - This property no longer exists for a reviewer. Setting it has no effect. 
com.ibm.ram.internal.jaxb.Lifecycle.unsetRestrictOwnerFromBoard()
          use restrictOwnerAsManagers() since 7.5.1 
com.ibm.ram.policy.PolicyContext.updateAsset(Asset)
          use PolicyContext#getRAMSession().put(RAMAsset)