Where I can find a list of operation id's?
![]()
Where I can find a list of operation id's like:
- com.ibm.team.workitem.operation.workItemSave - ??? |
3 answers
![]()
Hi,
I think you can easily got them through the process configuration source. If you go into team-configuration->permission tag you can add an operation tag and use eclipse autocomplete funcitonality to get all the operation id that can be used. Best regards, Michele. |
![]()
Jared Burns (4.5k●2●9)
| answered Jul 21 '11, 7:14 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Where I can find a list of operation id's like: Are you trying to find a particular operation id in order to implement a precondition? If so, you could go digging for it in the plugin.xml files, but if you're in RTC or RQM, I think the simplest way is to just configure the operation's permissions in the Eclipse UI and then switch to the process XML. You can see the operation IDs listed in there. - Jared |