Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Difference between getWorkingCopyManager vs getMutableCopy

Hi,

I am accessing a project area to change the name. Can someone tell me the difference between getWorkingCopyManager() vs getMutableCopy(pa).

0 votes



One answer

Permanent link
Hello,

IProcessItemService#getMutableCopy will return a working copy of a process item. Essentially, it is the same as calling IItem.getWorkingCopy on the process item.

IProcessItemService#getWorkingCopyManager allows access to an object that can be used to get IProcessItemWorkingCopy instances. IProcessItemWorkingCopy instances are used in the Eclipse editors and support being initialized and updated asynchronous (like, while the editor is loading), as well as publishing update events when changed. Working copies can be shared across editor instances so that when an item changes in one editor, the changes are reflected in the other editor.

Martha
Jazz L3 Developer

Hi,

I am accessing a project area to change the name. Can someone tell me the difference between getWorkingCopyManager() vs getMutableCopy(pa).

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,952

Question asked: May 16 '12, 1:55 p.m.

Question was seen: 5,014 times

Last updated: May 16 '12, 1:55 p.m.

Confirmation Cancel Confirm