fetchCompleteItem seems not to, help, solved
the ContributorDetails object extends IExtensibleItem
public abstract interface com.ibm.team.repository.common.IContributorDetails extends com.ibm.team.repository.common.IExtensibleItem, com.ibm.team.repository.common.IAuditable, com.ibm.team.repository.common.IContributorDetailsHandle { and the 4.0.1 javadoc for IExtensibleItem says Design notes: Fetching a complete (extensible) item will fetch all it's state extensions. and Here are some important design considerations to think about when deciding whether to allow state extensions on an item type:
but.. I don't see that to be true.
on the server side I see
IContributorDetails details= (IContributorDetails) fItemService.fetchItem(detailsHandle, CONTRIBUTOR_DETAILS_FULLPROFILE);
and configVal is non-null; on the client side
IContributorDetailsHandle detailsHandle= contributor.getDetails();
returns null, and the only key in details.getExtensionKeys() is 'com.ibm.team.dashboard.default' so, what did I miss?? we need this utility for this weekend.. help |
One answer
never mind.. the RTC code doesn't populate the mail config data until it is actually SAVED by a user..
never a dull moment |
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.