Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

oracle.adf.controller.savepoint
Interface SavePoint

All Superinterfaces:
java.io.Serializable

public interface SavePoint
extends java.io.Serializable

An interface for operations on a save point. A save point is a snapshot of an ADF task flow, it can be obtained as follows:

 SavePointManager mgr =
    ControllerContext.getInstance().getSavePointManager();
 SavePoint sp = mgr.getSavePoint(id);
 


Field Summary
static long serialVersionUID
           
 
Method Summary
 SavePointAttributes getAttributes()
          Returns the custom attributes of the save point.
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getAttributes

SavePointAttributes getAttributes()
Returns the custom attributes of the save point.

Returns:
The attributes of the save point.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

Copyright © 1997, 2011, Oracle. All rights reserved.