Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EntityId"

m
(Definition)
Line 6: Line 6:
  
 
== Definition ==
 
== Definition ==
* Uniquely identifies its associated [[Entity]] instance within its containing [[Context]]
+
* Uniquely identifies an [[Entity]] instance within its containing [[Context]]. It MAY also identify the [[Entity]] uniquely globally (that is, irrespective of [[Context]]).
 
* The value of an [[EntityId]] is a single [[Entity UDI]]
 
* The value of an [[EntityId]] is a single [[Entity UDI]]
  

Revision as of 08:39, 10 April 2009

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

Version

This page defines the concept of EntityId used in the Context Data Model 1.1.

Definition

  • Uniquely identifies an Entity instance within its containing Context. It MAY also identify the Entity uniquely globally (that is, irrespective of Context).
  • The value of an EntityId is a single Entity UDI

Attribute of

  • Entity: The EntityId attribute provides the EntityId of the Entity having this attribute.

See Also

Back to the top