|
||||||||||
| 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.PendWorkItemByPeriod
public class PendWorkItemByPeriod
Pend a Work Item for the specified period.
When an item is Pended it enters a PENDHIDDEN state and is not visible in the Work List until the specified period has elapsed.
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 | |
|---|---|
PendWorkItemByPeriod(java.util.Set<ManagedId> items,
int years,
int months,
int weeks,
int days,
int hours,
int minutes)
Constructs a new PendWorkItemByPeriod Action |
|
| Method Summary | |
|---|---|
int |
getDays()
Number of days to pend for or 0. |
int |
getHours()
Number of hours to pend for or 0. |
java.util.Set<ManagedId> |
getItem()
The Set of ManagedId Items to Pend, a list of items can be retrieved by calling GetToDoList |
int |
getMinutes()
Number of minutes to pend for or 0. |
int |
getMonths()
Number of months to pend for or 0. |
int |
getWeeks()
Number of weeks to pend for or 0. |
int |
getYears()
Number of years to pend for or 0. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PendWorkItemByPeriod(java.util.Set<ManagedId> items,
int years,
int months,
int weeks,
int days,
int hours,
int minutes)
item - The set of ManagedId Item to Pend, a list of items can be retrieved by calling GetToDoListyears - Number of years to pend for or 0.months - Number of months to pend for or 0.weeks - Number of weeks to pend for or 0.days - Number of days to pend for or 0.hours - Number of hours to pend for or 0.minutes - Number of minutes to pend for or 0.| Method Detail |
|---|
public java.util.Set<ManagedId> getItem()
ManagedId Items to Pend, a list of items can be retrieved by calling GetToDoList
public int getYears()
public int getMonths()
public int getWeeks()
public int getDays()
public int getHours()
public int getMinutes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||