Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cendito

Pages: [1]
1
if you need to work on a shared model, you should consider putting your repository in a database instead of using the eap repository.

We have an approch in place where models start from a common baseline, being updated from projects, reviewed and merged to a new baseline.

Most of the diff and merge activities are supported by EA extensions.
This requires a clear concept how the model structure might look like and a lot of work on the extensions. This is nothing I would recomment or 2 team member to synchronize the model.


2
Automation Interface, Add-Ins and Tools / Re: Get DiagramObject by ID
« on: July 16, 2012, 05:35:40 pm »
Get current diagram with Repository.GetCurrentDiagram().

Iterate through curDiagram.DiagramObjects checking for curDiagObj.ElementID equals the parameter value.



Pages: [1]