|
||||||||||
| 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.CloseWorkItems
public class CloseWorkItems
Closes previously opened Work Items.
This call will close Work Items ( even if opened by other users ).
Calling this service could result in loss of data if changes to a Work Item have been made by another user and not saved.
Return no result, throws an ActionException if the call fails.
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
CloseWorkItems(java.util.Set<ManagedId> ids)
Constructs a new CloseWorkItems Action. |
|
| Method Summary | |
|---|---|
java.util.Set<ManagedId> |
getWorkItemIds()
Set of ManagedID for the Work Items to close. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CloseWorkItems(java.util.Set<ManagedId> ids)
ids - set of IDs of the Work Items to close.| Method Detail |
|---|
public java.util.Set<ManagedId> getWorkItemIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||