com.ptc.windchill.suma.axl
Class AXLContext

java.lang.Object
  extended by wt.fc.WTObject
      extended by com.ptc.windchill.suma.axl.AXLContext
All Implemented Interfaces:
Externalizable, Serializable, AccessControlled, wt.access.AccessControlList, wt.access.AdHocControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, Identified, NetFactor, ObjectMappable, Persistable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.iba.value.IBAHolder, DisplayIdentification, WTContained, wt.lifecycle.LifeCycleManaged, wt.recent.RecentlyVisited, wt.team.TeamManaged, wt.type.FlexTyped, wt.type.Typed, wt.ufid.Federatable

public final class AXLContext
extends WTObject
implements WTContained, wt.ufid.Federatable, wt.lifecycle.LifeCycleManaged, wt.admin.DomainAdministered, wt.type.Typed, Identified, wt.recent.RecentlyVisited, wt.access.SecurityLabeled, wt.access.PolicyAccessControlled, Externalizable

Use the newAXLContext static factory method(s), not the AXLContext constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 IdentificationObject getIdentificationObject()
          Constructs and returns an identification object.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getIdentificationObject

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

Supported API: true

Specified by:
getIdentificationObject in interface Identified
Returns:
IdentificationObject
Throws:
WTException