Method | Description |
---|
| ActiveDataFlow | This is the Active DataFlow of the Diagram. RETURN DATATYPE: DataFlow. |
| ActiveModel | This is the Active Model of the Diagram. RETURN DATATYPE: Model. |
| Get all the BoundAttachments | DataFlows | DataLineageRules | of this Diagram. |
| Returns an object representing a collection of all data flows in the diagram. |
| Returns an object representing a collection of all data movement rules in the diagram. |
| Returns an object representing a collection of all source/target models in the diagram. |
| Returns the default with the given DefaultID. PARAMETERS: DefaultID. |
| Returns the domain with the given domainID. PARAMETERS: DomainID. |
| Returns a collection of enterprise data dictionaries. |
| Make an HTML or RTF report indicated by the given QuickLaunch file. PARAMETERS: QuickLaunchFile (String). |
| Full file path of the diagram. DATATYPE: String. |
| Import a Data Dictionary from the given file. PARAMETERS: FileName (String). |
| Returns an object which provides an interface for merging models. |
| Returns an object representing a collection of all models in the diagram. |
| Add this Diagram to Repository. Returns 0 for failure or 1 if successful. RETURN DATATYPE: Integer. |
| Check in a diagram to the Repo Server. Return value is 1 if it succeeded else it's 0. PARAMETERS: Comment (String). RETURN DATATYPE: Integer. |
| Check in objects to the Repo Server. Return value is 1 if it succeeded else it's 0. PARAMETERS: Comment (String). RETURN DATATYPE: Integer. |
| Check out a diagram from the Repo Server. Return value is 1 if it succeeded else it's 0. PARAMETERS: GetLatest (Boolean), Comment (String). RETURN DATATYPE: Integer. |
| Comment as String, Checkout selected objects from the Repo Server. Return value is 1 if it succeeded else it's 0. PARAMETERS: GetLatest (Boolean). RETURN DATATYPE: Integer.DataLineageSources |