Uses of Interface
wt.folder.IteratedFoldered

Packages that use IteratedFoldered
com.ptc.core.meta.type.mgmt.server.impl   
wt.doc   
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.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.lifecycle
 
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.replication.unit   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of IteratedFoldered in com.ptc.core.meta.type.mgmt.server.impl
 

Classes in com.ptc.core.meta.type.mgmt.server.impl that implement IteratedFoldered
 class WTTypeDefinition
           Use the newWTTypeDefinition static factory method(s), not the WTTypeDefinition constructor, to construct instances of this class.
 

Uses of IteratedFoldered in wt.doc
 

Classes in wt.doc that implement IteratedFoldered
 class WTDocument
          The reference implementation of a DocumentVersion.
 

Uses of IteratedFoldered in wt.enterprise
 

Classes in wt.enterprise that implement IteratedFoldered
 class IteratedFolderResident
          This Workable (and therefor Iterated) first class information object is IteratedFoldered which allows special foldering behavior to take into account its Iterated nature when displaying it in a folder, and it is DomainAdministered; it is similar to a FolderResident except that it is Workable and is therefor rather than Foldered; it is neither LifeCycleManaged nor Versioned.
 class RevisionControlled
          This wt.lifecycle.LifeCycleManged first class information object is an IteratedFoldered which allows special foldering to take into account its Versioned nature (and it is controlled via a checkin/checkoutmechanism), and it is DomainAdministered; it is similar to Managed except that it is a IteratedFoldered rather than Foldered.
 

Uses of IteratedFoldered in wt.epm
 

Classes in wt.epm that implement IteratedFoldered
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of IteratedFoldered in wt.federation
 

Classes in wt.federation that implement IteratedFoldered
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 

Uses of IteratedFoldered in wt.folder
 

Methods in wt.folder with parameters of type IteratedFoldered
static IteratedShortcutLink IteratedShortcutLink.newIteratedShortcutLink(Folder referencingFolder, IteratedFoldered target)
          Default factory for the class.
static IteratedFolderMemberLink IteratedFolderMemberLink.newIteratedFolderMemberLink(Folder folder, IteratedFoldered member)
          Default factory for the class.
static IteratedShortcutLink IteratedShortcutLink.newIteratedShortcutLink(Folder referencingFolder, IteratedFoldered target)
          Default factory for the class.
static IteratedFolderMemberLink IteratedFolderMemberLink.newIteratedFolderMemberLink(Folder folder, IteratedFoldered member)
          Default factory for the class.
 

Uses of IteratedFoldered in wt.lifecycle
 

Classes in wt.lifecycle that implement IteratedFoldered
 class LifeCycleTemplate
          LifeCycleTemplate holds a Life Cycle specification.
 

Uses of IteratedFoldered in wt.part
 

Classes in wt.part that implement IteratedFoldered
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
 

Uses of IteratedFoldered in wt.replication.unit
 

Classes in wt.replication.unit that implement IteratedFoldered
 class WTUnit
          Deprecated.  
 

Uses of IteratedFoldered in wt.workflow.definer
 

Classes in wt.workflow.definer that implement IteratedFoldered
 class WfProcessTemplate
          A WfProcessTemplate represents a template for a specific workflow process; it is used to create instances of a workflow process.