Information on actions returned by AdvisableOperation#getAct
![]()
I've found that AdvisableOperation#getActions() returns a String array with each String having the form <ActionPart1>/.../<ActionPartN>. Can someone point me to information on the returned actions such as the possible values for each of action part and their semantics? The Javadoc for AdvisableOperation#getActions() implies that the actions are defined by subclasses of AdvisableOperation. However, looking at the Javadoc for WorkItemProcessAreaOperation#getActions(), for example, I find no additional information.
Thanks, Geoff Alexander |
One answer
![]()
Jared Burns (4.5k●2●9)
| answered Jul 02 '10, 3:29 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Fri, 02 Jul 2010 19:22:59 +0000, gdlxn wrote:
I've found that AdvisableOperation#getActions() returns a String array This is discussed in the developer guide as well: https://jazz.net/wiki/bin/view/Main/ TeamProcessDeveloperGuide#Operation_Actions_Process_Permis - Jared |