Method | Description |
---|
| Active DataFlow of the Diagram. RETURN DATATYPE: DataFlow. |
| Active Model of the Diagram. RETURN DATATYPE: Model. |
| Get all the BoundAttachments 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. 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. |