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?

Title: 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:

Right. A given entity can have more than one ID, but only one of them could be designated as the unique identifier.

Regards,
raj
 
 

Anthony Nadalin---09/08/2008 11:20:01 PM---I think that it does make a difference if its an attribute or not, as some entities may not have an entityID, also it matters w


From:
Anthony Nadalin/Austin/IBM@IBMUS

To:
"Higgins \(Trust Framework\) Project developer discussions" <higgins-dev@xxxxxxxxxxx>

Cc:
higgins-dev <higgins-dev@xxxxxxxxxxx>, higgins-dev-bounces@xxxxxxxxxxx

Date:
09/08/2008 11:20 PM

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




I think that it does make a difference if its an attribute or not, as some entities may not have an entityID, also it matters where we will look for an entityID, also I believe that entities may have multiple entityIDs

Anthony Nadalin | Work 512.838.0085 | Cell 512.289.4122

Paul Trevithick ---09/08/2008 12:37:03 PM---Thanks Tom, Jim and Markus for your input. Seems like we’re all in agreement.

From:
Paul Trevithick <paul@xxxxxxxxxxxxxxxxx>

To:
higgins-dev <higgins-dev@xxxxxxxxxxx>

Date:
09/08/2008 12:37 PM

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




Thanks Tom, Jim and Markus for your input. Seems like we’re all in agreement.

-Paul


On 9/5/08 11:20 AM, "Markus Sabadello" <msabadello@xxxxxxxxxxxxx
<msabadello@xxxxxxxxxxxxx> > wrote:


Back to the top