wt.fc
Interface Identified

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
ContainerTeamManaged, EffConfigurationItem, EffContext, Folder, UniquelyIdentified, WTContainedIdentified, WTContainer
All Known Implementing Classes:
AXLContext, Cabinet, CollectionCriteriaMaster, ConfigurationItem, ContainerTeam, DataFormat, EPMDocumentMaster, EPMSepFamilyTableMaster, EPMWorkspace, ESITarget, ManagedBaseline, Master, MPMMfgProcessMaster, MPMMfgStandardGroupMaster, MPMOperationMaster, MPMPlantMaster, MPMProcessPlanMaster, MPMResourceGroupMaster, MPMResourceMaster, MPMSequenceMaster, OrgContainer, PDMLinkProduct, Project2, PromotionNotice, ProxyDocumentMaster, ProxyPartMaster, ReportTemplate, SubFolder, SubFolderLink, VariantSpecMaster, WTAnalysisActivityMaster, WTChangeActivity2Master, WTChangeInvestigationMaster, WTChangeIssueMaster, WTChangeOrder2Master, WTChangeProposalMaster, WTChangeRequest2Master, WTContainerTemplateMaster, WTDocumentMaster, WTLibrary, WTPartMaster, WTVarianceMaster

public interface Identified
extends Persistable

Identified is the interface to be implemented by classes that have attribute or collection of attributes that distinguishes the object. Implementing Identified is a requirement to use the identity service.

Supported API: true

Extendable: true


Method Summary
 IdentificationObject getIdentificationObject()
          Constructs and returns an identification object.
 

Method Detail

getIdentificationObject

IdentificationObject getIdentificationObject()
                                             throws WTException
Constructs and returns an identification object. This method is the only way to obtain an identification object.

Supported API: true

Returns:
IdentificationObject
Throws:
WTException