Package wt.identity
Class DisplayIdentificationStandardVersionedDelegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
wt.identity.DisplayIdentificationVersionedDelegate
wt.identity.DisplayIdentificationStandardVersionedDelegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
- Direct Known Subclasses:
wt.identity.AbstractDisplayIdentificationMPMStandardDelegate,DisplayIdentificationChangeObjectDelegate,DisplayIdentificationFilterTemplateDelegate,DisplayIdentificationRevisionControlledDelegate,DisplayIdentificationWorkPackageDelegate,DisplayIdentificationWTDocumentDelegate,DisplayIdentificationWTPartAlternateRepDelegate,DisplayIdentificationWTPartDelegate,DisplayIdentificationWTProductInstance2Delegate
public abstract class DisplayIdentificationStandardVersionedDelegate
extends DisplayIdentificationVersionedDelegate
implements Externalizable
Handles DisplayIdentification for versioned objects that are
Supported API: true
Extendable: true
wt.vc.Iterated.
The concept identity is taken directly from the object's Master.
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeConceptIdentity(Object object) Initialize the identity for the concept portion of the object.protected voidinitializeConceptIdentity(Object object, Map<String, Object> tValues) Initialize the identity for the concept portion of the object.protected voidinitializeIdentifier(Object object) Initialize the identifier attribute of this property object.protected abstract voidinitializeIterationIdentity(Object object) Initialize the identity for the version portion of the object.protected voidinitializeType(Object object) Initialize the type attribute of this property object.protected voidinitializeType(Object object, Map<String, Object> tValues) Initialize the type attribute of this property object.protected abstract voidinitializeVersionIdentity(Object object) Initialize the identity for the version portion of the object.Methods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier
-
Method Details
-
initializeIdentifier
Initialize the identifier attribute of this property object.
Supported API: true- Specified by:
initializeIdentifierin classDisplayIdentificationStandardDelegate- Parameters:
object-
-
initializeType
Initialize the type attribute of this property object.
Supported API: true- Specified by:
initializeTypein classDisplayIdentificationStandardDelegate- Parameters:
object-
-
initializeType
Initialize the type attribute of this property object.
Supported API: true- Overrides:
initializeTypein classDisplayIdentificationStandardDelegate- Parameters:
object-tValues-
-
initializeConceptIdentity
Initialize the identity for the concept portion of the object.
Supported API: true- Parameters:
object-tValues-
-
initializeConceptIdentity
Initialize the identity for the concept portion of the object.
Supported API: true- Specified by:
initializeConceptIdentityin classDisplayIdentificationVersionedDelegate- Parameters:
object-
-
initializeIterationIdentity
Initialize the identity for the version portion of the object.
Supported API: true- Specified by:
initializeIterationIdentityin classDisplayIdentificationIteratedDelegate- Parameters:
object-
-
initializeVersionIdentity
Initialize the identity for the version portion of the object.
Supported API: true- Specified by:
initializeVersionIdentityin classDisplayIdentificationVersionedDelegate- Parameters:
object-
-