Uses of Interface
wt.inf.container.WTContained

Packages that use WTContained
com.ptc.netmarkets.part   
com.ptc.netmarkets.work   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.esi.tgt   
com.ptc.windchill.esi.txn   
com.ptc.windchill.uwgm.proesrv.rrc   
wt.admin
Provides classes to represent and manage AdministrativeDomain objects. 
wt.annotation   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.dataops   
wt.dataops.archive   
wt.dataops.containermove   
wt.dataops.objectcol   
wt.dataops.purge   
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.epm.util   
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.fc.dynamicenum   
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.inf.container   
wt.inf.library   
wt.inf.sharing   
wt.inf.team   
wt.inf.template   
wt.ixb.conflictFramework   
wt.lifecycle
 
wt.maturity   
wt.meeting Uses the MeetingService to manage Meetings of various MeetingTypes having Agendas and producing Minutes, in particular MeetingCenterMeetings with their associated MeetingCenterMeetingInfo (also see the WebexOperationHelper). 
wt.meeting.actionitem   
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.pdmlink   
wt.projmgmt.admin   
wt.projmgmt.definer   
wt.projmgmt.execution   
wt.projmgmt.monitor   
wt.projmgmt.resource   
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
wt.rule Uses the RuleService (and server-side-only RuleServiceSvr to manage the definition and application of Rules. 
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.team
 
wt.vc.baseline
 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
wt.workflow.collaboration   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.forum   
wt.workflow.notebook   
wt.workflow.robots
Provides workflow classes responsible for the execution of robot activities that are executed without human intervention. 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of WTContained in com.ptc.netmarkets.part
 

Methods in com.ptc.netmarkets.part with parameters of type WTContained
private  NmURL StandardNmPartService.getViewDetailsURL(WTContained contained)
           
private  String StandardNmPartService.getContainerDisplayName(WTContained contained)
           
 

Uses of WTContained in com.ptc.netmarkets.work
 

Methods in com.ptc.netmarkets.work with parameters of type WTContained
private  boolean StandardNmWorkItemService.isProjectCancelled(WTContained node)
           
 

Uses of WTContained in com.ptc.windchill.cadx.common.util
 

Methods in com.ptc.windchill.cadx.common.util with parameters of type WTContained
static Object GenericUtilities.getSeriesKey(WTContained containedObj)
           
static boolean GenericUtilities.doesBelongToSameSeriesType(WTContained containedObj1, WTContained containedObj2)
           
static boolean ContainerUtilities.isObjectAccessibleFromContainer(WTContained containedObj, WTContainer container)
           
 

Uses of WTContained in com.ptc.windchill.esi.tgt
 

Classes in com.ptc.windchill.esi.tgt that implement WTContained
 class ESITarget
          A location where ESI is to publish information.
 

Uses of WTContained in com.ptc.windchill.esi.txn
 

Classes in com.ptc.windchill.esi.txn that implement WTContained
 class ESITransaction
          Defines an ESI Transaction and manages a set of ReleaseActivities.
 

Uses of WTContained in com.ptc.windchill.uwgm.proesrv.rrc
 

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type WTContained
private  void RequestResultProcessor.processContained(com.ptc.windchill.uwgm.soap.impl.uwgmdb.Contained_i contained_i, WTContained wtContained, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
           
 

Uses of WTContained in wt.admin
 

Classes in wt.admin that implement WTContained
 class AdministrativeDomain
          The AdministrativeDomain class represents the set of objects that are subject to the same administrative behavior.
 

Uses of WTContained in wt.annotation
 

Classes in wt.annotation that implement WTContained
 class AnnotationSet
           Use the newAnnotationSet static factory method(s), not the AnnotationSet constructor, to construct instances of this class.
 class StructuredAnnotationSet
           Use the newStructuredAnnotationSet static factory method(s), not the StructuredAnnotationSet constructor, to construct instances of this class.
 

Uses of WTContained in wt.change2
 

Classes in wt.change2 that implement WTContained
 class AnalysisActivity
          The abstract level representation of a analysis activity.
 class ChangeActivity2
          The abstract level representation of a change activity.
 class ChangeAnalysis
          The abstract level representation of a change analysis.
 class ChangeInvestigation
          The abstract level representation of a change investigation.
 class ChangeIssue
          The abstract level representation of a change issue.
 class ChangeOrder2
          The abstract level representation of a change order.
 class ChangeProposal
          The abstract level representation of a change proposal.
 class ChangeRequest2
          The abstract level representation of a change request.
 class WTAnalysisActivity
          A Windchill provided reference implementation of an AnalysisActivity.
 class WTChangeActivity2
          A Windchill provided reference implementation of a ChangeActivity2.
 class WTChangeInvestigation
          A Windchill provided reference implementation of a ChangeInvestigation.
 class WTChangeIssue
          A Windchill provided reference implementation of a ChangeIssue.
 class WTChangeOrder2
          A Windchill provided reference implementation of a ChangeOrder2.
 class WTChangeProposal
          A Windchill provided reference implementation of a ChangeProposal.
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Uses of WTContained in wt.dataops
 

Classes in wt.dataops that implement WTContained
 class DataMaintRecord
          

Supported API: false

Extendable: false
 

Uses of WTContained in wt.dataops.archive
 

Classes in wt.dataops.archive that implement WTContained
 class Archive
           Use the newArchive static factory method(s), not the Archive constructor, to construct instances of this class.
 class ArchiveRecord
           Use the newArchiveRecord static factory method(s), not the ArchiveRecord constructor, to construct instances of this class.
 class RestoreRecord
           Use the newRestoreRecord static factory method(s), not the RestoreRecord constructor, to construct instances of this class.
 

Uses of WTContained in wt.dataops.containermove
 

Methods in wt.dataops.containermove that return WTContained
private  WTContained StandardContainerMoveService.setContainer(WTContained contained, WTContainer newContainer)
           
 

Methods in wt.dataops.containermove with parameters of type WTContained
private  WTContained StandardContainerMoveService.setContainer(WTContained contained, WTContainer newContainer)
           
private  boolean StandardContainerMoveService.isLocalMove(WTContained contained, Folder destFolder)
           
 

Uses of WTContained in wt.dataops.objectcol
 

Classes in wt.dataops.objectcol that implement WTContained
 class AbsCollectionCriteria
          

Supported API: false

Extendable: false
 class CollectionCriteria
           Use the newCollectionCriteria static factory method(s), not the CollectionCriteria constructor, to construct instances of this class.
 class RelationshipMap
           Use the newRelationshipMap static factory method(s), not the RelationshipMap constructor, to construct instances of this class.
 

Methods in wt.dataops.objectcol that return WTContained
protected  WTContained StandardCollectionService.getNamedWTContained(Class type, String nameLbl, String name, WTContainerRef containerRef, String containerRefNullErrMsgKey, String multipleObjsErrMsgKey)
           
 

Uses of WTContained in wt.dataops.purge
 

Classes in wt.dataops.purge that implement WTContained
 class PurgeRecord
           Use the newPurgeRecord static factory method(s), not the PurgeRecord constructor, to construct instances of this class.
 

Uses of WTContained in wt.doc
 

Classes in wt.doc that implement WTContained
 class WTDocument
          The reference implementation of a DocumentVersion.
 class WTDocumentMaster
          Reference implementation of DocumentMaster.
 

Methods in wt.doc with parameters of type WTContained
private static boolean UndoCheckoutActionDelegate.checkIfUserIsAdministrator(WTContained obj, WTPrincipal realUser)
           
private static void LoadDoc.setContainer(WTContained the_contained, WTContainerRef containerRef)
           
 

Uses of WTContained in wt.enterprise
 

Methods in wt.enterprise with parameters of type WTContained
private static boolean CheckInLFHURLActionDelegate.checkIfUserIsAdministrator(WTContained obj, WTPrincipal realUser)
           
 

Uses of WTContained in wt.epm
 

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

Uses of WTContained in wt.epm.util
 

Methods in wt.epm.util with parameters of type WTContained
static boolean EPMContainerHelper.inSameContainer(WTContained containedOne, WTContained containedTwo)
          Returns true if both contained objects are in the same container.
static boolean EPMContainerHelper.isCreatedInSandbox(WTContained contained)
          Returns true if Object was created in Sandbox
static boolean EPMContainerHelper.inPDMLinkContainer(WTContained contained)
          Returns true if the given contained object is in a PDM Link container
static boolean EPMContainerHelper.inProject(WTContained contained)
          Returns true if the given container is a Project container
 

Uses of WTContained in wt.fc
 

Methods in wt.fc with parameters of type WTContained
private static boolean IconDelegate.displaySharedFromGlyph(WTContained obj, WTContainer currentContext)
          Determine whether a shared-from glyph should be displayed on the icon.
private static boolean IconDelegate.displaySharedToGlyph(WTContained obj, WTContainer currentContext)
          Determine whether a shared-to glyph should be displayed on the icon.
private static boolean IconDelegate.displaySharedFromGlyph(WTContained obj, WTContainer currentContext)
          Determine whether a shared-from glyph should be displayed on the icon.
private static boolean IconDelegate.displaySharedToGlyph(WTContained obj, WTContainer currentContext)
          Determine whether a shared-to glyph should be displayed on the icon.
 

Uses of WTContained in wt.fc.dynamicenum
 

Classes in wt.fc.dynamicenum that implement WTContained
 class FilteredDynamicEnumSet
          This class provides an enumeration of Strings, based on a wt.fc.DynamicEnumType, and allowing values to be added to or removed from the enumeration, in the context of a specified Container.
 

Uses of WTContained in wt.federation
 

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

Uses of WTContained in wt.folder
 

Subinterfaces of WTContained in wt.folder
 interface Folder
          A Folder acts a container of information.
 

Classes in wt.folder that implement WTContained
 class Cabinet
          A Cabinet is a major organizing characteristic for information residing inf folders.
 class SubFolder
          A SubFolder is a non-root folder, ie it resides in a Cabinet.
 

Uses of WTContained in wt.inf.container
 

Subinterfaces of WTContained in wt.inf.container
 interface WTContainedIdentified
          A utitlity interface that objects that are both Identified and WTContained should implement.
 interface WTContainer
          Implementors of WTContainer should create a new WTContainerInfo in their initializer: protected void initialize() throws WTException { super.initialize(); try { setContainerInfo(WTContainerInfo.newWTContainerInfo()); } catch (WTPropertyVetoException wtpve) { throw new WTException(wtpve); } }

Supported API: true

Extendable: false
 

Classes in wt.inf.container that implement WTContained
 class ExchangeContainer
          A special type of container that is used as the root of a given installation's container hierarchy.
 class OrgContainer
          A container for an organization's business and administrative objects.
 

Methods in wt.inf.container that return WTContained
 WTContained WTContainerServiceEvent.getTarget()
          Returns WTContained target object.
private  WTContained PersistenceManagerEventHandler.preStore(Iterated iterated)
           
private  WTContained PersistenceManagerEventHandler.preStore(OrganizationOwnedImpl impl)
           
 WTContained ContainerLink.getContents()
          Gets the object for the association that plays role: CONTENTS_ROLE.
 WTContained WTContainerServiceEvent.getTarget()
          Returns WTContained target object.
private  WTContained PersistenceManagerEventHandler.preStore(Iterated iterated)
           
private  WTContained PersistenceManagerEventHandler.preStore(OrganizationOwnedImpl impl)
           
 WTContained ContainerLink.getContents()
          Gets the object for the association that plays role: CONTENTS_ROLE.
 

Methods in wt.inf.container with parameters of type WTContained
 WTContainer WTContainerServiceFwd.getNamespace(WTContained contained)
          Deprecated. Replaced by getNamespace(Class)
 WTContainer WTContainerServiceFwd.getNamespace(WTContained contained, WTContainer new_container)
          Deprecated. Replaced by getNamespace(Class, WTContainer)
 OrgContainer WTContainerServiceFwd.getOrgContainer(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainerRef WTContainerServiceFwd.getOrgContainerRef(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainer WTContainerService.getNamespace(WTContained contained)
          Deprecated. Replaced by getNamespace(Class)
 WTContainer WTContainerService.getNamespace(WTContained contained, WTContainer new_container)
          Deprecated. Replaced by getNamespace(Class, WTContainer)
 OrgContainer WTContainerService.getOrgContainer(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainerRef WTContainerService.getOrgContainerRef(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
static WTContainer WTContainerServerHelper.getContainer(WTContained contained, boolean bypass_access_control)
          

Supported API: false
static WTContainer WTContainerHelper.getContainer(WTContained contained)
          

Supported API: true
static WTContainerRef WTContainerHelper.getContainerRef(WTContained contained)
          

Supported API: false
static boolean WTContainerHelper.isContainedBy(WTContained contained, WTContainerRef container_ref)
          Determine if the WTContained object is immediately contained by the given WTContainer

Supported API: false
static boolean WTContainerHelper.sameContainer(WTContained contained1, WTContained contained2)
          

Supported API: false
static void WTContainerHelper.setContainer(WTContained contained, WTContainerRef container_ref)
          Assigns a container reference to an unpersisted contained object.
static String WTContainerHelper.getLocalizedContainerName(WTContained contained, Locale locale)
          Returns a localized String representing the container name or a message denoting that the user does not have access to contained's WTContainer name.
 WTContainer StandardWTContainerService.getNamespace(WTContained contained)
          Deprecated. Replaced by getNamespace(Class)
 WTContainer StandardWTContainerService.getNamespace(WTContained contained, WTContainer new_container)
          Deprecated. Replaced by getNamespace(Class, WTContainer)
 OrgContainer StandardWTContainerService.getOrgContainer(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainerRef StandardWTContainerService.getOrgContainerRef(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
private  void PersistenceManagerEventHandler.preStore(WTContained contained)
           
(package private)  void FolderServiceEventHandler.ContainerChange.addTarget(WTContained target, WTContainer source, WTContainer destination)
           
 void ContainerLink.setContents(WTContained contents)
          Sets the object for the association that plays role: CONTENTS_ROLE.
static ContainerLink ContainerLink.newContainerLink(WTContained contents, WTContainer container)
          Default factory for the class.
 WTContainer WTContainerServiceFwd.getNamespace(WTContained contained)
          Deprecated. Replaced by getNamespace(Class)
 WTContainer WTContainerServiceFwd.getNamespace(WTContained contained, WTContainer new_container)
          Deprecated. Replaced by getNamespace(Class, WTContainer)
 OrgContainer WTContainerServiceFwd.getOrgContainer(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainerRef WTContainerServiceFwd.getOrgContainerRef(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainer WTContainerService.getNamespace(WTContained contained)
          Deprecated. Replaced by getNamespace(Class)
 WTContainer WTContainerService.getNamespace(WTContained contained, WTContainer new_container)
          Deprecated. Replaced by getNamespace(Class, WTContainer)
 OrgContainer WTContainerService.getOrgContainer(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainerRef WTContainerService.getOrgContainerRef(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
static WTContainer WTContainerServerHelper.getContainer(WTContained contained, boolean bypass_access_control)
          

Supported API: false
static WTContainer WTContainerHelper.getContainer(WTContained contained)
          

Supported API: true
static WTContainerRef WTContainerHelper.getContainerRef(WTContained contained)
          

Supported API: false
static boolean WTContainerHelper.isContainedBy(WTContained contained, WTContainerRef container_ref)
          Determine if the WTContained object is immediately contained by the given WTContainer

Supported API: false
static boolean WTContainerHelper.sameContainer(WTContained contained1, WTContained contained2)
          

Supported API: false
static void WTContainerHelper.setContainer(WTContained contained, WTContainerRef container_ref)
          Assigns a container reference to an unpersisted contained object.
static String WTContainerHelper.getLocalizedContainerName(WTContained contained, Locale locale)
          Returns a localized String representing the container name or a message denoting that the user does not have access to contained's WTContainer name.
 WTContainer StandardWTContainerService.getNamespace(WTContained contained)
          Deprecated. Replaced by getNamespace(Class)
 WTContainer StandardWTContainerService.getNamespace(WTContained contained, WTContainer new_container)
          Deprecated. Replaced by getNamespace(Class, WTContainer)
 OrgContainer StandardWTContainerService.getOrgContainer(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
 WTContainerRef StandardWTContainerService.getOrgContainerRef(WTContained contained)
          Finds the first parent of the given container that is an OrgContainer.
private  void PersistenceManagerEventHandler.preStore(WTContained contained)
           
(package private)  void FolderServiceEventHandler.ContainerChange.addTarget(WTContained target, WTContainer source, WTContainer destination)
           
 void ContainerLink.setContents(WTContained contents)
          Sets the object for the association that plays role: CONTENTS_ROLE.
static ContainerLink ContainerLink.newContainerLink(WTContained contents, WTContainer container)
          Default factory for the class.
 

Constructors in wt.inf.container with parameters of type WTContained
WTContainerServiceEvent(WTContained target, String event_type)
          

Supported API: false
WTContainerServiceEvent(WTContained target, String event_type)
          

Supported API: false
 

Uses of WTContained in wt.inf.library
 

Classes in wt.inf.library that implement WTContained
 class WTLibrary
           Use the newWTLibrary static factory method(s), not the WTLibrary constructor, to construct instances of this class.
 

Uses of WTContained in wt.inf.sharing
 

Classes in wt.inf.sharing that implement WTContained
 class SharedContainerMap
          Records which objects are shared by which containers.
 

Uses of WTContained in wt.inf.team
 

Subinterfaces of WTContained in wt.inf.team
 interface ContainerTeamManaged
          

Supported API: true

Extendable: false
 

Classes in wt.inf.team that implement WTContained
 class ContainerTeam
           Use the newContainerTeam static factory method(s), not the ContainerTeam constructor, to construct instances of this class.
 

Methods in wt.inf.team that return WTContained
 WTContained StandardContainerTeamService.setDefaultAdHocAcl(ContainerTeamManaged container, WTContained contained)
          

Supported API: false
 WTContained ContainerTeamServiceFwd.setDefaultAdHocAcl(ContainerTeamManaged container, WTContained contained)
          

Supported API: false
 WTContained ContainerTeamService.setDefaultAdHocAcl(ContainerTeamManaged container, WTContained contained)
          

Supported API: false
 WTContained AdhocAclDefiner.setDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
protected  WTContained AdhocAclDefaultDefiner.defineDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
protected abstract  WTContained AdhocAclAbstractDefiner.defineDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
 WTContained AdhocAclAbstractDefiner.setDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
 

Methods in wt.inf.team with parameters of type WTContained
 WTContained StandardContainerTeamService.setDefaultAdHocAcl(ContainerTeamManaged container, WTContained contained)
          

Supported API: false
 WTContained ContainerTeamServiceFwd.setDefaultAdHocAcl(ContainerTeamManaged container, WTContained contained)
          

Supported API: false
 WTContained ContainerTeamService.setDefaultAdHocAcl(ContainerTeamManaged container, WTContained contained)
          

Supported API: false
 WTContained AdhocAclDefiner.setDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
protected  WTContained AdhocAclDefaultDefiner.defineDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
protected abstract  WTContained AdhocAclAbstractDefiner.defineDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
 WTContained AdhocAclAbstractDefiner.setDefaultAdhocAcl(ContainerTeamManaged container, WTContained object)
          

Supported API: false
 

Uses of WTContained in wt.inf.template
 

Classes in wt.inf.template that implement WTContained
 class DefaultWTContainerTemplate
          The package scope attributes are gettable by members of this package by design.
 class WTContainerTemplateMaster
           Use the newWTContainerTemplateMaster static factory method(s), not the WTContainerTemplateMaster constructor, to construct instances of this class.
 

Uses of WTContained in wt.ixb.conflictFramework
 

Classes in wt.ixb.conflictFramework that implement WTContained
 class ImportSession
           Use the newImportSession static factory method(s), not the ImportSession constructor, to construct instances of this class.
 

Uses of WTContained in wt.lifecycle
 

Classes in wt.lifecycle that implement WTContained
 class LifeCycleTemplateMaster
          The definition of a Life Cycle.
 

Methods in wt.lifecycle with parameters of type WTContained
private static WTContainerRef StandardLifeCycleService.getOrgContainer(WTContained object)
           
private static WTContainerRef StandardLifeCycleService.getOrgContainer(WTContained object)
           
 

Uses of WTContained in wt.maturity
 

Classes in wt.maturity that implement WTContained
 class MaturityBaseline
          Baseline for a PromotionNotice indicating the dependant items required for this PromotionNotice to be reviewed.
 class PromotionNotice
          The implementation of PromotionNotices.
 

Uses of WTContained in wt.meeting
 

Classes in wt.meeting that implement WTContained
 class Agenda
          Agenda is a marker interface for the Agenda.
 class Meeting
          Base class which other types of meetings subclass.
 class MeetingCenterMeeting
           Use the newMeetingCenterMeeting static factory method(s), not the MeetingCenterMeeting constructor, to construct instances of this class.
 class Minutes
          Minutes is a marker interface for the Minutes objects.
 class TemplatedAgenda
           Use the newTemplatedAgenda static factory method(s), not the TemplatedAgenda constructor, to construct instances of this class.
 class TemplatedMinutes
           Use the newTemplatedMinutes static factory method(s), not the TemplatedMinutes constructor, to construct instances of this class.
 class TextAgenda
           Use the newTextAgenda static factory method(s), not the TextAgenda constructor, to construct instances of this class.
 class TextMinutes
           Use the newTextMinutes static factory method(s), not the TextMinutes constructor, to construct instances of this class.
 class TraditionalMeeting
           Use the newTraditionalMeeting static factory method(s), not the TraditionalMeeting constructor, to construct instances of this class.
 

Uses of WTContained in wt.meeting.actionitem
 

Subinterfaces of WTContained in wt.meeting.actionitem
 interface ActionItem
          

Supported API: false

Extendable: false
 

Classes in wt.meeting.actionitem that implement WTContained
 class DiscreteActionItem
           Use the newDiscreteActionItem static factory method(s), not the DiscreteActionItem constructor, to construct instances of this class.
 

Uses of WTContained in wt.part
 

Classes in wt.part that implement WTContained
 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 WTPartMaster
          This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTParts which represent the various stages (versions or iterations) of change for the changeable aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
 class WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
 class WTProductInstanceMaster
           Use the newWTProductInstanceMaster static factory method(s), not the WTProductInstanceMaster constructor, to construct instances of this class.
 class WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster 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.
 class WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.
 

Methods in wt.part with parameters of type WTContained
private static void LoadPart.setContainer(WTContained the_contained, WTContainerRef containerRef)
           
 

Uses of WTContained in wt.pdmlink
 

Classes in wt.pdmlink that implement WTContained
 class PDMLinkProduct
           Use the newPDMLinkProduct static factory method(s), not the PDMLinkProduct constructor, to construct instances of this class.
 

Uses of WTContained in wt.projmgmt.admin
 

Classes in wt.projmgmt.admin that implement WTContained
 class Project2
          Project2 represents a"temporary endeavor undertaken to create a unique product or service." As such it has start and end dates.
 

Uses of WTContained in wt.projmgmt.definer
 

Subinterfaces of WTContained in wt.projmgmt.definer
 interface ProjectNodeTemplate
          A ProjectNodeTemplate is the interface implemented by all (workflow) templates that are used in project management and that belong to a project graph.
 interface ProjMgmtTemplateObject
          A ProjMgmtTemplateObject is the interface implemented by all (workflow) templates that are used in project management.
 

Classes in wt.projmgmt.definer that implement WTContained
 class MilestoneTemplate
          A MilestoneTemplate is the template associated with a project management milestone.
 class ProjectActivityTemplate
          A ProjectActivityTemplate is the template associated with a project management project activity.
 class ProjectPlanTemplate
           Use the newProjectPlanTemplate static factory method(s), not the ProjectPlanTemplate constructor, to construct instances of this class.
 class ProjectProxyTemplate
          A ProjectProxyTemplate is the template associated with a project proxy.
 class SummaryActivityTemplate
           Use the newSummaryActivityTemplate static factory method(s), not the SummaryActivityTemplate constructor, to construct instances of this class.
 

Uses of WTContained in wt.projmgmt.execution
 

Subinterfaces of WTContained in wt.projmgmt.execution
 interface ExecutionObject
          The ExecutionObject is an interface that holds attributes that are common to plans, activities and deliverables.
 interface ProjectNode
          

Supported API: false

Extendable: false
 

Classes in wt.projmgmt.execution that implement WTContained
 class Milestone
          The Milestone class represents a notable point in the execution of a project.
 class ProjectActivity
          Returns the associated Deliverable.
 class ProjectAssignment
           Use the newProjectAssignment static factory method(s), not the ProjectAssignment constructor, to construct instances of this class.
 class ProjectPlan
          The ProjectPlan class represents a container for activities, resources, deliverables and their relationships that are involved in the execution of a project.
 class ProjectProxy
          Objects of the ProjectProxy class are references to external projects.
 class ProjectWorkItem
           Use the newProjectWorkItem static factory method(s), not the ProjectWorkItem constructor, to construct instances of this class.
 class SummaryActivity
          Container of project manager nodes.
 

Uses of WTContained in wt.projmgmt.monitor
 

Classes in wt.projmgmt.monitor that implement WTContained
 class DeadlineChangeEvent
          The DeadlineChangeEvent class represents persistently the event of changing a deadline of an object when the project is executing.
 class DeadlineEvent
          This class represents deadline events persistently.
 class ObjectDeletionEvent
          ObjectDeletionEvent represents persistently the disabling of an activity or deliverable.
 class OwnerChangeEvent
          OwnerChangeEvent represents persistently when an activity or deliverable changed owner.
 class ProjMgmtEvent
          ProjMgmtEvent represents in the database individual events that constitute the "project history."

Supported API: false

Extendable: false
 class StateChangeEvent
          This class represents persistently change of state events.
 class StatusChangeEvent
          This class represents persistently change of information that are related to completion of the object.
 

Uses of WTContained in wt.projmgmt.resource
 

Classes in wt.projmgmt.resource that implement WTContained
 class Deliverable
          The Deliverable class represents expected output objects from the plan or activities.
 class EquipmentResource
          Resource whose cost is derived from the use of some piece of equipment or use of some facility.
 class FacilityResource
           Use the newFacilityResource static factory method(s), not the FacilityResource constructor, to construct instances of this class.
 class InformationResource
          InformationResource represents resources used or produced by activities that can be accessed on-line.
 class MaterialResource
          MaterialResource represents cost resources that corresponds to supplies or consumables.
 class PersonResource
          Resource whose cost is incurred by the utilization of a person in a task.
 class ProjectResource
          ProjectResource represents resources necessary for the execution of an activity.
 class RoleResource
          This class is used to collect cost related information associated to a role (rather to a specific individual).
 

Uses of WTContained in wt.query.template
 

Classes in wt.query.template that implement WTContained
 class ReportTemplate
          This class is a default implementation of a template for reporting.
 

Uses of WTContained in wt.rule
 

Classes in wt.rule that implement WTContained
 class InstanceBasedRule
          An implementation of the Rule interface that references a particular object instance.
 class PersistentRule
          A Rule provides a holder for business logic that describes actions to be performed under certain conditions.
 class TypeBasedRule
           Use the newTypeBasedRule static factory method(s), not the TypeBasedRule constructor, to construct instances of this class.
 

Uses of WTContained in wt.sandbox
 

Classes in wt.sandbox that implement WTContained
 class SandboxBaseline
          Baseline for a sandbox container indicating the current sandbox configuration of parts and CAD documents being used by the sandbox.
 

Methods in wt.sandbox with parameters of type WTContained
(package private) static WTContainer Utilities.getNamespace(WTContained contained, boolean bypassAccessControl)
           
 

Uses of WTContained in wt.team
 

Classes in wt.team that implement WTContained
 class TeamTemplate
          TeamTemplate establishes associations between roles and principals and/or actor roles.
(package private) static class TeamTemplateCache.TeamTemplateEntry
           
 

Uses of WTContained in wt.vc.baseline
 

Classes in wt.vc.baseline that implement WTContained
 class ManagedBaseline
          This class is an implementation of a Baseline.
 

Uses of WTContained in wt.viewmarkup
 

Classes in wt.viewmarkup that implement WTContained
 class PublishingSummary
           Use the newPublishingSummary static factory method(s), not the PublishingSummary constructor, to construct instances of this class.
 class WVSConfigurationTemplate
           Use the newWVSConfigurationTemplate static factory method(s), not the WVSConfigurationTemplate constructor, to construct instances of this class.
 

Uses of WTContained in wt.workflow.collaboration
 

Classes in wt.workflow.collaboration that implement WTContained
 class CollaborationTemplate
          CollaborationTemplate represents objects whose structure can be defined in an XMLLob.
 

Uses of WTContained in wt.workflow.definer
 

Classes in wt.workflow.definer that implement WTContained
 class WfAdHocActivityTemplate
           Use the newWfAdHocActivityTemplate static factory method(s), not the WfAdHocActivityTemplate constructor, to construct instances of this class.
 class WfApplRobotTemplate
          Template for application robots, that is, activities that correspond to programs or applications.
 class WfAssignedActivityTemplate
          Template for creation of assigned activities.
 class WfBlockTemplate
          Class that represents a workflow block.
 class WfContainerTemplate
          Abstract class that models template objects that can contain other template objects.
 class WfExprRobotTemplate
           Use the newWfExprRobotTemplate static factory method(s), not the WfExprRobotTemplate constructor, to construct instances of this class.
 class WfExternalMethodTemplate
          Template for robot activities which are based on externally callable methods.
 class WfInternalMethodTemplate
          Template for robot activities which are based on internally callable methods.
 class WfInvokedMethodTemplate
          Template for creation of method robot activities.
 class WfProcessTemplate
          A WfProcessTemplate represents a template for a specific workflow process; it is used to create instances of a workflow process.
 class WfProcessTemplateMaster
           Use the newWfProcessTemplateMaster static factory method(s), not the WfProcessTemplateMaster constructor, to construct instances of this class.
 class WfProxyTemplate
          Object that points to a template.
 class WfRobotActivityTemplate
          Base template class for for classes that create robot activities.
 class WfSynchRobotTemplate
           Use the newWfSynchRobotTemplate static factory method(s), not the WfSynchRobotTemplate constructor, to construct instances of this class.
 class WfTemplateObject
          WfTemplateObject is the base class for the workflow definition objects.
 class WfTimerTemplate
           Use the newWfTimerTemplate static factory method(s), not the WfTimerTemplate constructor, to construct instances of this class.
 class WfURLRobotTemplate
          Used to define the URL to be executed.
 

Uses of WTContained in wt.workflow.engine
 

Classes in wt.workflow.engine that implement WTContained
 class WfActivity
          WfActivity represents a request for work in the context of the containing WfProcess.
 class WfAdHocActivity
           Use the newWfAdHocActivity static factory method(s), not the WfAdHocActivity constructor, to construct instances of this class.
 class WfBlock
          The WfBlock class supports the execution of blocks.
 class WfContainer
          

Supported API: false

Extendable: false
 class WfExecutionObject
          WfExecutionObject is an abstract base class that defines common attributes, states and operations for processes and steps.
 class WfProcess
          A WfProcess is the performer of a workflow.
 class WfRequesterActivity
          The WfRequesterActivity class implements WfRequester to allow processes to be embedded in other processes.
 

Uses of WTContained in wt.workflow.forum
 

Classes in wt.workflow.forum that implement WTContained
 class Discussion
          

Supported API: false

Extendable: false
 class DiscussionForum
          A DiscussionForum is a container of discussions/comments on a business object.
 class DiscussionForumTemplate
          DiscussionForumTemplate is a concrete implementation of CollaborationTemplate.
 class DiscussionPosting
          DiscussionPosting represents the actual conversations on a given topic.
 class DiscussionTopic
          A DiscussionTopic is a subject/header in a forum under which comments/postings can be made.
 

Uses of WTContained in wt.workflow.notebook
 

Classes in wt.workflow.notebook that implement WTContained
 class Bookmark
           Use the newBookmark static factory method(s), not the Bookmark constructor, to construct instances of this class.
 class FolderedBookmark
          A specialization of Boomark, objects of this type can be members of a windchill folder in addition to being part of a notebook.
 class ImportedBookmark
           Use the newImportedBookmark static factory method(s), not the ImportedBookmark constructor, to construct instances of this class.
 class Notebook
           Use the newNotebook static factory method(s), not the Notebook constructor, to construct instances of this class.
 class NotebookComponent
          

Supported API: false

Extendable: false
 class NotebookFolder
           Use the newNotebookFolder static factory method(s), not the NotebookFolder constructor, to construct instances of this class.
 class NotebookTemplate
           Use the newNotebookTemplate static factory method(s), not the NotebookTemplate constructor, to construct instances of this class.
 class WfBookmark
           Use the newWfBookmark static factory method(s), not the WfBookmark constructor, to construct instances of this class.
 class WfFolderedBookmark
          A specialization of FolderedBoomark, objects of this type can point to the ObjectIdentifier of Windchill business objects.
 

Methods in wt.workflow.notebook that return WTContained
 WTContained WfFolderedBookmarkObjectLink.getObject()
          Gets the object for the association that plays role: OBJECT_ROLE.
 WTContained WfFolderedBookmark.getObject()
          Gets the object for the association that plays role: OBJECT.
 WTContained WfBookmarkObjectLink.getObject()
          Gets the object for the association that plays role: OBJECT_ROLE.
 WTContained WfBookmark.getObject()
          Gets the object for the association that plays role: OBJECT.
 WTContained WfFolderedBookmarkObjectLink.getObject()
          Gets the object for the association that plays role: OBJECT_ROLE.
 WTContained WfFolderedBookmark.getObject()
          Gets the object for the association that plays role: OBJECT.
 WTContained WfBookmarkObjectLink.getObject()
          Gets the object for the association that plays role: OBJECT_ROLE.
 WTContained WfBookmark.getObject()
          Gets the object for the association that plays role: OBJECT.
 

Methods in wt.workflow.notebook with parameters of type WTContained
 void WfFolderedBookmarkObjectLink.setObject(WTContained object)
          Sets the object for the association that plays role: OBJECT_ROLE.
static WfFolderedBookmarkObjectLink WfFolderedBookmarkObjectLink.newWfFolderedBookmarkObjectLink(WTContained object, WfFolderedBookmark theWfFolderedBookmark)
          Default factory for the class.
 void WfFolderedBookmark.setObject(WTContained a_Object)
          Sets the object for the association that plays role: OBJECT.
 void WfBookmarkObjectLink.setObject(WTContained object)
          Sets the object for the association that plays role: OBJECT_ROLE.
static WfBookmarkObjectLink WfBookmarkObjectLink.newWfBookmarkObjectLink(WTContained object, WfBookmark theWfBookmark)
          Default factory for the class.
 void WfBookmark.setObject(WTContained a_Object)
          Sets the object for the association that plays role: OBJECT.
 void WfFolderedBookmarkObjectLink.setObject(WTContained object)
          Sets the object for the association that plays role: OBJECT_ROLE.
static WfFolderedBookmarkObjectLink WfFolderedBookmarkObjectLink.newWfFolderedBookmarkObjectLink(WTContained object, WfFolderedBookmark theWfFolderedBookmark)
          Default factory for the class.
 void WfFolderedBookmark.setObject(WTContained a_Object)
          Sets the object for the association that plays role: OBJECT.
 void WfBookmarkObjectLink.setObject(WTContained object)
          Sets the object for the association that plays role: OBJECT_ROLE.
static WfBookmarkObjectLink WfBookmarkObjectLink.newWfBookmarkObjectLink(WTContained object, WfBookmark theWfBookmark)
          Default factory for the class.
 void WfBookmark.setObject(WTContained a_Object)
          Sets the object for the association that plays role: OBJECT.
 

Uses of WTContained in wt.workflow.robots
 

Classes in wt.workflow.robots that implement WTContained
 class WfApplicationRobot
          The application robot is used to carry out a task that is performed by an external program.
 class WfExpressionRobot
          Robot used to carry out a task that is defined in a Java expression.
 class WfExternalMethod
          WIExternalMethodencapsulates a non-Windchill method
 class WfInternalMethod
          WInternalMethodencapsulates a Windchill method
 class WfInvokedMethod
          WfInvokedMethod is an abstract class to encapsulate the invocation of method..
 class WfRobotActivity
          The WfRobotActivity is an abstract class that represents workflow steps which are carried out without human intervention.
 class WfSynchRobot
          Robot used to synchronize with with external (non-workflow) events.
 class WfTimerActivity
          The WfTimeActivity is a robot used to synchronize with some time event.
 class WfURLRobot
          Runtime execution of the URl is performed here.
 

Uses of WTContained in wt.workflow.work
 

Classes in wt.workflow.work that implement WTContained
 class WfAssignedActivity
          A WfActivity> represent work that can be assigned to resources.