Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

IdAS API Open Issues

Revision as of 13:30, 14 September 2008 by Paul.socialphysics.org (Talk | contribs)

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

IContext

IContext.addEntity(URI entityType, String entityID)

  1. To create a blank Entity just set the entityId param to null. Do we agree on this?
  2. Should we define IContext.addEntity(URI entityType) as a convenience method to create blank Entities?

IEntity

IEntity.getEntityId()

  1. If called on a blank Entity does this return null?

Back to the top