You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Public Methods

MethodDescription
ActiveDataFlowActive DataFlow of the Diagram. RETURN DATATYPE: DataFlow.
ActiveModelActive Model of the Diagram. RETURN DATATYPE: Model.
BoundAttachmentsGet all the BoundAttachments of this Diagram.
DataFlowsReturns an object representing a collection of all data flows in the diagram.
DataLineageRulesReturns an object representing a collection of all data movement rules in the diagram.
DataLineageSourcesReturns an object representing a collection of all source/target models in the diagram.
DefaultReturns the default with the given DefaultID. PARAMETERS: DefaultID.
DomainReturns the domain with the given domainID. PARAMETERS: DomainID.
EnterpriseDataDictionariesReturns a collection of enterprise data dictionaries.
GenerateReportMake an HTML or RTF report indicated by the given QuickLaunch file. PARAMETERS: QuickLaunchFile (String).
GetFullFilePathFull file path of the diagram. DATATYPE: String.
ImportDictionaryImport a Data Dictionary from the given file. PARAMETERS: FileName (String).
MergeModelObjectReturns an object which provides an interface for merging models.
ModelsReturns an object representing a collection of all models in the diagram.

Add this Diagram to Repository. Return value is 1 if successful, 0 otherwise. RETURN DATATYPE: Integer.

Check in a diagram to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer.

Check in objects to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer.

Check out a diagram from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean), Comment (String). RETURN DATATYPE: Integer.

Comment as String, Checkout selected objects from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean). RETURN DATATYPE: Integer.

Get the Check Out status of this Diagram object. DATATYPE: StringObjects.

Exclusively checks out a diagram from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS GetLatest (Boolean). RETURN DATATYPE: Integer.

Exclusively checks out selected objects from the repository. Synchronizes with server if GetLatest is true. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean). RETURN DATATYPE: Integer.

Get the latest data of this Diagram from Repository. Return value is 1 if successful, 0 otherwise. RETURN DATATYPE: Integer.

Redo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.

Redo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.

Set a NamedRelease for this diagram. PARAMETERS: Name (String), Description (String). DATATYPE: Integer.

Undo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.

Undo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.

Get the Version History of this Diagram from the Repository server. Returns the data in the StringObjects collection. DATATYPE: StringObjects.

Returns the Rule with the given RuleID. PARAMETERS: RuleID.

Saves the diagram to the specified location given in the FullFilePath. PARAMETERS: FullFilePath (String).

Sets the Active DataFlow for the Diagram. PARAMETERS: DataFlowName (String).

Sets the Active Model for the Diagram. PARAMETERS: ModelName (String).

Returns a collection of user comments associated with this Diagram.

Returns the user data type with the given UserDataTypeID. PARAMETERS: UserDataTypeID.

Public Properties

PropertyDescription

Author of the Diagram. DATATYPE: String.

Codepage of the Diagram. DATATYPE: Integer.

Company that made this Diagram. DATATYPE: String.

CopyrightOwner of the Diagram. DATATYPE: String.

Copyright Year of the Diagram. DATATYPE: String.

Date when the Diagram is created. DATATYPE: String.

Description of the Diagram. DATATYPE: String.

Returns a Data Dictionary object.

File name of the diagram. DATATYPE: String.

GUID of the Diagram as assigned by ER/Studio. Each Diagram has a unique GUID. DATATYPE: String.

Date when the Diagram is last updated. DATATYPE: String.

Project Name of the Diagram. DATATYPE: String.

Version of the Diagram. DATATYPE: String.
  • No labels