Module Modeling.ObjectStoreCoordinator
ObjectStoreCoordinator
__TBD
Notifications
The following notifications are defined and posted:
- 'CooperatingObjectStoreWasAddedNotification'
object: the 'ObjectStoreCoordinator' instance
- 'CooperatingObjectStoreWasRemovedNotification'
object: the removed 'ObjectStoreCoordinator' instance
- 'CooperatingObjectStoreNeededNotification'
object: the ObjectStoreCoordinator posting the request
userInfo: either a GlobalID, an object ('DatabaseObject') or
a FetchSpecification. This object, passed along with the
notification, is assumed to be able to respond to the
message 'entityName()'
CVS information
$Id: ObjectStoreCoordinator.py,v 1.15 2006/02/25 13:08:08 sbigaret Exp $
defaultCoordinator()
Returns the default coordinator used in the application.
If the coordinator has not been set before this function is called, a
default one is created and returned -
|
setDefaultCoordinator(aCoordinator)
Sets the default coordinator -
|