Uses of Class
wt.enterprise.Managed

Packages that use Managed
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.maturity   
wt.vc.baseline
 
 

Uses of Managed in wt.change2
 

Subclasses of Managed in wt.change2
 class ChangeIssue
          The abstract level representation of a change issue.
 class ChangeOrder2
          The abstract level representation of a change order.
 class ChangeRequest2
          The abstract level representation of a change request.
 class WTChangeIssue
          A Windchill provided reference implementation of a ChangeIssue.
 class WTChangeOrder2
          A Windchill provided reference implementation of a ChangeOrder2.
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Uses of Managed in wt.effectivity
 

Subclasses of Managed in wt.effectivity
 class ConfigurationItem
          This is a product that is planned for manufacture with various EffectivityManageables having Effectivitys under which specific versions are used to manufacture the product.
 

Uses of Managed in wt.enterprise
 

Methods in wt.enterprise with parameters of type Managed
protected  boolean Managed.readVersion(Managed thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of Managed in wt.maturity
 

Subclasses of Managed in wt.maturity
 class PromotionNotice
          The implementation of PromotionNotices.
 

Uses of Managed in wt.vc.baseline
 

Subclasses of Managed in wt.vc.baseline
 class ManagedBaseline
          This class is an implementation of a Baseline.