Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] getContextId change proposal

Yeah, okay, that would probably be sufficient.  I'll use that.

Tom 
 
>>> "Markus Sabadello" <msabadello@xxxxxxxxxxxxx> 08/14/08 12:11 PM >>> 
The types and URIs have nothing to do with each other. You could even have a
ContextId without any URI at all, however you would always have at least one
type.

The IContextId implementations I made all override the toString() method in
which they return the original string from which the ContextId was
generated. Is that what you're talking about?

Markus

On Thu, Aug 14, 2008 at 8:04 PM, Tom Doman <tdoman@xxxxxxxxxx> wrote:

> Yeah, but if the types and URIs correlate, I'd like to have a toString()
> that puts
> them together in some nice way.  Oh, also for auditing too.
>
> Tom
>
> >>> "Markus Sabadello" <markus.sabadello@xxxxxxxxx> 08/14/08 11:56 AM >>>
> Hmm.. The types are strings anyway, and the URIs can just be toString()ed,
> no?
>
> Markus
>
> On Thu, Aug 14, 2008 at 7:33 PM, Tom Doman <tdoman@xxxxxxxxxx> wrote:
>
> > It would also be nice to have IContextId have some helpers that turn the
> > context URIs and context Types into Strings that can be displayed and\or
> > logged.
> >
> > >>> "Tom Doman" <tdoman@xxxxxxxxxx> 08/14/08 11:22 AM >>>
> > Currently, getContextId() returns a single URI.  The IContextId interface
> > may return a set of URIs comprising the complete context ID.  I'd like to
> > proposed that getContextId() be changed to return either a URI [ ] or and
> > IContextId so we can get at the full picture that this API should allow.
> >
> > Tom
> >
> >
> > _______________________________________________
> > higgins-   dev mailing list
> > higgins-   dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/higgins-   dev
> >
> >
> > _______________________________________________
> > higgins-  dev mailing list
> > higgins-  dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/higgins-  dev
> >
>
>
> _______________________________________________
> higgins- dev mailing list
> higgins- dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins- dev
>



Back to the top