Package wt.annotation

Class AnnotationSet

All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._AccessControlList, wt.access._AdHocControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.AccessControlList, AdHocControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.change2._SupportingMaterial, SupportingMaterial, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, wt.fc.archive._Archiveable, wt.fc.archive.Archiveable, NetFactor, ObjectMappable, Persistable, wt.folder._CabinetBased, wt.folder._CabinetMember, wt.folder._FolderEntry, wt.folder._FolderServiceManaged, CabinetBased, CabinetMember, FolderEntry, wt.folder.FolderServiceManaged, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, WTContained, _LifeCycleManaged, LifeCycleManaged, wt.notify._Notifiable, Notifiable, wt.ownership._Ownable, wt.ownership.Ownable, wt.recent.RecentlyVisited, _TeamManaged, TeamManaged
Direct Known Subclasses:
wt.annotation._StructuredAnnotationSet

Deprecated.
This Persistable is not supported from Windchill 11.2 release. It will be removed from next release.

Use the newAnnotationSet static factory method(s), not the AnnotationSet 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: true

See Also:
  • Method Details

    • newAnnotationSet

      public static AnnotationSet newAnnotationSet() throws WTException
      Deprecated.


      Supported API: true
      Returns:
      AnnotationSet
      Throws:
      WTException
    • newAnnotationSet

      public static AnnotationSet newAnnotationSet(String name) throws WTException
      Deprecated.


      Supported API: true
      Parameters:
      name -
      Returns:
      AnnotationSet
      Throws:
      WTException
    • initialize

      protected void initialize(String name) throws WTException
      Deprecated.
      Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

      Supported API: true
      Parameters:
      name -
      Throws:
      WTException