|
||||||||||
| 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.ReAllocateWorkItem
public class ReAllocateWorkItem
ReAllocate a Work Item to another resource.
A Work Item can only be ReAllocated if it is Allocated to the current user.
Returns no result, an ActionException is thrown if an error occurs.
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
ReAllocateWorkItem(java.util.Set<ManagedId> items,
java.lang.String userId)
Constructs a new ReAllocateWorkItem Action |
|
| Method Summary | |
|---|---|
java.util.Set<ManagedId> |
getItems()
The set of ManagedId Items to ReAllocate, a list of items can be retrieved by calling GetToDoList |
java.lang.String |
getUserId()
User ID ( GUID ) of the user to allocate the Work Item to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReAllocateWorkItem(java.util.Set<ManagedId> items,
java.lang.String userId)
set - of ManagedId Items to ReAllocate, a list of items can be retrieved by calling GetToDoListuserId - User ID ( GUID ) of the user to allocate the Work Item to.| Method Detail |
|---|
public java.util.Set<ManagedId> getItems()
ManagedId Items to ReAllocate, a list of items can be retrieved by calling GetToDoList
public java.lang.String getUserId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||