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

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

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

Skip a Work Item. The Process skips to the next Task as defined in the Process Template.

A Work Item can only be skipped if Allocated to the current user.

Returns no result, an ActionException is thrown if an Error occurs.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
SkipWorkItem(java.util.Set<ManagedId> items)
          Constructs a new SkipWorkItem Action
 
Method Summary
 java.util.Set<ManagedId> getItems()
          The Set of ManagedId Items to Skip, 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

SkipWorkItem

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

Parameters:
Set - of ManagedId Items to Skip, 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 Skip, a list of items can be retrieved by calling GetToDoList

Returns:
Returns the items.


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