Uses of Class
wt.vc.VersionIdentifier

Packages that use VersionIdentifier
com.ptc.windchill.i2w.vc   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.vc
 
 

Uses of VersionIdentifier in com.ptc.windchill.i2w.vc
 

Methods in com.ptc.windchill.i2w.vc with parameters of type VersionIdentifier
private static RevisionControlled WindchillVCGatewayHelper.insertIteration(RevisionControlled source_object, VersionIdentifier versionId, IterationIdentifier iterationId)
           
private static RevisionControlled WindchillVCGatewayHelper.appendIteration(RevisionControlled source_object, VersionIdentifier versionId, IterationIdentifier iterationId)
           
private static RevisionControlled WindchillVCGatewayHelper.prependIteration(VersionIdentifier versionId, IterationIdentifier iterationId)
           
private static RevisionControlled WindchillVCGatewayHelper.insertNewVersion(RevisionControlled source_object, VersionIdentifier versionId, IterationIdentifier iterationId)
           
 

Uses of VersionIdentifier in wt.enterprise
 

Methods in wt.enterprise that return VersionIdentifier
 VersionIdentifier RevisionControlled.getVersionIdentifier()
          Gets the value of the attribute: VERSION_IDENTIFIER.
 

Uses of VersionIdentifier in wt.epm
 

Fields in wt.epm declared as VersionIdentifier
 VersionIdentifier ReviseOptions.ObjectOptions.versionId
          The version identifier to assign to the newly created version.
 

Uses of VersionIdentifier in wt.part
 

Methods in wt.part that return VersionIdentifier
 VersionIdentifier WTProductInstance2.getVersionIdentifier()
          Gets the value of the attribute: VERSION_IDENTIFIER.
 

Uses of VersionIdentifier in wt.vc
 

Fields in wt.vc declared as VersionIdentifier
private  VersionIdentifier VersionInfo.identifier
           
private  VersionIdentifier VersionInfo.identifier
           
 

Methods in wt.vc that return VersionIdentifier
 VersionIdentifier VersionInfo.getIdentifier()
          Gets the object for the association that plays role: IDENTIFIER.
static VersionIdentifier VersionIdentifier.newVersionIdentifier()
          

Supported API: true
static VersionIdentifier VersionIdentifier.newVersionIdentifier(MultilevelSeries value)
          

Supported API: true
 VersionIdentifier Versioned.getVersionIdentifier()
          Gets the value of the attribute: VERSION_IDENTIFIER.
static VersionIdentifier VersionControlHelper.getVersionIdentifier(Versioned version)
          Gets the series value of the version.
static VersionIdentifier VersionControlHelper.nextVersionId(Versioned version)
          For the given Iteration, answer the next VersionIdentifier in the series

Supported API: true
static VersionIdentifier VersionControlHelper.newBranchVersionId(Versioned version)
          

Supported API: true
 VersionIdentifier VersionInfo.getIdentifier()
          Gets the object for the association that plays role: IDENTIFIER.
static VersionIdentifier VersionIdentifier.newVersionIdentifier()
          

Supported API: true
static VersionIdentifier VersionIdentifier.newVersionIdentifier(MultilevelSeries value)
          

Supported API: true
 VersionIdentifier Versioned.getVersionIdentifier()
          Gets the value of the attribute: VERSION_IDENTIFIER.
static VersionIdentifier VersionControlHelper.getVersionIdentifier(Versioned version)
          Gets the series value of the version.
static VersionIdentifier VersionControlHelper.nextVersionId(Versioned version)
          For the given Iteration, answer the next VersionIdentifier in the series

Supported API: true
static VersionIdentifier VersionControlHelper.newBranchVersionId(Versioned version)
          

Supported API: true
 

Methods in wt.vc with parameters of type VersionIdentifier
protected  void VersionInfo.setIdentifier(VersionIdentifier a_Identifier)
          Sets the object for the association that plays role: IDENTIFIER.
private  void VersionInfo.identifierValidate(VersionIdentifier a_Identifier)
           
protected  boolean VersionIdentifier.readVersion(VersionIdentifier thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 Versioned VersionControlServiceFwd.newVersion(Versioned version, VersionIdentifier version_id, IterationIdentifier iteration_id)
          Makes a new in-lined version from the given version.
 Versioned VersionControlService.newVersion(Versioned version, VersionIdentifier version_id, IterationIdentifier iteration_id)
          Makes a new in-lined version from the given version.
static void VersionControlHelper.setVersionIdentifier(Versioned version, VersionIdentifier identifier)
          Sets the series value of the version.
 Versioned StandardVersionControlService.newVersion(Versioned version, VersionIdentifier version_id, IterationIdentifier iteration_id)
          Makes a new in-lined version from the given version.
protected  void VersionInfo.setIdentifier(VersionIdentifier a_Identifier)
          Sets the object for the association that plays role: IDENTIFIER.
private  void VersionInfo.identifierValidate(VersionIdentifier a_Identifier)
           
protected  boolean VersionIdentifier.readVersion(VersionIdentifier thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 Versioned VersionControlServiceFwd.newVersion(Versioned version, VersionIdentifier version_id, IterationIdentifier iteration_id)
          Makes a new in-lined version from the given version.
 Versioned VersionControlService.newVersion(Versioned version, VersionIdentifier version_id, IterationIdentifier iteration_id)
          Makes a new in-lined version from the given version.
static void VersionControlHelper.setVersionIdentifier(Versioned version, VersionIdentifier identifier)
          Sets the series value of the version.
 Versioned StandardVersionControlService.newVersion(Versioned version, VersionIdentifier version_id, IterationIdentifier iteration_id)
          Makes a new in-lined version from the given version.