IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.ras.profile.defauld.defaultprofile.Asset

Packages that use Asset
com.ibm.xtools.ras.edit.ui   
com.ibm.xtools.ras.export.data   
com.ibm.xtools.ras.impord.data   
com.ibm.xtools.ras.impord.log   
com.ibm.xtools.ras.profile.defauld.defaultprofile   
com.ibm.xtools.ras.profile.management   
com.ibm.xtools.ras.profile.management.artifact   
com.ibm.xtools.ras.profile.management.asset   
 

Uses of Asset in com.ibm.xtools.ras.edit.ui
 

Methods in com.ibm.xtools.ras.edit.ui that return Asset
 Asset IManifestEditor.getAsset()
          This method retrieves a reference to the Asset being edited, which is here so that clients can edit the Asset externally to the editor.
 

Uses of Asset in com.ibm.xtools.ras.export.data
 

Methods in com.ibm.xtools.ras.export.data that return Asset
 Asset IDefaultExportDataModel.getAsset()
          Retrieves the Asset representing the profile for the export data model.
 

Methods in com.ibm.xtools.ras.export.data with parameters of type Asset
 IDefaultExportDataModel IExportDataModelFactory.createDefaultExportDataModel(Asset anAsset)
          Creates an instance of the export data model supplying the user specified data of what to export when using the default profile.
 IDefaultComponentExportDataModel IExportDataModelFactory.createDefaultComponentExportDataModel(Asset anAsset)
          Creates an instance of the export data model supplying the user specified data of what to export when using the default component profile.
 IDefaultWebserviceExportDataModel IExportDataModelFactory.createDefaultWebserviceExportDataModel(Asset anAsset)
          Creates an instance of the export data model supplying the user specified data of what to export when using the default webservice profile.
 

Uses of Asset in com.ibm.xtools.ras.impord.data
 

Methods in com.ibm.xtools.ras.impord.data that return Asset
 Asset IImportDataModel.getAsset(IProgressMonitor progressMonitor)
          Retrieve the Asset for this data model.
 

Uses of Asset in com.ibm.xtools.ras.impord.log
 

Methods in com.ibm.xtools.ras.impord.log with parameters of type Asset
 Element IImportLog.log(Asset asset)
          Record the import of the Asset as a separate XML Element in the XML file
 

Uses of Asset in com.ibm.xtools.ras.profile.defauld.defaultprofile
 

Methods in com.ibm.xtools.ras.profile.defauld.defaultprofile that return Asset
 Asset DefaultprofileFactory.createAsset()
          Returns a new object of class 'Asset'
 

Uses of Asset in com.ibm.xtools.ras.profile.management
 

Methods in com.ibm.xtools.ras.profile.management with parameters of type Asset
static IRelatedAssetManager ProfileManagementPlugin.createRelatedAssetManager(Asset theAsset)
          Creates a new instance of IRelatedAssetManager using theAsset as the Asset to manage.
 

Uses of Asset in com.ibm.xtools.ras.profile.management.artifact
 

Methods in com.ibm.xtools.ras.profile.management.artifact with parameters of type Asset
 IArtifactManager IArtifactManagerFactory.create(Asset theAsset)
          Creates an IArtifactManager on the given Asset.
 

Uses of Asset in com.ibm.xtools.ras.profile.management.asset
 

Methods in com.ibm.xtools.ras.profile.management.asset that return Asset
 Asset IRelatedAssetManager.getAsset()
          Retrieves the Asset being managed.
 Asset[] IRelatedAssetManager.getRelatedAssets()
          Retrieves the related assets for the Asset being managed.
 Asset[] IRelatedAssetManager.getRelatedAssets(IRelatedAssetManager.DepthOptions theDepth, IRelatedAssetManager.StatusOptions theStatusOption, IProgressMonitor theProgressMonitor)
          Retrieves the related assets for the Asset being managed.
 

Methods in com.ibm.xtools.ras.profile.management.asset with parameters of type Asset
 RelatedAsset IRelatedAssetManager.getRelatedAssetElement(Asset theAsset)
          Retrieves the RelatedAsset instance that maps to the given Asset instance or null if the given Asset is not one of the related assets being managed.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.