wt.identity
Class DisplayIdentificationRevisionControlledDelegate

java.lang.Object
  extended by wt.identity.DisplayIdentificationStandardDelegate
      extended by wt.identity.DisplayIdentificationIteratedDelegate
          extended by wt.identity.DisplayIdentificationVersionedDelegate
              extended by wt.identity.DisplayIdentificationStandardVersionedDelegate
                  extended by wt.identity.DisplayIdentificationRevisionControlledDelegate
All Implemented Interfaces:
Externalizable, Serializable, DisplayIdentification, DisplayIdentificationDelegate
Direct Known Subclasses:
DisplayIdentificationVariantSpecDelegate

public class DisplayIdentificationRevisionControlledDelegate
extends DisplayIdentificationStandardVersionedDelegate
implements Externalizable

Provides Identification information for a Revision Controlled object. The type is derived from the object's master type and the identifier is the derived from the object's version identifier.

Supported API: true

Extendable: false

Since:
R2.1
See Also:
Serialized Form

Method Summary
protected  void initializeIterationIdentity(Object object)
          Initialize the identity for the version portion of the object.
protected  void initializeVersionIdentity(Object object)
          Initialize the identity for the version portion of the object.
 
Methods inherited from class wt.identity.DisplayIdentificationStandardVersionedDelegate
initializeConceptIdentity, initializeIdentifier, initializeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initializeIterationIdentity

protected void initializeIterationIdentity(Object object)
Initialize the identity for the version portion of the object.

Supported API: true

Specified by:
initializeIterationIdentity in class DisplayIdentificationStandardVersionedDelegate
Parameters:
object -

initializeVersionIdentity

protected void initializeVersionIdentity(Object object)
Initialize the identity for the version portion of the object.

Supported API: true

Specified by:
initializeVersionIdentity in class DisplayIdentificationStandardVersionedDelegate
Parameters:
object -