|
||||||||||
| 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.AllocateWorkItem
public class AllocateWorkItem
Allocate the specified Work Item to a particular Resource.
The ToDoListItem is retrieved by calling GetToDoList
Returns no result, throws an ActionException if the call fails.
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
AllocateWorkItem(java.util.Set<ManagedId> items,
java.lang.String userId)
Constructs a new AllocateWorkItem Action |
|
| Method Summary | |
|---|---|
java.util.Set<ManagedId> |
getItem()
ManagedId to allocate. |
java.lang.String |
getUserId()
This is the ID ( GUID ) for the user to allocate to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AllocateWorkItem(java.util.Set<ManagedId> items,
java.lang.String userId)
item - ManagedId to allocate.userId - This is the ID ( GUID ) for the user to allocate to.
A list of users can be retrieved by calling OpenOrgModel or RunResourceQuery| Method Detail |
|---|
public java.util.Set<ManagedId> getItem()
ManagedId to allocate.
public java.lang.String getUserId()
OpenOrgModel or RunResourceQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||