content assistance
I develop an advisor plug-in that check some attributes and it is quite similar to the pre-defined required properties plug-in. I add it to the process specification file after the "required proprieties". When i write its' proprieties i don't get the content assist, for example if i write the "workItemType" property i don't get the work item type's list (of course that it works fine in the original required properties plugin). How can i solve this problem?
One answer
You need to provide an IAttributeValueProposalProvider. These are
contributed via extension, as described on this interface's JavaDoc.
The WorkItemProcessProposalProvider provides this behavior for the work
item component's xml.
--
Jared Burns
Jazz Process Team
giladsa wrote:
contributed via extension, as described on this interface's JavaDoc.
The WorkItemProcessProposalProvider provides this behavior for the work
item component's xml.
--
Jared Burns
Jazz Process Team
giladsa wrote:
I develop an advisor plug-in that check some attributes and it is
quite similar to the pre-defined required properties plug-in. I add
it to the process specification file after the "required
proprieties". When i write its' proprieties i don't get the
content assist, for example if i write the "workItemType"
property i don't get the work item type's list (of course that it
works fine in the original required properties plugin). How can i
solve this problem?