Uses of Interface
wt.clients.util.ReferenceHolder

Packages that use ReferenceHolder
wt.clients.administrator   
wt.clients.beans   
wt.clients.beans.contentholder   
wt.clients.beans.explorer   
wt.clients.doc   
wt.clients.folderexplorer   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.clients.util.http   
wt.clients.vc   
wt.doc   
 

Uses of ReferenceHolder in wt.clients.administrator
 

Classes in wt.clients.administrator that implement ReferenceHolder
(package private)  class ElectronicSignatureApplet.FileHandle
          Used to contain a reference to the File used for electronic identity
 

Uses of ReferenceHolder in wt.clients.beans
 

Classes in wt.clients.beans that implement ReferenceHolder
 class ClassItem
          This is a model class for ClassInfo objects.
 class PropertyItem
          This is a model class for PropertyDescriptor objects.
 

Uses of ReferenceHolder in wt.clients.beans.contentholder
 

Classes in wt.clients.beans.contentholder that implement ReferenceHolder
(package private)  class WTContentHolder.ContentHolderHandle
           
 

Fields in wt.clients.beans.contentholder declared as ReferenceHolder
private  ReferenceHolder WTContentHolder.contentHandle
          Reference (or pointer) to the ContentHolder being manipulated.
 

Methods in wt.clients.beans.contentholder that return ReferenceHolder
 ReferenceHolder WTContentHolder.getContentReference()
          Get the ReferenceHolder object which is holds the reference to the ContentHolder which is the target of interactions with this WTContentHolder.
 

Methods in wt.clients.beans.contentholder with parameters of type ReferenceHolder
 void WTContentHolder.setContentReference(ReferenceHolder content_handle)
          Sets the ReferenceHolder object which contains the ContentHolder that is the target of interactions with this WTContentHolder.
 

Uses of ReferenceHolder in wt.clients.beans.explorer
 

Subinterfaces of ReferenceHolder in wt.clients.beans.explorer
 interface Explorable
          Objects that implement the Explorable interface may be displayed and navigated in the WTExplorer.
 

Classes in wt.clients.beans.explorer that implement ReferenceHolder
 class WTBusinessObject
          This class is an adapter class for the Explorable interface.
 

Uses of ReferenceHolder in wt.clients.doc
 

Classes in wt.clients.doc that implement ReferenceHolder
(package private)  class CreateDocumentFrame.DocumentHandle
           
(package private)  class UpdateDocumentFrame.DocumentHandle
           
(package private)  class ViewDocumentFrame.DocumentHandle
           
(package private)  class WTDocumentApplet.DocumentHandle
          Deprecated.  
(package private)  class WTDocumentAppletWithProgress.DocumentHandle
          Deprecated.  
 

Fields in wt.clients.doc declared as ReferenceHolder
(package private)  ReferenceHolder ContentsPanel.documentHandle
           
 

Methods in wt.clients.doc with parameters of type ReferenceHolder
 void ContentsPanel.setDocumentHandle(ReferenceHolder document_handle)
           
 

Uses of ReferenceHolder in wt.clients.folderexplorer
 

Classes in wt.clients.folderexplorer that implement ReferenceHolder
 class FolderBusinessObject
          Class FolderBusinessObject provides a wrapper class for objects that appear in the WindchillExplorer.
 class FolderedBusinessObject
          Class FolderedBusinessObject provides a wrapper class for objects that appear in the WindchillExplorer.
 

Uses of ReferenceHolder in wt.clients.prodmgmt
 

Classes in wt.clients.prodmgmt that implement ReferenceHolder
 class AllocatedPartItem
          PartItem is a model class for manipulating WTPart objects.
 class AllocatedPartMasterItem
          PartItem is a model class for manipulating WTPart objects.
 class AllocatedUsageItem
          AllocatedUsageItem is a model class for manipulating WTPartUsageLinks.
 class ConfigurationItem
          ConfigurationItem is a model class for manipulating WTProductConfiguration objects.
 class ConfiguredPartItem
          PartItem is a model class for manipulating WTPart objects.
 class ConfiguredPartMasterItem
          PartItem is a model class for manipulating WTPart objects.
 class ConfiguredUsageItem
          ConfiguredUsageItem is a model class for manipulating WTPartUsageLinks.
 class InstanceItem
          InstanceItem is a model class for manipulating WTProductInstance objects.
 class InstanceMasterItem
          InstanceMasterItem is a wrapper class for viewing WTProductInstanceMaster objects.
 class PartItem
          PartItem is a model class for manipulating WTPart objects.
 class PartMasterItem
          PartMasterItem is a wrapper class for viewing WTPartMaster objects.
 class ProductItem
          ProductItem is a model class for manipulating WTProduct objects.
 class SerialNumberedPartItem
          SerialNumberedPartItem is a model class for manipulating WTSerialNumberedPart objects.
 class UsageItem
          UsageItem is a model class for manipulating WTPartUsageLinks.
 class UsageMasterItem
          UsageMasterItem is a model class for manipulating WTPartUsageLinks.
 

Uses of ReferenceHolder in wt.clients.replication.unit
 

Classes in wt.clients.replication.unit that implement ReferenceHolder
 class UnitItem
          UnitItem is a model class for manipulating WTUnit objects.
 class UnitMasterItem
          UnitMasterItem is a wrapper class for viewing WTUnitMaster objects.
 class UnitUsageItem
          UnitUsageItem is a model class for manipulating WTUnitUsageLinks.
 

Uses of ReferenceHolder in wt.clients.util.http
 

Classes in wt.clients.util.http that implement ReferenceHolder
(package private)  class HTTPUploadDownloadPanel.DocumentHandle
           
 

Fields in wt.clients.util.http declared as ReferenceHolder
private  ReferenceHolder HTTPUploadDownloadPanel.documentHandle
           
 

Methods in wt.clients.util.http that return ReferenceHolder
 ReferenceHolder HTTPUploadDownloadPanel.getDocumentHandle()
          Get the oid of the content holder for this panel.
 

Methods in wt.clients.util.http with parameters of type ReferenceHolder
 void HTTPUploadDownloadPanel.setDocumentHandle(ReferenceHolder referenceHolder)
           
 

Uses of ReferenceHolder in wt.clients.vc
 

Classes in wt.clients.vc that implement ReferenceHolder
(package private)  class CheckInDialog.WorkableHandle
           
 

Uses of ReferenceHolder in wt.doc
 

Methods in wt.doc with parameters of type ReferenceHolder
static String DocumentContentProcessing.postCreate(DocumentFormData form_data, ReferenceHolder doc_handle)
          Method that is called after the create of the document and any links are created to allow customizers to do any local file handling on other documents in the structure.
static String DocumentContentProcessing.postUpdate(DocumentFormData form_data, ReferenceHolder doc_handle)
          Method that is called after the update of the document and any links are updated to allow customizers to do any local file handling on other documents in the structure.
static String DocumentContentProcessing.preCheckin(DocumentFormData form_data, ReferenceHolder doc_handle)
          Method that is called before the checkin to allow for customizers to do any local file handling on other documents in the structure.
static String DocumentContentProcessing.runContentProcess(String method_name, DocumentFormData form_data, ReferenceHolder doc_handle)
          This method is used to call the other methods in this class through the document UI.