Typical use of the context object will involve constructing one, and setting the current user if one is authenticated. Several operations may be performed using the context object. If all goes well, complete
is called to commit the changes and free up any resources used by the context. If anything has gone wrong, abort
is called to roll back any changes and free up the resources.
The context object is also used as a cache for CM API objects. @version $Revision: 3985 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|