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 constructor that takes only an editing context is deprecated.


EODistributionContext

public com.apple.yellow.eodistribution.EODistributionContext (com.apple.yellow.eocontrol.EOEditingContext editingContext)

Deprecated in Enterprise Objects Framework 4.5. Use the constructor that takes a WOSession and an EOEditingContext instead.

Table of Contents