It's all about the answers!

Ask a question

Moving component from one stream to another stream


Neal Schrauf (678) | asked Jul 03 '14, 7:29 p.m.

I'm looking at adding a component to a new stream that existed in an old stream and then removing the component from an old stream.  If I move the component in this way, will

1) History related to the files and the component still exist after the move?

2) After removing the component from the old stream, will the component still exist in the new stream?  

One answer



permanent link
Geoffrey Clemm (30.1k33035) | answered Jul 03 '14, 7:48 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
A component exists independent of any stream that references it.   So think of a stream as just a set of pointers to component configurations.   When you remove a component from a stream, all you are doing is removing that pointer from the stream (the component, and that configuration of the component continues to exist, whether or not that stream happens to point to it).   When you add a component to a stream, all you are doing is adding to that stream a pointer to some configuration of that component.  So in particular, the answer to your two questions are:
1) Yes.
2) Yes.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.