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

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

public class GetOfferSet
extends java.lang.Object
implements OSAction<GetOfferSetResult>

Retrieve the offer set for the specified Work Item.

The offer set will contain the list of entities the Work Item was offered to when scheduled by BRM.

©2011 TIBCO Software Inc.

Since:
1.2.0
See Also:
GetOfferSetResult

Constructor Summary
GetOfferSet(ManagedId item)
          Constructs a new GetOfferSet Action
 
Method Summary
 ManagedId getItem()
          Item to retrieve the offer set for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOfferSet

public GetOfferSet(ManagedId item)
Constructs a new GetOfferSet Action

Parameters:
item - Item to retrieve the offer set for.

A list of Work Items can be retrieved by calling GetToDoList.

Method Detail

getItem

public ManagedId getItem()
Item to retrieve the offer set for.

A list of Work Items can be retrieved by calling GetToDoList.

Returns:
Returns the item.


Copyright © 2015 TIBCO Software Inc. All Rights Reserved.