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

Idas Architectural Todo

Revision as of 17:40, 22 January 2007 by Unnamed Poltroon (Talk)

This list represents items needed to be done which are architectural in nature, or have to do with the IdAS API/SPI interfaces. Issues not backed by an eclipse bug are underlined.

  • Support for "building block" context providers (e.g. that do certain kinds of attribute transformation). 171294
    • Each building block context will expect to be told the rest of the chain of contextRefs.
    • Perhaps a Factory takes a list of ContextRefs instead of a sole ContextRefs
    • When the consumer of IdAS finally gets the Context instance, that instance might be the head of a chain of Context instances. Perhaps the registry only sees the top one.
  • Schema: Add method(s) which return the schema as a stream, DOM document, or other iterable object. (IContext.java) 160412
    • Data Model
      • Document the special "uniqueIdentifier" attribute 171300
  • Context
    • Does export/import only export/import Digital Subjects, or the entire Context (Metadata, Schema, DS, Relationships)? (IContext.java) 171301]
    • Export/Import Filter Format: Define the format (IContext.java) 171301]
    • Export/Import data representation format. Document what this would look like and how, given the string one could understand what the format is. Is there a registry? (IContext.java) 171301]
    • How does IContext.importData handle data collisions? 171298
  • Relationships 171304
    • How are two relationships compared for equality? (IHasRelationships.java)
    • Does IHasRelationships.createRelationship also add? (IHasRelationships.java)

Back to the top