Uses of Class
com.tibco.bpm.web.client.model.types.WorkItem

Packages that use WorkItem
com.tibco.bpm.web.client.services.actions.workitems   
com.tibco.bpm.web.client.services.results   
 

Uses of WorkItem in com.tibco.bpm.web.client.services.actions.workitems
 

Methods in com.tibco.bpm.web.client.services.actions.workitems that return WorkItem
 WorkItem CompleteWorkItem.getItem()
          The WorkItem retrieved from a call to OpenWorkItem or OpenNextWorkItem
 WorkItem CloseWorkItem.getItem()
          The WorkItem retrieved from a call to OpenWorkItem or OpenNextWorkItem
 

Constructors in com.tibco.bpm.web.client.services.actions.workitems with parameters of type WorkItem
CloseWorkItem(java.lang.String userId, WorkItem item, java.lang.String channelId, java.lang.String channelType)
          Constructs a new CloseWorkItem Action
CompleteWorkItem(WorkItem item, java.lang.String channelId, java.lang.String channelType, java.lang.String userId)
          Constructs a new CompleteWorkItem Action.
 

Uses of WorkItem in com.tibco.bpm.web.client.services.results
 

Methods in com.tibco.bpm.web.client.services.results that return WorkItem
 WorkItem WorkItemResult.getToDoItem()
          The WorkItem resulting from, for example, a call to OpenWorkItem
 

Methods in com.tibco.bpm.web.client.services.results that return types with arguments of type WorkItem
 java.util.List<WorkItem> PreviewWorkItemResult.getWorkItems()
          The List of WorkItem resulting from the PreviewWorkItem request.
 

Constructors in com.tibco.bpm.web.client.services.results with parameters of type WorkItem
WorkItemResult(WorkItem item)
           
 

Constructor parameters in com.tibco.bpm.web.client.services.results with type arguments of type WorkItem
PreviewWorkItemResult(java.util.List<WorkItem> workItems)
           
 



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