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 IInstanceSummary

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMigrateInstanceSummary

public interface IInstanceSummary
extends java.io.Serializable

This interface contains a summary for the requested Alter Flow or Migration.


Method Summary
 java.lang.String getExceptionMessage()
          Gets a string exception message if the instance was not updated successfully.
 java.lang.String getMessage()
          Gets a string message for the action
 IProcessInstance getProcessInstance()
          Gets the process instance the request applies to
 boolean isSuccessfullyUpdated()
          Gets whether the instance was updates successfully or not.
 

Method Detail

getProcessInstance

IProcessInstance getProcessInstance()
Gets the process instance the request applies to

Returns:
the process instance

isSuccessfullyUpdated

boolean isSuccessfullyUpdated()
Gets whether the instance was updates successfully or not.

Returns:
true if the instance was updated successfully, false otherwise.

getMessage

java.lang.String getMessage()
Gets a string message for the action

Returns:
a message describing the action

getExceptionMessage

java.lang.String getExceptionMessage()
Gets a string exception message if the instance was not updated successfully.

Returns:
an exception message if there was an error updating the instance, null 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.