com.tibco.bpm.web.client.services.actions.workitems
Class OpenWorkItem

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.workitems.OpenWorkItem
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<WorkItemResult>, net.customware.gwt.dispatch.shared.Action<WorkItemResult>

public class OpenWorkItem
extends java.lang.Object
implements OSAction<WorkItemResult>

Open the specified Work Item.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
WorkItemResult

Constructor Summary
OpenWorkItem(ManagedId item, java.lang.String channelId, java.lang.String channelType, java.lang.String userId)
          Constructs a new OpenWorkItem 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 :
 ManagedId getItem()
          The WorkListItem to open, retrieved by calling GetToDoList
 java.lang.String getUserId()
          User ID ( GUID ) of the user opening the Work Item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenWorkItem

public OpenWorkItem(ManagedId item,
                    java.lang.String channelId,
                    java.lang.String channelType,
                    java.lang.String userId)
Constructs a new OpenWorkItem Action

Parameters:
item - The WorkListItem to open, retrieved by calling GetToDoList
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.
Method Detail

getItem

public ManagedId getItem()
The WorkListItem to open, retrieved by calling GetToDoList

Returns:
Returns the item.

getChannelId

public java.lang.String getChannelId()
Channel ID, for GWT clients this is typically :

"openspaceGWTPull_DefaultChannel"

Returns:
Returns the channelId.

getChannelType

public java.lang.String getChannelType()
Channel Type, for GWT clients this is typically :

"GWTChannel"

Returns:
Returns the channelType.

getUserId

public java.lang.String getUserId()
User ID ( GUID ) of the user opening the Work Item.

Returns:
Returns the userId.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.