Uses of Class
com.ptc.windchill.counterpart.CounterPartDelta

Packages that use CounterPartDelta
com.ptc.windchill.counterpart   
 

Uses of CounterPartDelta in com.ptc.windchill.counterpart
 

Subclasses of CounterPartDelta in com.ptc.windchill.counterpart
(package private)  class cInitialDelta
           
 

Fields in com.ptc.windchill.counterpart declared as CounterPartDelta
private  CounterPartDelta cWTMetadata.fDelta
           
 

Methods in com.ptc.windchill.counterpart that return CounterPartDelta
private  CounterPartDelta StandardCounterPartService.getDelta(AccessPermission access)
           
static CounterPartDelta CounterPartDelta.newCounterPartDelta()
          Default factory for the class.
 CounterPartDelta CounterPartContent.getCounterPartDelta()
          Gets the object for the association that plays role: COUNTER_PART_DELTA.
 CounterPartDelta CounterPartAttachment.getCounterPartDelta()
          Gets the object for the association that plays role: COUNTER_PART_DELTA.
 CounterPartDelta ContentForDelta.getCounterPartDelta()
          Gets the object for the association that plays role: COUNTER_PART_DELTA_ROLE.
 CounterPartDelta AttachmentToDelta.getCounterPartDelta()
          Gets the object for the association that plays role: COUNTER_PART_DELTA_ROLE.
 

Methods in com.ptc.windchill.counterpart with parameters of type CounterPartDelta
private  void StandardCounterPartService.setMinimumClassificationInDelta(CounterPartDelta delta)
           
private  void StandardCounterPartService.createSnapshot(CounterPartDelta delta)
           
private  void StandardCounterPartService.fixClassImagesFromAttachments(CounterPartDelta delta)
           
private  void StandardCounterPartService.checkCallerOwnsDeltaLock(WTPrincipalReference caller, CounterPartDelta delta)
           
private  void StandardCounterPartService.checkUploadHasntTimedOut(String sessionID, CounterPartDelta delta)
           
private  cUploadLock StandardCounterPartService.ensurePreviousUploadHasFinished(cUploadLock uploadLock, CounterPartDelta delta)
           
protected  boolean CounterPartDelta.readVersion(CounterPartDelta thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void CounterPartContent.setCounterPartDelta(CounterPartDelta a_CounterPartDelta)
          Sets the object for the association that plays role: COUNTER_PART_DELTA.
 void CounterPartAttachment.setCounterPartDelta(CounterPartDelta a_CounterPartDelta)
          Sets the object for the association that plays role: COUNTER_PART_DELTA.
 void ContentForDelta.setCounterPartDelta(CounterPartDelta theCounterPartDelta)
          Sets the object for the association that plays role: COUNTER_PART_DELTA_ROLE.
static ContentForDelta ContentForDelta.newContentForDelta(CounterPartContent theCounterPartContent, CounterPartDelta theCounterPartDelta)
          Default factory for the class.
 void AttachmentToDelta.setCounterPartDelta(CounterPartDelta theCounterPartDelta)
          Sets the object for the association that plays role: COUNTER_PART_DELTA_ROLE.
static AttachmentToDelta AttachmentToDelta.newAttachmentToDelta(CounterPartDelta theCounterPartDelta, CounterPartAttachment theCounterPartAttachment)
          Default factory for the class.
 

Constructors in com.ptc.windchill.counterpart with parameters of type CounterPartDelta
cWTMetadata(nitidus.sil.be.clf.iMasterClassificationManager cfnManager, CounterPartDelta delta)