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

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

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

Suspend the specified running Process Instances.

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

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
SuspendProcessInstance(java.util.List<java.lang.String> processIds)
          Constructs a new SuspendProcessInstance Action.
 
Method Summary
 java.util.List<java.lang.String> getProcessIds()
          ID of the running Process Instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuspendProcessInstance

public SuspendProcessInstance(java.util.List<java.lang.String> processIds)
Constructs a new SuspendProcessInstance Action.

Parameters:
processIds - ID of the running Process Instances.
Method Detail

getProcessIds

public java.util.List<java.lang.String> getProcessIds()
ID of the running Process Instances.

Returns:
Returns the processIds.


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