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

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

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

Closes previously opened Work Items.

This call will close Work Items ( even if opened by other users ).

Calling this service could result in loss of data if changes to a Work Item have been made by another user and not saved.

Return no result, throws an ActionException if the call fails.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
CloseWorkItems(java.util.Set<ManagedId> ids)
          Constructs a new CloseWorkItems Action.
 
Method Summary
 java.util.Set<ManagedId> getWorkItemIds()
          Set of ManagedID for the Work Items to close.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseWorkItems

public CloseWorkItems(java.util.Set<ManagedId> ids)
Constructs a new CloseWorkItems Action.

Parameters:
ids - set of IDs of the Work Items to close.
Method Detail

getWorkItemIds

public java.util.Set<ManagedId> getWorkItemIds()
Set of ManagedID for the Work Items to close.

Returns:
Returns the set of ids


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