It's all about the answers!

Ask a question

Extending resource model


vinay reddy (1711205) | asked Feb 03 '09, 8:29 a.m.
Any pointers/suggestions on extending the user model supported in RTC? We need some attributes to be added for the user model which also need to get reflected in the related UI (in the current user page of RTC). Can some one point out the related plug-ins that contain the user model and resource UI page ?

3 answers



permanent link
vinay reddy (1711205) | answered Feb 26 '09, 10:59 p.m.
I define a new ecore model and refer to 'Contributor' (using EReference ) from one of the attributes. Is this sufficient for linkage between the two models?

permanent link
Matt Lavin (2.7k2) | answered Feb 27 '09, 8:18 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
You can link to a Contributor from your model if you want, but there is
nothing 'special' about the linkage. If the Contributor gets deleted
your model will not be deleted. And attributes in your model will not
get reflected in the UI.

-
Matt Lavin
Jazz Server Team


On Fri, 2009-02-27 at 04:08 +0000, vinaykumarreddyk wrote:
I define a new ecore model and refer to 'Contributor' (using
EReference ) from one of the attributes. Is this sufficient for
linkage between the two models?

permanent link
vinay reddy (1711205) | answered Mar 02 '09, 8:59 a.m.
Would that be okay for linkage on the back end part? If so, I can create a separate view for handling these new attributes at the UI level.

Is there a plan to support customization for users, teams etc. like the way it has been for work items?

Your answer


Register or to post your answer.