|
||||||||||
| 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.PendWorkItemByDate
public class PendWorkItemByDate
Pend a Work Item until the specified Date.
When an item is Pended it enters a PENDHIDDEN state and is not visible in the Work List until the specified Date has passed.
Returns no result, throws an ActionException if an error occurs.
A Work Item can only be Pended if it is Allocated to the current user.
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
PendWorkItemByDate(java.util.Set<ManagedId> items,
java.util.Date pendDate)
Constructs a new PendWorkItemByDate Action |
|
| Method Summary | |
|---|---|
java.util.Set<ManagedId> |
getItem()
The ManagedId Item to Pend, a list of items can be retrieved by calling GetToDoList |
java.util.Date |
getPendDate()
The Date to pend the item until. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PendWorkItemByDate(java.util.Set<ManagedId> items,
java.util.Date pendDate)
item - The ManagedId Item to Pend, a list of items can be retrieved by calling GetToDoListpendDate - The Date to pend the item until.| Method Detail |
|---|
public java.util.Set<ManagedId> getItem()
ManagedId Item to Pend, a list of items can be retrieved by calling GetToDoList
public java.util.Date getPendDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||