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

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

public class ReofferWorkItem
extends java.lang.Object
implements OSAction<VoidResult>

Reoffer the Work Item to the original offer set.

A Work Item can only be re-offered it if is allocated to the current user.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
ReofferWorkItem(java.util.Set<ManagedId> items)
          Constructs a new ReOfferWorkItem Action
 
Method Summary
 java.util.Set<ManagedId> getItems()
          The Set of ManagedId Items to ReOffer, a list of items can be retrieved by calling GetToDoList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReofferWorkItem

public ReofferWorkItem(java.util.Set<ManagedId> items)
Constructs a new ReOfferWorkItem Action

Parameters:
item - The set of ManagedId Items to ReOffer, a list of items can be retrieved by calling GetToDoList
Method Detail

getItems

public java.util.Set<ManagedId> getItems()
The Set of ManagedId Items to ReOffer, a list of items can be retrieved by calling GetToDoList

Returns:
Returns the item.


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