Team Support for Logical Model Integration
There are two viewpoints of interest when describing the Team support for logical
model integration:
- Repository Provider: A Repository Provider is the connection between
the local workspace and a remote repository. Details of the logical model
supprot from the standpoint of a Repository Provider can be found in the Repository
Roadmap for Logical Model Integration.
- Model Provider: A Model Provider is the tooling that allows the
user to work with the model elements that are stord in the resources in the
local workspace. Details of how Model Providers can leverage this support
is found in Model Roadmap for Logical Model
Integration.
The following points summarize the features covered by the Team logical model
support.
- Maintaining Workspace Consistency: Operations performed directly on resources
may have undesirable side effects on model elements that are persisted in,
or are otherwise associated with, those resources. Clients can use the ResourceChangeValidator
to validate that changse to resources will not have undesirable side effetcs
on models while models van implement the ModelProvider#validateChange method
to validate a resource change.
- Team Operations and Decorations: It has always been possible to have team
operations and decorations appear on model elements that have a one-to-one
relationship by adapting the model element to the corresponging IResource.
It is now possible to have operation and decorations appear on model elements
that have more complex relationships to resources by adapting a model element
to a ResourceMapping.
- Semantic Merges of Model Elements: Model Providers can participate in headless
merges by associating an IStorageMerger with a particular file type, if there
is a one-to-one correspondence between model elements and resources. For more
complex relationships, Model Providers can adapt their ModelProvider to an
IResourceMappingMerger to have access to the full content of the merge operation.
- Model participation in team viewers: Model Providers can participate in
- Remote Discovery: