IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.export.data
Interface IExportDataModelFactory


public interface IExportDataModelFactory

This export data model factory is used to create the data models used to supply user specified data for exporting to the default, default component, default web service profiles.


Method Summary
 IDefaultComponentExportDataModel 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.
 IDefaultExportDataModel 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.
 IDefaultWebserviceExportDataModel 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.
 

Method Detail

createDefaultExportDataModel

public IDefaultExportDataModel 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.

Parameters:
anAsset - the Asset to associate with the data model or null if a new Asset should be created.
Returns:
an instance of the default export data model.

createDefaultComponentExportDataModel

public IDefaultComponentExportDataModel 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.

Parameters:
anAsset - the Asset to associate with the data model or null if a new Asset should be created.
Returns:
an instance of the default component export data model.

createDefaultWebserviceExportDataModel

public IDefaultWebserviceExportDataModel 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.

Parameters:
anAsset - the Asset to associate with the data model or null if a new Asset should be created.
Returns:
an instance of the default web service export data model.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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