com.tibco.bpm.web.client.services.actions.processtemplates
Class CancelProcessInstance

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

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

Cancels the specified Process Instances.

No result is returned, an ActionException will be thrown in the call fails.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
CancelProcessInstance(java.util.List<java.lang.String> processIds)
          Construct a new CancelProcessInstance Action
 
Method Summary
 java.util.List<java.lang.String> getProcessIds()
          The process IDs of the running instances i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelProcessInstance

public CancelProcessInstance(java.util.List<java.lang.String> processIds)
Construct a new CancelProcessInstance Action

Parameters:
processId - The list of process IDs to Cancel ( running instances ) i.e. "pvm:0a100"
Method Detail

getProcessIds

public java.util.List<java.lang.String> getProcessIds()
The process IDs of the running instances i.e. "pvm:0a100"

Returns:
Returns the processIds.


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