Deprecated API


Contents
Deprecated Classes
com.ibm.carma.ui.action.DownloadDelegate
          Use the internal.workspace.action.ReplaceWithRemoteDelegate 
 

Deprecated Fields
com.ibm.carma.ui.CarmaUIPlugin.CARMA_ID
          migrated to mapping framework to PropertyReference 
com.ibm.carma.ui.property.ICarmaPreferenceConstants.PREF_PARAM_ORDER_DEFAULT_ID
           
com.ibm.carma.ui.property.ICarmaPreferenceConstants.PREF_PARAM_ORDER_LABELS
           
com.ibm.carma.ui.property.ICarmaPreferenceConstants.PREF_PARAM_ORDER_METADATA_ID
           
com.ibm.carma.ui.property.ICarmaPreferenceConstants.PREF_PARAM_ORDER_USER_ID
           
com.ibm.carma.ui.CarmaUIPlugin.REMOTE_RESOURCE_ID
          migrated to mapping framework to PropertyReference 
com.ibm.carma.ui.CarmaUIPlugin.REMOTE_RESOURCE_TYPE
          migrated to mapping framework to PropertyReference 
com.ibm.carma.ui.CarmaUIPlugin.REPOSITORY_INSTANCE_ID
          migrated to mapping framework to PropertyReference 
com.ibm.carma.ui.CarmaUIPlugin.REPOSITORY_MANAGER_TYPE
          migrated to mapping framework to PropertyReference 
 

Deprecated Methods
com.ibm.carma.model.CARMA.connect(IProgressMonitor, String, String)
          use the CARMA.connect(IProgressMonitor) method and allow the transport to handle the id/password query 
com.ibm.carma.model.Convertable.getBidiOptionsFile()
          use the com.ibm.etools.wdz.bidi utilities and the get/setBidiOptions methods  
com.ibm.carma.ui.CarmaUtil.getCarmaResource(IResource)
          Migrated to ResourceUtils.getCarmaResource(Object) using adapters 
com.ibm.carma.ui.CarmaUtil.getCarmaResourceInfo(IResource)
          This has been migrated to the internal.adapter.ResourceAdapterFactory adaptation framework and the ICARMAResourceReference adaptation pattern 
com.ibm.carma.ui.property.CarmaPreferenceStore.getParameterSearchOrder()
          use CarmaPreferenceStore.getParameterSearchOrderEnum() for type safety 
com.ibm.carma.ui.CarmaUIPlugin.isDebugMode()
          use Plugin.isDebugging() 
com.ibm.carma.model.Convertable.isSetBidiOptionsFile()
           
com.ibm.carma.model.Convertable.setBidiOptionsFile(File)
          use com.ibm.etools.wdz.bidi.BidiConversionFile and the setBidiOptions method 
com.ibm.carma.ui.CarmaUtil.storeInformation(IResource, CARMAResource)
          Migrated to the internal.adapter.ResourceAdapterFactory adaptation framework and the ICARMAResourceReference adaptation pattern. Calls to this method should be replaced by ResourceUtils.storeMapping(pm, resource, cResource) 
com.ibm.carma.ui.CarmaUIPlugin.trace(Object, String, Throwable)
          Use the TraceUtil.trace(Object, String, Throwable) method 
com.ibm.carma.model.Convertable.unsetBidiOptionsFile()
           
 

Deprecated Constructors
com.ibm.carma.ui.action.custom.CustomActionParameterDialog(Shell, Image, Action, CARMAResource, CustomActionParameterManager)
          use the CustomActionParameterDialog.CustomActionParameterDialog(Shell, Image, Action, CustomActionAccepter, CustomActionParameterManager) constructor 
com.ibm.carma.ui.action.custom.CustomActionParameterDialog(Shell, Image, Action, RepositoryManager, CustomActionParameterManager)
          use the CustomActionParameterDialog.CustomActionParameterDialog(Shell, Image, Action, CustomActionAccepter, CustomActionParameterManager) constructor