Uses of Interface
wt.identity.VersionedDisplayIdentity

Packages that use VersionedDisplayIdentity
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.identity Provides the interfaces and implementations necessary to produce localized identification information for Windchill objects. 
 

Uses of VersionedDisplayIdentity in wt.eff
 

Fields in wt.eff declared as VersionedDisplayIdentity
private  VersionedDisplayIdentity StandardEffGroupDisplayIdentity.targetDisplayIdentity
           
private  VersionedDisplayIdentity DisplayIdentificationEffGroupDelegate.targetIdentity
           
private  VersionedDisplayIdentity StandardEffGroupDisplayIdentity.targetDisplayIdentity
           
private  VersionedDisplayIdentity DisplayIdentificationEffGroupDelegate.targetIdentity
           
 

Methods in wt.eff that return VersionedDisplayIdentity
 VersionedDisplayIdentity StandardEffGroupDisplayIdentity.getTargetDisplayIdentity()
          Gets the value of the attribute: targetDisplayIdentity; The group's target's display identity.
protected  VersionedDisplayIdentity DisplayIdentificationEffGroupDelegate.getTargetIdentity()
          Gets the value of the attribute: targetIdentity.
 VersionedDisplayIdentity StandardEffGroupDisplayIdentity.getTargetDisplayIdentity()
          Gets the value of the attribute: targetDisplayIdentity; The group's target's display identity.
protected  VersionedDisplayIdentity DisplayIdentificationEffGroupDelegate.getTargetIdentity()
          Gets the value of the attribute: targetIdentity.
 

Methods in wt.eff with parameters of type VersionedDisplayIdentity
 void StandardEffGroupDisplayIdentity.setTargetDisplayIdentity(VersionedDisplayIdentity a_TargetDisplayIdentity)
          Sets the value of the attribute: targetDisplayIdentity; The group's target's display identity.
protected  void DisplayIdentificationEffGroupDelegate.setTargetIdentity(VersionedDisplayIdentity a_TargetIdentity)
          Sets the value of the attribute: targetIdentity.
 void StandardEffGroupDisplayIdentity.setTargetDisplayIdentity(VersionedDisplayIdentity a_TargetDisplayIdentity)
          Sets the value of the attribute: targetDisplayIdentity; The group's target's display identity.
protected  void DisplayIdentificationEffGroupDelegate.setTargetIdentity(VersionedDisplayIdentity a_TargetIdentity)
          Sets the value of the attribute: targetIdentity.
 

Constructors in wt.eff with parameters of type VersionedDisplayIdentity
StandardEffGroupDisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, DisplayIdentity eff_context_identity, VersionedDisplayIdentity target_identity)
          Constructor for identity.
StandardEffGroupDisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, DisplayIdentity eff_context_identity, VersionedDisplayIdentity target_identity)
          Constructor for identity.
 

Uses of VersionedDisplayIdentity in wt.identity
 

Classes in wt.identity that implement VersionedDisplayIdentity
 class StandardVersionedDisplayIdentity
          Implements DisplayIdentity for versioned objects

Supported API: true

Extendable: false
 class StandardViewVersionedDisplayIdentity
          

Supported API: true

Extendable: false