Uses of Class
wt.annotation.StructuredAnnotationSet

Packages that use StructuredAnnotationSet
com.ptc.core.foundation.annotation.server   
wt.annotation   
wt.annotation.upgrade   
 

Uses of StructuredAnnotationSet in com.ptc.core.foundation.annotation.server
 

Methods in com.ptc.core.foundation.annotation.server that return StructuredAnnotationSet
static StructuredAnnotationSet AnnotationUtility.convertTIToXml(StructuredAnnotationSet annotation_set, TypeInstance ti)
           
 

Methods in com.ptc.core.foundation.annotation.server with parameters of type StructuredAnnotationSet
static StructuredAnnotationSet AnnotationUtility.convertTIToXml(StructuredAnnotationSet annotation_set, TypeInstance ti)
           
static TypeInstance AnnotationUtility.convertXmlToTI(StructuredAnnotationSet annotation_set, TypeInstance config_spec_ti)
          called from open and apply
 

Uses of StructuredAnnotationSet in wt.annotation
 

Methods in wt.annotation that return StructuredAnnotationSet
 StructuredAnnotationSet TopLevelTarget.getSource()
          Gets the object for the association that plays role: SOURCE_ROLE.
static StructuredAnnotationSet StructuredAnnotationSet.newStructuredAnnotationSet()
          

Supported API: true
static StructuredAnnotationSet StructuredAnnotationSet.newStructuredAnnotationSet(String name)
          

Supported API: true
 StructuredAnnotationSet AnnotationSetBaseline.getSource()
          Gets the object for the association that plays role: SOURCE_ROLE.
 StructuredAnnotationSet AnnotationConfigSpec.getSource()
          Gets the object for the association that plays role: SOURCE_ROLE.
 

Methods in wt.annotation with parameters of type StructuredAnnotationSet
 void TopLevelTarget.setSource(StructuredAnnotationSet source)
          Sets the object for the association that plays role: SOURCE_ROLE.
static TopLevelTarget TopLevelTarget.newTopLevelTarget(StructuredAnnotationSet source, AnnotationTarget target)
          Default factory for the class.
protected  boolean StructuredAnnotationSet.readVersion(StructuredAnnotationSet thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void AnnotationSetBaseline.setSource(StructuredAnnotationSet source)
          Sets the object for the association that plays role: SOURCE_ROLE.
static AnnotationSetBaseline AnnotationSetBaseline.newAnnotationSetBaseline(StructuredAnnotationSet source, AnnotationBaseline baseline)
          Default factory for the class.
 void AnnotationConfigSpec.setSource(StructuredAnnotationSet source)
          Sets the object for the association that plays role: SOURCE_ROLE.
static AnnotationConfigSpec AnnotationConfigSpec.newAnnotationConfigSpec(StructuredAnnotationSet source, WTPartConfigSpec configspec)
          Default factory for the class.
 

Uses of StructuredAnnotationSet in wt.annotation.upgrade
 

Methods in wt.annotation.upgrade with parameters of type StructuredAnnotationSet
static void AnnotationSetMigrator.Server.migrateAnnotationXMLtoTI(StructuredAnnotationSet annotation_set)