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 IBaseMigrateInstanceRequest

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

public interface IBaseMigrateInstanceRequest
extends IBaseGrabRequest

Base request for migrating instances.


Method Summary
 boolean isLeaveNonMigratedInstancesSuspended()
          Gets whether the instance/s will be suspended if they failed to migrate.
 boolean isMigrateInstance()
          Gets whether to migrate the instance/s to the new Process Model
 boolean isMigrateInstancesInResume()
          Gets whether the instances will be migrated as part of the resume action.
 boolean isResumeComponent()
          Gets whether the component has to be resumed.
 void setLeaveNonMigratedInstancesSuspended(boolean leaveNonMigratedInstancesSuspended)
          Sets whether the instance/s will be suspended if they failed to migrate.
 void setMigrateInstance(boolean migrateInstance)
          Sets whether to migrate the instance/s to the new Process Model
 void setMigrateInstancesInResume(boolean migrateInstancesInResume)
          Sets whether the instances will be migrated as part of the resume action.
 void setResumeComponent(boolean resumeComponent)
          Sets whether the component has to be resumed.
 
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

setMigrateInstance

void setMigrateInstance(boolean migrateInstance)
Sets whether to migrate the instance/s to the new Process Model

Parameters:
migrateInstance - true to migrate the instance/s, false otherwise

isMigrateInstance

boolean isMigrateInstance()
Gets whether to migrate the instance/s to the new Process Model

Returns:
true to migrate the instance/s, false otherwise

isResumeComponent

boolean isResumeComponent()
Gets whether the component has to be resumed.

Returns:
true to resume the component, false otherwise

setResumeComponent

void setResumeComponent(boolean resumeComponent)
Sets whether the component has to be resumed.

Parameters:
resumeComponent - true to resume the component, false otherwise

isLeaveNonMigratedInstancesSuspended

boolean isLeaveNonMigratedInstancesSuspended()
Gets whether the instance/s will be suspended if they failed to migrate.

Returns:
true if the instances will be suspended, false otherwise

setLeaveNonMigratedInstancesSuspended

void setLeaveNonMigratedInstancesSuspended(boolean leaveNonMigratedInstancesSuspended)
Sets whether the instance/s will be suspended if they failed to migrate.

Parameters:
leaveNonMigratedInstancesSuspended - true if the instances will be suspended, false otherwise

isMigrateInstancesInResume

boolean isMigrateInstancesInResume()
Gets whether the instances will be migrated as part of the resume action.

Returns:
true if the instances will be migrated in the resume action, false otherwise

setMigrateInstancesInResume

void setMigrateInstancesInResume(boolean migrateInstancesInResume)
Sets whether the instances will be migrated as part of the resume action.

Parameters:
migrateInstancesInResume - true if the instances will be migrated in the resume action, 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.