It's all about the answers!

Ask a question

Question about Auditable and Helper in storage model


Xiang Dong Hu (762) | asked Feb 11 '08, 7:44 a.m.
JAZZ DEVELOPER
For "Auditables", an important feature is Jazz Repository will maintain
history states of the item.

But I'm not very sure what will happen if I have a reference to a Helper
in a Auditable. When I get a history state of the Auditable, can I also
get the correct "history" version of the referenced Helper? Or will I
always get latest version of the referenced Helper?

Thanks in advance for any information/ideas on this!

2 answers



permanent link
Chris Daly (61651) | answered Feb 11 '08, 4:18 p.m.
JAZZ DEVELOPER
huxd@cn.ibm.com wrote:

For "Auditables", an important feature is Jazz Repository will maintain
history states of the item.

But I'm not very sure what will happen if I have a reference to a Helper
in a Auditable. When I get a history state of the Auditable, can I also
get the correct "history" version of the referenced Helper? Or will I
always get latest version of the referenced Helper?

Thanks in advance for any information/ideas on this!

Hi,

When you fetch a state of an Auditable you will see its contained
Helpers as they were at the time the Auditable state was created.

--
Chris Daly
Jazz Component Development Team

permanent link
Xiang Dong Hu (762) | answered Feb 21 '08, 9:58 p.m.
JAZZ DEVELOPER
Thanks Chris!

Your answer


Register or to post your answer.