Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] entityID not an attribute?

OK, So not sure I agree

I believe that there are 0..N EntityIDs and the EnitityID job is to encapsulate the referenced attributes, thus there may be multiple EntityIDs.

Anthony Nadalin | Work 512.838.0085 | Cell 512.289.4122

Inactive hide details for Paul Trevithick ---09/09/2008 10:56:26 AM---Just to make sure we’re all discussing the right proposaPaul Trevithick ---09/09/2008 10:56:26 AM---Just to make sure we’re all discussing the right proposal. Let me back up a bit here and restate it:


From:

Paul Trevithick <paul@xxxxxxxxxxxxxxxxx>

To:

higgins-dev <higgins-dev@xxxxxxxxxxx>

Date:

09/09/2008 10:56 AM

Subject:

Re: [higgins-dev] entityID not an attribute?




Just to make sure we’re all discussing the right proposal. Let me back up a bit here and restate it:

Background: We remain committed to these two principles:
    • An Entity has 0..1 EntityId (...and we expect almost all Entities will have an EntityId)
    • An Entity has 0..N Attributes some of which may be used as identifiers (that is, these attributes may singly or in combination uniquely identify an Entity within its Context)

The proposal is:
    • To no longer consider the one, optional EntityId as an Attribute.
    • To have an IdAS getEntityId() method to return this EntityId (or return null if it doesn’t exist) whereas other getAttribute methods return Attributes/values
    • NOTE: CP developers remain free to present the EntityId value as the value of some Attribute type that they define and use within their Context

-Paul

On 9/8/08 11:29 PM, "Nataraj Nagaratnam" <
natarajn@xxxxxxxxxx> wrote:

GIF image

GIF image


Back to the top