Uses of Class
wt.folder.CabinetReference

Packages that use CabinetReference
com.ptc.wvs.server.loader   
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.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.inf.container   
wt.inf.library   
wt.ixb.conflictFramework   
wt.pdmlink   
wt.project The notion of a Project has been replaced by a Team, see the wt.team package instead. 
wt.projmgmt.admin   
wt.team
 
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.notebook   
 

Uses of CabinetReference in com.ptc.wvs.server.loader
 

Fields in com.ptc.wvs.server.loader declared as CabinetReference
private  CabinetReference PartGenericStructure.personalCabinet
           
 

Methods in com.ptc.wvs.server.loader that return CabinetReference
 CabinetReference PartGenericStructure.getPersonalCabinet()
           
 

Uses of CabinetReference in wt.enterprise
 

Fields in wt.enterprise declared as CabinetReference
private  CabinetReference CabinetManaged.cabinet
           
 

Methods in wt.enterprise that return CabinetReference
 CabinetReference RevisionControlled.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference RevisionControlled.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference Managed.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference Managed.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference IteratedFolderResident.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference IteratedFolderResident.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference FolderResident.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference FolderResident.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference CabinetManaged.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference CabinetManaged.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 

Methods in wt.enterprise with parameters of type CabinetReference
 void CabinetManaged.setCabinet(CabinetReference a_Cabinet)
          Sets the value of the attribute: CABINET.
 

Uses of CabinetReference in wt.folder
 

Fields in wt.folder declared as CabinetReference
private  CabinetReference FolderingInfo.cabinet
           
private  CabinetReference FolderingInfo.cabinet
           
 

Methods in wt.folder that return CabinetReference
 CabinetReference SubFolder.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference SubFolder.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference ShortcutLink.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference IteratedShortcutLink.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference FolderingInfo.getCabinet()
          Gets the object for the association that plays role: CABINET.
static CabinetReference FolderHelper.getCabinetReference(CabinetBased object)
          Retrieve the reference to the cabinet the object is part of.
static CabinetReference FolderHelper.getCabinetReference(FolderEntry entry)
          Deprecated. Replaced by FolderHelper.getCabinetReference(CabinetBased)
 CabinetReference Foldered.getCabinet()
          Gets the value of the attribute: CABINET.
static CabinetReference CabinetReference.newCabinetReference()
          Default no-arg factory to construct a CabinetReference.
static CabinetReference CabinetReference.newCabinetReference(ObjectIdentifier cabinet_oid)
          

Supported API: false
static CabinetReference CabinetReference.newCabinetReference(Cabinet cabinet)
          Factory to construct a CabinetReference for the supplied Cabinet.
static CabinetReference CabinetReference.newCabinetReference(CabinetReference reference)
          Factory to construct a CabinetReference for the supplied CabinetReference.
 CabinetReference CabinetMember.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference CabinetBased.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference Cabinet.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference SubFolder.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference SubFolder.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference ShortcutLink.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference IteratedShortcutLink.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference FolderingInfo.getCabinet()
          Gets the object for the association that plays role: CABINET.
static CabinetReference FolderHelper.getCabinetReference(CabinetBased object)
          Retrieve the reference to the cabinet the object is part of.
static CabinetReference FolderHelper.getCabinetReference(FolderEntry entry)
          Deprecated. Replaced by FolderHelper.getCabinetReference(CabinetBased)
 CabinetReference Foldered.getCabinet()
          Gets the value of the attribute: CABINET.
static CabinetReference CabinetReference.newCabinetReference()
          Default no-arg factory to construct a CabinetReference.
static CabinetReference CabinetReference.newCabinetReference(ObjectIdentifier cabinet_oid)
          

Supported API: false
static CabinetReference CabinetReference.newCabinetReference(Cabinet cabinet)
          Factory to construct a CabinetReference for the supplied Cabinet.
static CabinetReference CabinetReference.newCabinetReference(CabinetReference reference)
          Factory to construct a CabinetReference for the supplied CabinetReference.
 CabinetReference CabinetMember.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference CabinetBased.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference Cabinet.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 

Methods in wt.folder with parameters of type CabinetReference
protected  void FolderingInfo.setCabinet(CabinetReference a_Cabinet)
          Sets the object for the association that plays role: CABINET.
static CabinetBased FolderHelper.assignCabinetReference(CabinetBased theEntry, CabinetReference cabinetRef)
          Prepare the object to be stored into the database.
protected  boolean CabinetReference.readVersion(CabinetReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static CabinetReference CabinetReference.newCabinetReference(CabinetReference reference)
          Factory to construct a CabinetReference for the supplied CabinetReference.
protected  void CabinetReference.initialize(CabinetReference reference)
          Supports initialization, following construction of an instance.
 void CabinetMember.setCabinet(CabinetReference a_Cabinet)
          Sets the value of the attribute: CABINET.
protected  void FolderingInfo.setCabinet(CabinetReference a_Cabinet)
          Sets the object for the association that plays role: CABINET.
static CabinetBased FolderHelper.assignCabinetReference(CabinetBased theEntry, CabinetReference cabinetRef)
          Prepare the object to be stored into the database.
protected  boolean CabinetReference.readVersion(CabinetReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static CabinetReference CabinetReference.newCabinetReference(CabinetReference reference)
          Factory to construct a CabinetReference for the supplied CabinetReference.
protected  void CabinetReference.initialize(CabinetReference reference)
          Supports initialization, following construction of an instance.
 void CabinetMember.setCabinet(CabinetReference a_Cabinet)
          Sets the value of the attribute: CABINET.
 

Uses of CabinetReference in wt.inf.container
 

Fields in wt.inf.container declared as CabinetReference
private  CabinetReference WTContainerInfo.defaultCabinetRef
           
private  CabinetReference WTContainerInfo.systemCabinetRef
           
private  CabinetReference WTContainerInfo.defaultCabinetRef
           
private  CabinetReference WTContainerInfo.systemCabinetRef
           
 

Methods in wt.inf.container that return CabinetReference
 CabinetReference WTContainerInfo.getDefaultCabinetRef()
          Gets the value of the attribute: DEFAULT_CABINET_REF.
 CabinetReference WTContainerInfo.getSystemCabinetRef()
          Gets the value of the attribute: SYSTEM_CABINET_REF.
 CabinetReference WTContainer.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference WTContainer.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 CabinetReference OrgContainer.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference OrgContainer.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 CabinetReference ExchangeContainer.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference ExchangeContainer.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 CabinetReference WTContainerInfo.getDefaultCabinetRef()
          Gets the value of the attribute: DEFAULT_CABINET_REF.
 CabinetReference WTContainerInfo.getSystemCabinetRef()
          Gets the value of the attribute: SYSTEM_CABINET_REF.
 CabinetReference WTContainer.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference WTContainer.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 CabinetReference OrgContainer.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference OrgContainer.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 CabinetReference ExchangeContainer.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference ExchangeContainer.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Methods in wt.inf.container with parameters of type CabinetReference
 void WTContainerInfo.setDefaultCabinetRef(CabinetReference a_DefaultCabinetRef)
          Sets the value of the attribute: DEFAULT_CABINET_REF.
private  void WTContainerInfo.defaultCabinetRefValidate(CabinetReference a_DefaultCabinetRef)
           
 void WTContainerInfo.setSystemCabinetRef(CabinetReference a_SystemCabinetRef)
          Sets the value of the attribute: SYSTEM_CABINET_REF.
private  void WTContainerInfo.systemCabinetRefValidate(CabinetReference a_SystemCabinetRef)
           
 void WTContainer.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void WTContainer.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 void OrgContainer.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void OrgContainer.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 void ExchangeContainer.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void ExchangeContainer.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 void WTContainerInfo.setDefaultCabinetRef(CabinetReference a_DefaultCabinetRef)
          Sets the value of the attribute: DEFAULT_CABINET_REF.
private  void WTContainerInfo.defaultCabinetRefValidate(CabinetReference a_DefaultCabinetRef)
           
 void WTContainerInfo.setSystemCabinetRef(CabinetReference a_SystemCabinetRef)
          Sets the value of the attribute: SYSTEM_CABINET_REF.
private  void WTContainerInfo.systemCabinetRefValidate(CabinetReference a_SystemCabinetRef)
           
 void WTContainer.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void WTContainer.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 void OrgContainer.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void OrgContainer.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 void ExchangeContainer.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void ExchangeContainer.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Uses of CabinetReference in wt.inf.library
 

Methods in wt.inf.library that return CabinetReference
 CabinetReference WTLibrary.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference WTLibrary.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Methods in wt.inf.library with parameters of type CabinetReference
 void WTLibrary.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void WTLibrary.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Uses of CabinetReference in wt.ixb.conflictFramework
 

Fields in wt.ixb.conflictFramework declared as CabinetReference
private  CabinetReference ImportSession.cabinet
           
 

Methods in wt.ixb.conflictFramework that return CabinetReference
 CabinetReference ImportSession.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference ImportSession.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 

Methods in wt.ixb.conflictFramework with parameters of type CabinetReference
 void ImportSession.setCabinet(CabinetReference a_Cabinet)
          Sets the value of the attribute: CABINET.
 

Uses of CabinetReference in wt.pdmlink
 

Methods in wt.pdmlink that return CabinetReference
 CabinetReference PDMLinkProduct.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference PDMLinkProduct.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Methods in wt.pdmlink with parameters of type CabinetReference
 void PDMLinkProduct.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void PDMLinkProduct.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Uses of CabinetReference in wt.project
 

Methods in wt.project that return CabinetReference
 CabinetReference Project.getCabinet()
          Deprecated. Gets the value of the attribute: CABINET.
 CabinetReference Project.getCabinetReference()
          Deprecated. Gets the value of the attribute: CABINET_REFERENCE.
 

Uses of CabinetReference in wt.projmgmt.admin
 

Methods in wt.projmgmt.admin that return CabinetReference
 CabinetReference Project2.getDefaultCabinetReference()
          Gets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 CabinetReference Project2.getSystemCabinetReference()
          Gets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Methods in wt.projmgmt.admin with parameters of type CabinetReference
 void Project2.setDefaultCabinetReference(CabinetReference a_DefaultCabinetReference)
          Sets the value of the attribute: DEFAULT_CABINET_REFERENCE.
 void Project2.setSystemCabinetReference(CabinetReference a_SystemCabinetReference)
          Sets the value of the attribute: SYSTEM_CABINET_REFERENCE.
 

Uses of CabinetReference in wt.team
 

Methods in wt.team that return CabinetReference
 CabinetReference TeamTemplate.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference TeamTemplate.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference TeamTemplate.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference TeamTemplate.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 

Uses of CabinetReference in wt.workflow.definer
 

Methods in wt.workflow.definer that return CabinetReference
 CabinetReference WfProcessTemplate.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference WfProcessTemplate.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 

Uses of CabinetReference in wt.workflow.notebook
 

Methods in wt.workflow.notebook that return CabinetReference
 CabinetReference FolderedBookmark.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference FolderedBookmark.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.
 CabinetReference FolderedBookmark.getCabinet()
          Gets the value of the attribute: CABINET.
 CabinetReference FolderedBookmark.getCabinetReference()
          Gets the value of the attribute: CABINET_REFERENCE.