|
||||||||||
| 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.CloseWorkItem
public class CloseWorkItem
Closes a previously opened Work Item and saves any updates made by the User.
©2011 TIBCO Software Inc.
WorkItemResult| Constructor Summary | |
|---|---|
CloseWorkItem(java.lang.String userId,
WorkItem item,
java.lang.String channelId,
java.lang.String channelType)
Constructs a new CloseWorkItem Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getChannelId()
Channel ID, for GWT clients this is typically : |
java.lang.String |
getChannelType()
Channel Type, for GWT clients this is typically : |
WorkItem |
getItem()
The WorkItem retrieved from a call to OpenWorkItem or OpenNextWorkItem |
java.lang.String |
getUserId()
User ID ( GUID ) of the user closing the Work Item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CloseWorkItem(java.lang.String userId,
WorkItem item,
java.lang.String channelId,
java.lang.String channelType)
userId - User ID ( GUID ) of the user closing the Work Item.item - The WorkItem retrieved from a call to OpenWorkItem or OpenNextWorkItemchannelId - Channel ID, for GWT clients this is typically :
"openspaceGWTPull_DefaultChannel"
channelType - Channel Type, for GWT clients this is typically :
"GWTChannel"
| Method Detail |
|---|
public java.lang.String getUserId()
public WorkItem getItem()
OpenWorkItem or OpenNextWorkItem
public java.lang.String getChannelId()
"openspaceGWTPull_DefaultChannel"
public java.lang.String getChannelType()
"GWTChannel"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||