|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.workitems.SkipWorkItem
public class SkipWorkItem
Skip a Work Item. The Process skips to the next Task as defined in the Process Template.
A Work Item can only be skipped if Allocated to the current user.
Returns no result, an ActionException is thrown if an Error occurs.
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
SkipWorkItem(java.util.Set<ManagedId> items)
Constructs a new SkipWorkItem Action |
|
| Method Summary | |
|---|---|
java.util.Set<ManagedId> |
getItems()
The Set of ManagedId Items to Skip, a list of items can be retrieved by calling GetToDoList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SkipWorkItem(java.util.Set<ManagedId> items)
Set - of ManagedId Items to Skip, a list of items can be retrieved by calling GetToDoList| Method Detail |
|---|
public java.util.Set<ManagedId> getItems()
ManagedId Items to Skip, a list of items can be retrieved by calling GetToDoList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||