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

Getting a change set from an IChangeSetHandle

Hi,

I have an IChangeSetHandle object obtained from an AcceptReport and an associated ChangeSetInfo object. I want to use these to get at the Change Sets themselves so I can parse them and persist the results as a file. I've looked at the available documentation and forum posts but cannot, unfortunately find anything to help me do this.

Hopefully there is a simple answer to this (I guess so)

Thanks in advance for your help.

Cheers, Andrew

0 votes



2 answers

Permanent link
You have to fetch the item using IRepositoryItemService on server side or IItemManager on the client side.
Then you can use following methods:

IRepositoryItemService.fetchItem(IItemHandle itemHandle, String[] properties)

IItemManager.fetchCompleteItem(IItemHandle itemHandle, int flags, IProgressMonitor monitor)

Regards,
Michele.

0 votes


Permanent link
Thanks Michele,

I'll give it a try and see what I get back.

Cheers, Andrew

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,927

Question asked: Sep 27 '09, 10:16 a.m.

Question was seen: 6,792 times

Last updated: Sep 27 '09, 10:16 a.m.

Confirmation Cancel Confirm