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.
IdAS API Open Issues
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Contents
About
Catch-all page for misc issues related to the IdAS API
IContext
addEntity(URI entityType, String entityID)
- To create a blank Entity just set the entityId param to null. Do we agree on this?
- Should we define IContext.addEntity(URI entityType) as a convenience method to create blank Entities?
IEntity
getEntityId()
- If called on a blank Entity does this return null?
remove()
- Calling remove() removes the Entity and all of its associated attribute instances (although the javadoc doesn't say this) and the simple values of these attributes --complex values are not removed. Do we all agree with this?
IFilter
- General question: are blank Entities discoverable using the IFiler interfaces?