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.
RepoAddDiagramAdd this Diagram to Repository. Return value is 1 if successful, 0 otherwise. RETURN DATATYPE: Integer.
RepoCheckinDiagramCheck in a diagram to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer.
RepoCheckinObjectsCheck in objects to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer.
RepoCheckoutDiagramCheck out a diagram from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean), Comment (String). RETURN DATATYPE: Integer.
RepoCheckoutObjects

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

RepoCheckOutStatusGet the Check Out status of this Diagram object. DATATYPE: StringObjects.
RepoExclusiveCheckoutDiagramExclusively checks out a diagram from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS GetLatest (Boolean). RETURN DATATYPE: Integer.
RepoExclusiveCheckOutObjectsExclusively 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.
RepoGetLatestDiagramGet the latest data of this Diagram from Repository. Return value is 1 if successful, 0 otherwise. RETURN DATATYPE: Integer.
RepoRedoCheckOutDiagramRedo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.
RepoRedoCheckOutObjectsRedo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.
RepoSetNamedReleaseSet a NamedRelease for this diagram. PARAMETERS: Name (String), Description (String). DATATYPE: Integer.
RepoUndoCheckOutDiagramUndo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.
RepoUndoCheckOutObjectsUndo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer.
RepoVersionHistoryGet the Version History of this Diagram from the Repository server. Returns the data in the StringObjects collection. DATATYPE: StringObjects.
RuleReturns the Rule with the given RuleID. PARAMETERS: RuleID.
SaveFileSaves the diagram to the specified location given in the FullFilePath. PARAMETERS: FullFilePath (String).
SetActiveDataFlowSets the Active DataFlow for the Diagram. PARAMETERS: DataFlowName (String).
SetActiveModelSets the Active Model for the Diagram. PARAMETERS: ModelName (String).
UserCommentsReturns a collection of user comments associated with this Diagram.
UserDatatypeReturns the user data type with the given UserDataTypeID. PARAMETERS: UserDataTypeID.

Public Properties

PropertyDescription
AuthorAuthor of the Diagram. DATATYPE: String.
CodePageCodepage of the Diagram. DATATYPE: Integer.
CompanyCompany that made this Diagram. DATATYPE: String.
CopyrightOwnerCopyrightOwner of the Diagram. DATATYPE: String.
CopyrightYearCopyrightYear of the Diagram. DATATYPE: String.
CreateDateCreation date of the Diagram. DATATYPE: String.
DescriptionDescription of the Diagram. DATATYPE: String.
DictionaryReturns a Data Dictionary object.
FileNameFile name of the diagram. DATATYPE: String.
GUIDGUID of the Diagram as assigned by ER/Studio. Each Diagram has a unique GUID. DATATYPE: String.
LastUpdateDate when the Diagram is last updated. DATATYPE: String.
ProjectNameProject Name of the Diagram. DATATYPE: String.
VersionVersion of the Diagram. DATATYPE: String.
  • No labels