Developer Documentation
PATH  WebObjects 4.5 Documentation > EODistribution Reference

Table of Contents

DeprecatedAPI


This file enumerates those EODistribution classes and methods that have been deprecated and should no longer be used. Wherever possible, notes have been included to indicate what API should be used in place of the deprecated class or method.


EODistributionContext

An EODistributionContext is now strongly associated with a WOSession. Consequently, the initializer that takes only an editing context is deprecated.


initWithEditingContext:

- (id)initWithEditingContext:(EOEditingContext *)editingContext

Deprecated in Enterprise Objects Framework 4.5. Use initWithSession:editingContext: instead.

Table of Contents