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
Thanks,
Geoff Alexander
One answer
On Fri, 02 Jul 2010 19:22:59 +0000, gdlxn wrote:
This is discussed in the developer guide as well:
https://jazz.net/wiki/bin/view/Main/
TeamProcessDeveloperGuide#Operation_Actions_Process_Permis
- Jared
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.
This is discussed in the developer guide as well:
https://jazz.net/wiki/bin/view/Main/
TeamProcessDeveloperGuide#Operation_Actions_Process_Permis
- Jared