Package wt.identity
Class DisplayIdentificationWTPartDelegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
public class DisplayIdentificationWTPartDelegate
extends DisplayIdentificationStandardVersionedDelegate
implements Externalizable
Provides Identification information for a
Supported API: true
Extendable: false
WTPart object.
The type for the object comes from the partType attribute
and the identifier value is the number and name plus revision and view.
WTPart becomes "Typed" after Release 6.0, its type information should
still come from the partType attribute, but by calling
a different mechanism through DefinitionDescriptorFactory. This delegate's
initializeType() method changed to reflect this difference by using introspector
if WTPart is not "typed", using DefintionDescriptorFactory related methods
otherwise to get hold of its type display information.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidInitialize the identity for the version portion of the object.protected voidinitializeType(Object object) Initialize the type attribute of this property object.Methods inherited from class wt.identity.DisplayIdentificationStandardVersionedDelegate
initializeConceptIdentity, initializeTypeMethods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier
-
Method Details
-
initializeType
Initialize the type attribute of this property object.
Supported API: true- Overrides:
initializeTypein classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-
initializeIterationIdentitySansView
Initialize the identity for the version portion of the object.
Supported API: true- Parameters:
object-
-