|
||||||||||
| 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.OpenNextWorkItem
public class OpenNextWorkItem
Open the next available Work Item for the user.
Throws an ActionException if no items are available or an error occurs.
©2011 TIBCO Software Inc.
WorkItemResult| Constructor Summary | |
|---|---|
OpenNextWorkItem(java.lang.String channelId,
java.lang.String channelType,
java.lang.String userId,
long workListViewId)
Constructs a new OpenNextWorkItem 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 : |
java.lang.String |
getUserId()
User ID ( GUID ) of the user opening the Work Item. |
long |
getWorkListViewId()
Work List View ID of the BRM view to use when calling open next. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenNextWorkItem(java.lang.String channelId,
java.lang.String channelType,
java.lang.String userId,
long workListViewId)
channelId - Channel ID, for GWT clients this is typically :
"openspaceGWTPull_DefaultChannel"
channelType - Channel Type, for GWT clients this is typically :
"GWTChannel"
userId - User ID ( GUID ) of the user opening the Work Item.workListViewID - ID of the WorkListView in BRM to use for the Open Next request.| Method Detail |
|---|
public java.lang.String getChannelId()
"openspaceGWTPull_DefaultChannel"
public java.lang.String getChannelType()
"GWTChannel"
public java.lang.String getUserId()
public long getWorkListViewId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||