Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.instancemanagement.model
Interface IGrabInstanceRequest

All Superinterfaces:
IBaseGrabRequest, java.io.Serializable
All Known Subinterfaces:
IMigrateInstanceRequest

public interface IGrabInstanceRequest
extends IBaseGrabRequest

A request to Alter Flow over a single instance.


Method Summary
 IProcessInstance getProcessInstance()
          Gets the process instance to execute the request.
 boolean isResumeInstanceIfRequired()
          Gets whether the instance has to be resumed or not.
 void setProcessInstance(IProcessInstance processInstance)
          Sets the process instance to execute the request
 void setResumeInstanceIfRequired(boolean resumeInstanceIfRequired)
          Sets whether the instance has to be resumed or not.
 
Methods inherited from interface oracle.bpm.services.instancemanagement.model.IBaseGrabRequest
getComments, getRequestedCorrelationKeyValueChanges, getRequestedFlowChanges, getRequestedInstanceAttributeValueChanges, getRequestedVariableValueChanges, getRequester, isValidateValue, setComments, setRequestedCorrelationKeyValueChanges, setRequestedFlowChanges, setRequestedInstanceAttributeValueChanges, setRequestedVariableValueChanges, setRequester, setValidateValue
 

Method Detail

getProcessInstance

IProcessInstance getProcessInstance()
Gets the process instance to execute the request.

Returns:
the process instance for the request

setProcessInstance

void setProcessInstance(IProcessInstance processInstance)
Sets the process instance to execute the request

Parameters:
processInstance - the process instance for the request

isResumeInstanceIfRequired

boolean isResumeInstanceIfRequired()
Gets whether the instance has to be resumed or not.

Returns:
true if the instance has to be resumed, false otherwise

setResumeInstanceIfRequired

void setResumeInstanceIfRequired(boolean resumeInstanceIfRequired)
Sets whether the instance has to be resumed or not.

Parameters:
resumeInstanceIfRequired - true if the instance has to be resumed, false otherwise

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.