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

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

public class RetryHaltedProcessInstance
extends java.lang.Object
implements OSAction<StringResult>

Retry halted instances of a Process Template.

©2013 Cloud Software Group, Inc.

Since:
2.2.0

Constructor Summary
RetryHaltedProcessInstance(java.lang.String processId)
          Constructor for RetryHaltedProcessInstance.
 
Method Summary
 java.lang.String getProcessId()
          Gets the process Id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryHaltedProcessInstance

public RetryHaltedProcessInstance(java.lang.String processId)
Constructor for RetryHaltedProcessInstance.

Parameters:
processId -
Method Detail

getProcessId

public java.lang.String getProcessId()
Gets the process Id.

Returns:


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