Uses of Interface
wt.fc.Link

Packages that use Link
com.ptc.core.htmlcomp.tableview   
com.ptc.core.meta.server.impl   
com.ptc.core.meta.type.mgmt.server   
com.ptc.core.meta.type.mgmt.server.impl   
com.ptc.core.task   
com.ptc.windchill.cadx.common.htmllog   
com.ptc.windchill.counterpart   
com.ptc.windchill.esi.bom   
com.ptc.windchill.esi.tgt   
com.ptc.windchill.esi.txn   
wt.access
The access control service is responsible for defining and enforcing access to business and system objects. 
wt.annotation   
wt.audit   
wt.audit.eventinfo   
wt.build   
wt.calendar Uses the CalendarAccessProtocol and the CalendarService to provide iCalandar Access Protocol support. 
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.configuration   
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.csm.navigation   
wt.csm.ranking   
wt.dataops.archive   
wt.dataops.objectcol   
wt.dataops.purge   
wt.doc   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
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.build   
wt.epm.familytable   
wt.epm.structure   
wt.epm.supportingdata   
wt.epm.workspaces   
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.fc.archive   
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.fv
fv package — File Vault Service

The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. 

wt.graph   
wt.graph.processor   
wt.graph.template   
wt.iba.constraint   
wt.iba.definition   
wt.iba.value   
wt.inf.container   
wt.inf.team   
wt.intersvrcom Site External API: 
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.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
wt.org.electronicIdentity   
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.execution   
wt.projmgmt.monitor   
wt.projmgmt.resource   
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
wt.queue Overview 
wt.replication.export   
wt.replication.imp   
wt.replication.receiver   
wt.replication.sender   
wt.replication.unit   
wt.representation   
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.scheduler
scheduler package — Scheduling Service

The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. 

wt.team
 
wt.transfer   
wt.transfer.filter   
wt.transfer.unit   
wt.ufid Uses the UfidService (and server-side-only wt.ufid.UfidServiceSvr) to manage the Universal Federated Identifier for Federatable objects. 
wt.vc
 
wt.vc.baseline
 
wt.vc.struct
 
wt.vc.views
 
wt.vc.wip
 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
wt.visitor Defines the navigator/visitor design pattern for using a Walker (at one time it used a Navigator, instead of a Walker) and a NodeExpander, which together traverse a structure of objects, and a Visitor, which does something when we navigate to the object; this separates the algorithm for navigating from the algorithm for visiting, allowing more reuse; factories support selection of Walkers and Visitors. 
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.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of Link in com.ptc.core.htmlcomp.tableview
 

Classes in com.ptc.core.htmlcomp.tableview that implement Link
 class ActiveViewLink
           Use the newActiveViewLink static factory method(s), not the ActiveViewLink constructor, to construct instances of this class.
 

Uses of Link in com.ptc.core.meta.server.impl
 

Classes in com.ptc.core.meta.server.impl that implement Link
 class IdentifiedObjectTheLogicalIdentifierMapEntry
           Use the newIdentifiedObjectTheLogicalIdentifierMapEntry static factory method(s), not the IdentifiedObjectTheLogicalIdentifierMapEntry constructor, to construct instances of this class.
 

Uses of Link in com.ptc.core.meta.type.mgmt.server
 

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

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

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

Uses of Link in com.ptc.core.task
 

Classes in com.ptc.core.task that implement Link
 class EventDataEvent
           Use the newEventDataEvent static factory method(s), not the EventDataEvent constructor, to construct instances of this class.
 class MessagesTheTaskEvent
           Use the newMessagesTheTaskEvent static factory method(s), not the MessagesTheTaskEvent constructor, to construct instances of this class.
 

Uses of Link in com.ptc.windchill.cadx.common.htmllog
 

Classes in com.ptc.windchill.cadx.common.htmllog that implement Link
 class LogMessages
           Use the newLogMessages static factory method(s), not the LogMessages constructor, to construct instances of this class.
 

Uses of Link in com.ptc.windchill.counterpart
 

Classes in com.ptc.windchill.counterpart that implement Link
 class AttachmentToDelta
           Use the newAttachmentToDelta static factory method(s), not the AttachmentToDelta constructor, to construct instances of this class.
 class ContentForDelta
           Use the newContentForDelta static factory method(s), not the ContentForDelta constructor, to construct instances of this class.
 

Uses of Link in com.ptc.windchill.esi.bom
 

Classes in com.ptc.windchill.esi.bom that implement Link
 class AlternateItemGroup
          Represent an identifier for grouping a component and substitues on a Windchill assembly.
 

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

Classes in com.ptc.windchill.esi.tgt that implement Link
 class ESITargetAssignmentLink
          Represents a target assignment between a persistable object and an ESI Target.
 class ESITargetOrganizationLink
          Represents the many-to-many relationship between ESITargets and WTOrganizations.
 

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

Classes in com.ptc.windchill.esi.txn that implement Link
 class ActivityMessage
           Use the newActivityMessage static factory method(s), not the ActivityMessage constructor, to construct instances of this class.
 class ESIRelatedTransaction
           Use the newESIRelatedTransaction static factory method(s), not the ESIRelatedTransaction constructor, to construct instances of this class.
 class ESITransactionActivity
           Use the newESITransactionActivity static factory method(s), not the ESITransactionActivity constructor, to construct instances of this class.
 class ESITransactionObjectLink
          If the transaction status is PENDING or PROCESSING, return true.
 class ESITransactionRelease
           Use the newESITransactionRelease static factory method(s), not the ESITransactionRelease constructor, to construct instances of this class.
 class ReleaseActivity
          A record of a unit of work in an external system
 class TransactionMessage
           Use the newTransactionMessage static factory method(s), not the TransactionMessage constructor, to construct instances of this class.
 

Uses of Link in wt.access
 

Classes in wt.access that implement Link
 class AclEntryLink
           Use the newAclEntryLink static factory method(s), not the AclEntryLink constructor, to construct instances of this class.
 

Uses of Link in wt.annotation
 

Classes in wt.annotation that implement Link
 class AnnotationConfigSpec
           Use the newAnnotationConfigSpec static factory method(s), not the AnnotationConfigSpec constructor, to construct instances of this class.
 class AnnotationSetBaseline
           Use the newAnnotationSetBaseline static factory method(s), not the AnnotationSetBaseline constructor, to construct instances of this class.
 class TopLevelTarget
           Use the newTopLevelTarget static factory method(s), not the TopLevelTarget constructor, to construct instances of this class.
 

Uses of Link in wt.audit
 

Classes in wt.audit that implement Link
 class ProjectEventLink
           Use the newProjectEventLink static factory method(s), not the ProjectEventLink constructor, to construct instances of this class.
 

Uses of Link in wt.audit.eventinfo
 

Classes in wt.audit.eventinfo that implement Link
 class EventInfoLink
           Use the newEventInfoLink static factory method(s), not the EventInfoLink constructor, to construct instances of this class.
 

Uses of Link in wt.build
 

Subinterfaces of Link in wt.build
 interface BuildableLink
          

Supported API: false

Extendable: false
 interface BuildRule
          The BuildRule is used by the build to determine the source for a target or the target for a source.
 

Classes in wt.build that implement Link
 class BuildHistory
          The BuildHistory link is created by the build process everytime a build is executed.
 

Uses of Link in wt.calendar
 

Classes in wt.calendar that implement Link
 class ComponentLink
           Use the newComponentLink static factory method(s), not the ComponentLink constructor, to construct instances of this class.
 class ParentChildLink
           Use the newParentChildLink static factory method(s), not the ParentChildLink constructor, to construct instances of this class.
 

Uses of Link in wt.change2
 

Classes in wt.change2 that implement Link
 class AcceptedStrategy
          A link between a ChangeProposal and a ChangeOrder2 representing the decision to implement the proposal by executing the order.
 class AddressedBy2
          A link between a ChangeRequest2 and a ChangeOrder2 representing ownership of the order by the request.
 class AffectedActivityData
          A link between a ChangeActivity2 and a Changeable2 that allows the user to identify product data that must be somehow altered to satisfy the change activity.
 class ChangeRecord2
          A link between a ChangeActivity2 and a Changeable2 that allows the user to identify new changeable revisions that were created to satisfy a change activity.
 class ChangesForAnnotations
           Use the newChangesForAnnotations static factory method(s), not the ChangesForAnnotations constructor, to construct instances of this class.
 class ChangesForMarkups
           Use the newChangesForMarkups static factory method(s), not the ChangesForMarkups constructor, to construct instances of this class.
 class DetailedBy
          A link between a ChangeAnalysis and an AnalysisActivity representing ownership of the activity by the order.
 class FormalizedBy
          A link between a ChangeIssue and a ChangeRequest2 representing the decision to formally pursue a the resolution of the issue using the change request.
 class IncludedIn2
          A link between a ChangeOrder2 and a ChangeActivity2 representing ownership of the activity by the order.
 class PendingChange
          Deprecated.  
 class ProblemProduct
          A link between a ChangeIssue and a WTProductMaster that allows the user to identify relevant product data.
 class RelevantAnalysisData
          A link between an AnalysisActivity and a Changeable2 that allows the user to identify relevant product data.
 class RelevantRequestData2
          A link between a ChangeRequest2 and a Changeable2 that allows the user to identify relevant product data.
 class ReportedAgainst
           Use the newReportedAgainst static factory method(s), not the ReportedAgainst constructor, to construct instances of this class.
 class ResearchedBy
          A link between a ChangeRequest2 and a ChangeAnalysis representing ownership of the analysis by the request.
 class SubjectProduct
          A link between a ChangeRequest2 and a WTProductMaster that allows the user to identify relevant product data.
 

Uses of Link in wt.configuration
 

Classes in wt.configuration that implement Link
 class BaselineableConfigOverride
           Use the newBaselineableConfigOverride static factory method(s), not the BaselineableConfigOverride constructor, to construct instances of this class.
 class BCMBCV
           Use the newBCMBCV static factory method(s), not the BCMBCV constructor, to construct instances of this class.
 class CMCV
           Use the newCMCV static factory method(s), not the CMCV constructor, to construct instances of this class.
 class ConfigForConfig
           Use the newConfigForConfig static factory method(s), not the ConfigForConfig constructor, to construct instances of this class.
 class SNCIMSNCIV
           Use the newSNCIMSNCIV static factory method(s), not the SNCIMSNCIV constructor, to construct instances of this class.
 class SNCISNCV
           Use the newSNCISNCV static factory method(s), not the SNCISNCV constructor, to construct instances of this class.
 class SNCIVSNBCV
           Use the newSNCIVSNBCV static factory method(s), not the SNCIVSNBCV constructor, to construct instances of this class.
 class SNCMSNCI
           Use the newSNCMSNCI static factory method(s), not the SNCMSNCI constructor, to construct instances of this class.
 class SNCMSNCIM
           Use the newSNCMSNCIM static factory method(s), not the SNCMSNCIM constructor, to construct instances of this class.
 class SNCMSNCV
           Use the newSNCMSNCV static factory method(s), not the SNCMSNCV constructor, to construct instances of this class.
 class SNIIC
           Use the newSNIIC static factory method(s), not the SNIIC constructor, to construct instances of this class.
 class SNIMSNIV
           Use the newSNIMSNIV static factory method(s), not the SNIMSNIV constructor, to construct instances of this class.
 class SNMappingSNInstanceIfc
           Use the newSNMappingSNInstanceIfc static factory method(s), not the SNMappingSNInstanceIfc constructor, to construct instances of this class.
 class SNSNII
           Use the newSNSNII static factory method(s), not the SNSNII constructor, to construct instances of this class.
 

Methods in wt.configuration with parameters of type Link
 boolean RemoveConfigurationVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visits a node and adds it to a Baseline.
 boolean ConfigurationVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
 

Uses of Link in wt.content
 

Classes in wt.content that implement Link
 class AggToAppData
           Use the newAggToAppData static factory method(s), not the AggToAppData constructor, to construct instances of this class.
 class AggToContentItem
           Use the newAggToContentItem static factory method(s), not the AggToContentItem constructor, to construct instances of this class.
 class HolderToContent
           Use the newHolderToContent static factory method(s), not the HolderToContent constructor, to construct instances of this class.
 class HttpOperationItem
          Deprecated.  
 class OpLink
           Use the newOpLink static factory method(s), not the OpLink constructor, to construct instances of this class.
 

Uses of Link in wt.csm.navigation
 

Classes in wt.csm.navigation that implement Link
 class ClassificationNodeLink
           Use the newClassificationNodeLink static factory method(s), not the ClassificationNodeLink constructor, to construct instances of this class.
 class ClassifStructClassifNode
           Use the newClassifStructClassifNode static factory method(s), not the ClassifStructClassifNode constructor, to construct instances of this class.
 class ClassNavStructClassStruct
           Use the newClassNavStructClassStruct static factory method(s), not the ClassNavStructClassStruct constructor, to construct instances of this class.
 class IndependentNodeLink
           Use the newIndependentNodeLink static factory method(s), not the IndependentNodeLink constructor, to construct instances of this class.
 class IndNavStructIndependentNode
           Use the newIndNavStructIndependentNode static factory method(s), not the IndNavStructIndependentNode constructor, to construct instances of this class.
 class NavStructIndirectQueryTarget
           Use the newNavStructIndirectQueryTarget static factory method(s), not the NavStructIndirectQueryTarget constructor, to construct instances of this class.
 class NodeQFAbsNode
           Use the newNodeQFAbsNode static factory method(s), not the NodeQFAbsNode constructor, to construct instances of this class.
 class NodeQFDefaultQF
           Use the newNodeQFDefaultQF static factory method(s), not the NodeQFDefaultQF constructor, to construct instances of this class.
 class RefDefClassifStruct
           Use the newRefDefClassifStruct static factory method(s), not the RefDefClassifStruct constructor, to construct instances of this class.
 class RefDefIndirectQueryTarget
           Use the newRefDefIndirectQueryTarget static factory method(s), not the RefDefIndirectQueryTarget constructor, to construct instances of this class.
 class TheAbstractNavStructTheDirectQueryTarget
           Use the newTheAbstractNavStructTheDirectQueryTarget static factory method(s), not the TheAbstractNavStructTheDirectQueryTarget constructor, to construct instances of this class.
 class TheAbstractQueryFormElementTheAbstractAttributeDefinition
           Use the newTheAbstractQueryFormElementTheAbstractAttributeDefinition static factory method(s), not the TheAbstractQueryFormElementTheAbstractAttributeDefinition constructor, to construct instances of this class.
 class TheAbstractQueryFormElementTheAbstractQueryForm
           Use the newTheAbstractQueryFormElementTheAbstractQueryForm static factory method(s), not the TheAbstractQueryFormElementTheAbstractQueryForm constructor, to construct instances of this class.
 class TheDefaultQueryFormTheAbstractQueryTarget
           Use the newTheDefaultQueryFormTheAbstractQueryTarget static factory method(s), not the TheDefaultQueryFormTheAbstractQueryTarget constructor, to construct instances of this class.
 class TheReferenceDefinitionTheIndirectQueryTarget
           Use the newTheReferenceDefinitionTheIndirectQueryTarget static factory method(s), not the TheReferenceDefinitionTheIndirectQueryTarget constructor, to construct instances of this class.
 

Uses of Link in wt.csm.ranking
 

Classes in wt.csm.ranking that implement Link
 class ContextRankData
           Use the newContextRankData static factory method(s), not the ContextRankData constructor, to construct instances of this class.
 class NodeRankData
           Use the newNodeRankData static factory method(s), not the NodeRankData constructor, to construct instances of this class.
 

Uses of Link in wt.dataops.archive
 

Classes in wt.dataops.archive that implement Link
 class TheArchiveRecordArchive
           Use the newTheArchiveRecordArchive static factory method(s), not the TheArchiveRecordArchive constructor, to construct instances of this class.
 class TheArchiveRecordTaskEvent
           Use the newTheArchiveRecordTaskEvent static factory method(s), not the TheArchiveRecordTaskEvent constructor, to construct instances of this class.
 class TheRestoreRecordArchive
           Use the newTheRestoreRecordArchive static factory method(s), not the TheRestoreRecordArchive constructor, to construct instances of this class.
 class TheRestoreRecordTaskEvent
           Use the newTheRestoreRecordTaskEvent static factory method(s), not the TheRestoreRecordTaskEvent constructor, to construct instances of this class.
 

Uses of Link in wt.dataops.objectcol
 

Classes in wt.dataops.objectcol that implement Link
 class AttrCriterionDefMasterAttrCriterionDef
           Use the newAttrCriterionDefMasterAttrCriterionDef static factory method(s), not the AttrCriterionDefMasterAttrCriterionDef constructor, to construct instances of this class.
 class BaseCriterionDefMasterBaseCriterionDef
           Use the newBaseCriterionDefMasterBaseCriterionDef static factory method(s), not the BaseCriterionDefMasterBaseCriterionDef constructor, to construct instances of this class.
 class ColCriterionDefMasterColCriterionDef
           Use the newColCriterionDefMasterColCriterionDef static factory method(s), not the ColCriterionDefMasterColCriterionDef constructor, to construct instances of this class.
 class CollectionOpUsesCriteriaLink
           Use the newCollectionOpUsesCriteriaLink static factory method(s), not the CollectionOpUsesCriteriaLink constructor, to construct instances of this class.
 class CollectionOpUsesRelationshipMapLink
           Use the newCollectionOpUsesRelationshipMapLink static factory method(s), not the CollectionOpUsesRelationshipMapLink constructor, to construct instances of this class.
 class CriteriaMemberLink
           Use the newCriteriaMemberLink static factory method(s), not the CriteriaMemberLink constructor, to construct instances of this class.
 class CriterionDefinitionLink
           Use the newCriterionDefinitionLink static factory method(s), not the CriterionDefinitionLink constructor, to construct instances of this class.
 class CriterionDefValidWith
           Use the newCriterionDefValidWith static factory method(s), not the CriterionDefValidWith constructor, to construct instances of this class.
 class CriterionInputLink
           Use the newCriterionInputLink static factory method(s), not the CriterionInputLink constructor, to construct instances of this class.
 class FilterDefMasterFilterDef
           Use the newFilterDefMasterFilterDef static factory method(s), not the FilterDefMasterFilterDef constructor, to construct instances of this class.
 class MethodDefMasterMethodDef
           Use the newMethodDefMasterMethodDef static factory method(s), not the MethodDefMasterMethodDef constructor, to construct instances of this class.
 class ObjTypeDefMasterObjTypeDef
           Use the newObjTypeDefMasterObjTypeDef static factory method(s), not the ObjTypeDefMasterObjTypeDef constructor, to construct instances of this class.
 class RelationshipMapDefinitionLink
           Use the newRelationshipMapDefinitionLink static factory method(s), not the RelationshipMapDefinitionLink constructor, to construct instances of this class.
 class RelationshipMapInputLink
           Use the newRelationshipMapInputLink static factory method(s), not the RelationshipMapInputLink constructor, to construct instances of this class.
 class RelDefMasterRelDef
           Use the newRelDefMasterRelDef static factory method(s), not the RelDefMasterRelDef constructor, to construct instances of this class.
 class RelMapDefMasterRelMapDef
           Use the newRelMapDefMasterRelMapDef static factory method(s), not the RelMapDefMasterRelMapDef constructor, to construct instances of this class.
 

Uses of Link in wt.dataops.purge
 

Classes in wt.dataops.purge that implement Link
 class ThePurgeRecordRelatedRecord
           Use the newThePurgeRecordRelatedRecord static factory method(s), not the ThePurgeRecordRelatedRecord constructor, to construct instances of this class.
 class ThePurgeRecordTaskEvent
           Use the newThePurgeRecordTaskEvent static factory method(s), not the ThePurgeRecordTaskEvent constructor, to construct instances of this class.
 

Uses of Link in wt.doc
 

Classes in wt.doc that implement Link
 class WTDocumentDependencyLink
          The link is a ObjectToObjectLink between two WTDocuments.
 class WTDocumentUsageLink
          The WTDocumentUsageLink is an IteratedUsageLink between WTDocuments and WTDocumentMasters.
 

Methods in wt.doc with parameters of type Link
 boolean DocumentStructureVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          When visiting a node add the document to the vector if the node has not been previously visited.
 boolean DocumentContentStructureVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          When visiting a node add the primary content ApplicationData to the vector if the node has not been previously visited.
 

Uses of Link in wt.eff
 

Classes in wt.eff that implement Link
 class ConfigItemInstance
          The configuration item represented by this instance.
 class ConfigItemSolution
          Association used to identify the solution of a configuration item.
 class DateEffEffConfigurationItem
           Use the newDateEffEffConfigurationItem static factory method(s), not the DateEffEffConfigurationItem constructor, to construct instances of this class.
 class EffAuthorization
           Use the newEffAuthorization static factory method(s), not the EffAuthorization constructor, to construct instances of this class.
 class EffCreation
           Use the newEffCreation static factory method(s), not the EffCreation constructor, to construct instances of this class.
 class EffDeletion
           Use the newEffDeletion static factory method(s), not the EffDeletion constructor, to construct instances of this class.
 class EffEffContext
          Foreign-key association between an Eff and its context.
 class EffModifier
           Use the newEffModifier static factory method(s), not the EffModifier constructor, to construct instances of this class.
 class GroupEffConfigSpec
          Associates a PersistableEffConfigSpec to its owning container.
 class IncorporationDateProductInstance
           Use the newIncorporationDateProductInstance static factory method(s), not the IncorporationDateProductInstance constructor, to construct instances of this class.
 class LeftFilledStringEffEffContext
           Use the newLeftFilledStringEffEffContext static factory method(s), not the LeftFilledStringEffEffContext constructor, to construct instances of this class.
 class StringEffEffConfigurationItem
           Use the newStringEffEffConfigurationItem static factory method(s), not the StringEffEffConfigurationItem constructor, to construct instances of this class.
 class TargetEff
           Use the newTargetEff static factory method(s), not the TargetEff constructor, to construct instances of this class.
 class TheProductInstanceSolution
           Use the newTheProductInstanceSolution static factory method(s), not the TheProductInstanceSolution constructor, to construct instances of this class.
 

Methods in wt.eff with parameters of type Link
 boolean EffVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visits a node, calling EffGroupAssistant's appendEffGroup or appendEffGroupQuietly (based on the setting of visitedQuietly).
 boolean EffVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visits a node, calling EffGroupAssistant's appendEffGroup or appendEffGroupQuietly (based on the setting of visitedQuietly).
 

Uses of Link in wt.effectivity
 

Classes in wt.effectivity that implement Link
 class EffectivityConfigurationItem
          Associates an effectivity with its configuration item.
 class EffectivityManageableEffectivity
          Associates an effectivity with its target.
 class WTIncorpDateWTProdInst
           Use the newWTIncorpDateWTProdInst static factory method(s), not the WTIncorpDateWTProdInst constructor, to construct instances of this class.
 

Uses of Link in wt.enterprise
 

Classes in wt.enterprise that implement Link
 class MadeFromLink
           Use the newMadeFromLink static factory method(s), not the MadeFromLink constructor, to construct instances of this class.
 

Methods in wt.enterprise with parameters of type Link
 void PartUsageLinkComparison.include(int i, Link link, WTObject relatedObj)
          

Supported API: true

Extendable: false
 void LinkComparison.include(int i, Link link, WTObject relatedObj)
          

Supported API: true

Extendable: false
 void ContentLinkComparison.include(int i, Link link, WTObject relatedObj)
           
 void BasicLinkComparison.include(int i, Link link, WTObject relatedObj)
          

Supported API: true

Extendable: false
 

Uses of Link in wt.epm
 

Classes in wt.epm that implement Link
 class AuthoringAppVersionLink
           Use the newAuthoringAppVersionLink static factory method(s), not the AuthoringAppVersionLink constructor, to construct instances of this class.
 class NamespaceMaster
          The master reference identifies how the CAD name is added to a given namespace.
 class OccurrenceTable
           Use the newOccurrenceTable static factory method(s), not the OccurrenceTable constructor, to construct instances of this class.
 class TheEPMCADNamespaceProject
           Use the newTheEPMCADNamespaceProject static factory method(s), not the TheEPMCADNamespaceProject constructor, to construct instances of this class.
 

Uses of Link in wt.epm.build
 

Classes in wt.epm.build that implement Link
 class EPMBuildHistory
           Use the newEPMBuildHistory static factory method(s), not the EPMBuildHistory constructor, to construct instances of this class.
 class EPMBuildLinksRule
          This class is non-supported and may be removed at any time.
 class EPMBuildRule
          This class is non-supported and may be removed at any time.
 

Uses of Link in wt.epm.familytable
 

Classes in wt.epm.familytable that implement Link
 class EPMColumnFamilyTableLink
           Use the newEPMColumnFamilyTableLink static factory method(s), not the EPMColumnFamilyTableLink constructor, to construct instances of this class.
 class EPMFamilyTableCellContainedInLink
           Use the newEPMFamilyTableCellContainedInLink static factory method(s), not the EPMFamilyTableCellContainedInLink constructor, to construct instances of this class.
 class EPMFamilyTableCellFamilyTableColumnLink
           Use the newEPMFamilyTableCellFamilyTableColumnLink static factory method(s), not the EPMFamilyTableCellFamilyTableColumnLink constructor, to construct instances of this class.
 class EPMFamilyTableMasterFamilyTableLink
           Use the newEPMFamilyTableMasterFamilyTableLink static factory method(s), not the EPMFamilyTableMasterFamilyTableLink constructor, to construct instances of this class.
 class EPMFeatureDefinitionContainerLink
           Use the newEPMFeatureDefinitionContainerLink static factory method(s), not the EPMFeatureDefinitionContainerLink constructor, to construct instances of this class.
 class EPMFeatureFeatureDefinitionLink
           Use the newEPMFeatureFeatureDefinitionLink static factory method(s), not the EPMFeatureFeatureDefinitionLink constructor, to construct instances of this class.
 class EPMFeatureValueContainerLink
           Use the newEPMFeatureValueContainerLink static factory method(s), not the EPMFeatureValueContainerLink constructor, to construct instances of this class.
 class EPMParameterDefinitionContainerLink
           Use the newEPMParameterDefinitionContainerLink static factory method(s), not the EPMParameterDefinitionContainerLink constructor, to construct instances of this class.
 class EPMParameterParameterDefinitionLink
           Use the newEPMParameterParameterDefinitionLink static factory method(s), not the EPMParameterParameterDefinitionLink constructor, to construct instances of this class.
 class EPMParameterValueContainerLink
           Use the newEPMParameterValueContainerLink static factory method(s), not the EPMParameterValueContainerLink constructor, to construct instances of this class.
 class EPMSepFamilyTablePredecessor
           Use the newEPMSepFamilyTablePredecessor static factory method(s), not the EPMSepFamilyTablePredecessor constructor, to construct instances of this class.
 

Uses of Link in wt.epm.structure
 

Classes in wt.epm.structure that implement Link
 class EPMContainedIn
          A CAD file may contain multiple objects that an authoring application wants to expose as separate business objects (i.e.
 class EPMDescribeLink
           Use the newEPMDescribeLink static factory method(s), not the EPMDescribeLink constructor, to construct instances of this class.
 class EPMMemberLink
          A member link always has a quantity.
 class EPMReferenceLink
          Associates an EPMDocument with a WTDocument or another EPMDocument.
 class EPMVariantLink
          Denotes that an EPMDocument is a variant of another.
 

Uses of Link in wt.epm.supportingdata
 

Classes in wt.epm.supportingdata that implement Link
 class AppDataVersionLink
           Use the newAppDataVersionLink static factory method(s), not the AppDataVersionLink constructor, to construct instances of this class.
 class HolderSupportingData
           Use the newHolderSupportingData static factory method(s), not the HolderSupportingData constructor, to construct instances of this class.
 

Uses of Link in wt.epm.workspaces
 

Classes in wt.epm.workspaces that implement Link
 class Checkpoint
          Deprecated. in 7.0 Replaced by WorkspaceCheckpoint
 class DocumentToCacheState
           Use the newDocumentToCacheState static factory method(s), not the DocumentToCacheState constructor, to construct instances of this class.
 class EPMAsStoredMember
           Use the newEPMAsStoredMember static factory method(s), not the EPMAsStoredMember constructor, to construct instances of this class.
 class EPMFamilyTableBaselineMember
           Use the newEPMFamilyTableBaselineMember static factory method(s), not the EPMFamilyTableBaselineMember constructor, to construct instances of this class.
 class NewObjectDataLink
           Use the newNewObjectDataLink static factory method(s), not the NewObjectDataLink constructor, to construct instances of this class.
 class TargetFolderLink
           Use the newTargetFolderLink static factory method(s), not the TargetFolderLink constructor, to construct instances of this class.
 class UpdateCounterTrackable
           Use the newUpdateCounterTrackable static factory method(s), not the UpdateCounterTrackable constructor, to construct instances of this class.
 class WorkspaceCheckpoint
          Association from EPMWorkspace to EPMCheckpoint.
 class WorkspaceContainer
           Use the newWorkspaceContainer static factory method(s), not the WorkspaceContainer constructor, to construct instances of this class.
 class WorkspaceDocConfigSpec
           Use the newWorkspaceDocConfigSpec static factory method(s), not the WorkspaceDocConfigSpec constructor, to construct instances of this class.
 class WorkspaceDocFolder
           Use the newWorkspaceDocFolder static factory method(s), not the WorkspaceDocFolder constructor, to construct instances of this class.
 class WorkspaceDocLifeCycle
           Use the newWorkspaceDocLifeCycle static factory method(s), not the WorkspaceDocLifeCycle constructor, to construct instances of this class.
 class WorkspaceFolder
           Use the newWorkspaceFolder static factory method(s), not the WorkspaceFolder constructor, to construct instances of this class.
 class WorkspacePartConfigSpec
           Use the newWorkspacePartConfigSpec static factory method(s), not the WorkspacePartConfigSpec constructor, to construct instances of this class.
 class WorkspacePartFolder
           Use the newWorkspacePartFolder static factory method(s), not the WorkspacePartFolder constructor, to construct instances of this class.
 class WorkspacePartLifeCycle
           Use the newWorkspacePartLifeCycle static factory method(s), not the WorkspacePartLifeCycle constructor, to construct instances of this class.
 class WorkspaceTeamTemplate
           Use the newWorkspaceTeamTemplate static factory method(s), not the WorkspaceTeamTemplate constructor, to construct instances of this class.
 class WorkspaceToCacheState
           Use the newWorkspaceToCacheState static factory method(s), not the WorkspaceToCacheState constructor, to construct instances of this class.
 class WorkspaceView
           Use the newWorkspaceView static factory method(s), not the WorkspaceView constructor, to construct instances of this class.
 

Uses of Link in wt.fc
 

Subinterfaces of Link in wt.fc
 interface BinaryLink
          Interfaces that represents an association between two objects.
 

Classes in wt.fc that implement Link
 class ForeignKeyLink
          Abstract class that represents an association between two Persistables where one of the objects persistently holds a reference to the other.
 class ObjectToObjectLink
          Abstract class that represents an association between two Persistable objects.
 class TheSemanticKeyTheUniquelyIdentified
           Use the newTheSemanticKeyTheUniquelyIdentified static factory method(s), not the TheSemanticKeyTheUniquelyIdentified constructor, to construct instances of this class.
 

Fields in wt.fc declared as Link
private  Link PersistenceManagerEvent.associatedLink
           
private  Link PersistenceManagerEvent.associatedLink
           
 

Methods in wt.fc that return Link
 Link PersistenceManagerEvent.getAssociatedLink()
          Deprecated. as of R8.0, use getEventTarget() in a multi-object event listener.
 Link PersistenceManagerEvent.getAssociatedLink()
          Deprecated. as of R8.0, use getEventTarget() in a multi-object event listener.
 

Constructors in wt.fc with parameters of type Link
PersistenceManagerEvent(String eventType, Persistable target, Link lnk)
          This constructor initializes the instance.
PersistenceManagerEvent(String eventType, Persistable target, Link lnk)
          This constructor initializes the instance.
 

Uses of Link in wt.fc.archive
 

Classes in wt.fc.archive that implement Link
 class ArchiveInformation
           Use the newArchiveInformation static factory method(s), not the ArchiveInformation constructor, to construct instances of this class.
 

Uses of Link in wt.federation
 

Classes in wt.federation that implement Link
 class FederatedLink
           Use the newFederatedLink static factory method(s), not the FederatedLink constructor, to construct instances of this class.
 class MasterIteration
           Use the newMasterIteration static factory method(s), not the MasterIteration constructor, to construct instances of this class.
 

Uses of Link in wt.folder
 

Subinterfaces of Link in wt.folder
 interface FolderMembership
          A FolderMembership association defines the basic containment characteristic of a Folder.
 interface Shortcut
          Provides a means for one Folder to have references to other Folder's or FolderEntry objects (ie to any CabinetBased object).
 

Classes in wt.folder that implement Link
 class DynamicFolderMembershipLink
          Holds a persistent association between a Folder (Cabinet or SubFolder) and a Foldered object (it's member).
 class FolderMemberLink
          Holds a persistent association between a Folder (Cabinet or SubFolder) and a Foldered object (it's member).
 class IteratedFolderMemberLink
          Holds a persistent association between a Folder (Cabinet or SubFolder) and the latest iteration of an IteratedFoldered object (it's member).
 class IteratedShortcutLink
          A persistent assocation between a Folder and the latest iteration of an iterated member of a Folder.
 class ShortcutLink
          A persistent assocation between a Folder and a non-iterated CabinetBased object.
 class SubFolderLink
          Provides a persistent association between a SubFolder with it's parent Folder.
 

Uses of Link in wt.fv
 

Classes in wt.fv that implement Link
 class FvFolderItemLink
           Use the newFvFolderItemLink static factory method(s), not the FvFolderItemLink constructor, to construct instances of this class.
 class FvMount
           Use the newFvMount static factory method(s), not the FvMount constructor, to construct instances of this class.
 class FvVaultFolderLink
           Use the newFvVaultFolderLink static factory method(s), not the FvVaultFolderLink constructor, to construct instances of this class.
 class SiteHostLink
           Use the newSiteHostLink static factory method(s), not the SiteHostLink constructor, to construct instances of this class.
 class SiteVaultLink
           Use the newSiteVaultLink static factory method(s), not the SiteVaultLink constructor, to construct instances of this class.
 class VaultPolicyItemLink
           Use the newVaultPolicyItemLink static factory method(s), not the VaultPolicyItemLink constructor, to construct instances of this class.
 class VaultPolicyRuleLink
           Use the newVaultPolicyRuleLink static factory method(s), not the VaultPolicyRuleLink constructor, to construct instances of this class.
 

Uses of Link in wt.graph
 

Subinterfaces of Link in wt.graph
 interface ObjectGraphEdge
          Provides a top-level abstraction of an edge in an object graph.
 

Classes in wt.graph that implement Link
 class AbstractObjectGraphEdge
          Provides a value-add "basic" implementation of an object graph edge abstraction.
 class TheObjectGraphEdgeGraph
           Use the newTheObjectGraphEdgeGraph static factory method(s), not the TheObjectGraphEdgeGraph constructor, to construct instances of this class.
 class TheObjectGraphNodeGraph
           Use the newTheObjectGraphNodeGraph static factory method(s), not the TheObjectGraphNodeGraph constructor, to construct instances of this class.
 class TheObjectGraphRoot
           Use the newTheObjectGraphRoot static factory method(s), not the TheObjectGraphRoot constructor, to construct instances of this class.
 

Methods in wt.graph with parameters of type Link
static ObjectGraphEdge ObjectGraphEdgeFactory.newEdge(ObjectGraphNode origin, ObjectGraphNode neighbor, Link link, String edgeImpl)
          Allows construction of an object graph edge based on two nodes and the persistable link as the edge of the graph.
static ObjectGraphEdge ObjectGraphEdgeFactory.newEdge(ObjectGraphNode neighbor, Link link, String edgeImpl)
          Allows construction of an object graph edge based on one node and the persistable link as the edge of the graph.
private static ObjectGraphEdge ObjectGraphEdgeFactory._newEdge(Link link, String edgeImpl)
           
 boolean ObjectGraphCallback.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
 

Uses of Link in wt.graph.processor
 

Methods in wt.graph.processor with parameters of type Link
 boolean PreviewProcessingModeVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          

Supported API: false
private  boolean PreviewProcessingModeVisitor.processNode(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
           
 boolean ApplicationProcessingModeVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          

Supported API: false
private  boolean ApplicationProcessingModeVisitor.checkForNotExcluded(Persistable fromNode, Link link, Persistable toNode, int level)
           
private  boolean ApplicationProcessingModeVisitor.processNode(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
           
 

Uses of Link in wt.graph.template
 

Subinterfaces of Link in wt.graph.template
 interface ObjectGraphEdgeTemplate
          Provides a top-level abstraction of an edge template in an object graph template.
 

Classes in wt.graph.template that implement Link
 class AbstractObjectGraphEdgeTemplate
          Provides a value-add "basic" implementation of an object graph edge abstraction.
 class TheObjectGraphTemplateRoot
          

Supported API: false

Extendable: false
 

Uses of Link in wt.iba.constraint
 

Classes in wt.iba.constraint that implement Link
 class definition
           
 

Uses of Link in wt.iba.definition
 

Classes in wt.iba.definition that implement Link
 class AttributeDefinitionLineage
           Use the newAttributeDefinitionLineage static factory method(s), not the AttributeDefinitionLineage constructor, to construct instances of this class.
 class AttributeOrganizerLineage
           Use the newAttributeOrganizerLineage static factory method(s), not the AttributeOrganizerLineage constructor, to construct instances of this class.
 class UnitQOMLink
           Use the newUnitQOMLink static factory method(s), not the UnitQOMLink constructor, to construct instances of this class.
 

Uses of Link in wt.iba.value
 

Classes in wt.iba.value that implement Link
 class ContextTheAbstractContextualValue
           Use the newContextTheAbstractContextualValue static factory method(s), not the ContextTheAbstractContextualValue constructor, to construct instances of this class.
 class TheBooleanValueDefinition
           Use the newTheBooleanValueDefinition static factory method(s), not the TheBooleanValueDefinition constructor, to construct instances of this class.
 class TheFloatValueDefinition
           Use the newTheFloatValueDefinition static factory method(s), not the TheFloatValueDefinition constructor, to construct instances of this class.
 class TheIntegerValueDefinition
           Use the newTheIntegerValueDefinition static factory method(s), not the TheIntegerValueDefinition constructor, to construct instances of this class.
 class TheRatioValueDefinition
           Use the newTheRatioValueDefinition static factory method(s), not the TheRatioValueDefinition constructor, to construct instances of this class.
 class TheReferenceValueDefinition
           Use the newTheReferenceValueDefinition static factory method(s), not the TheReferenceValueDefinition constructor, to construct instances of this class.
 class TheStringValueDefinition
           Use the newTheStringValueDefinition static factory method(s), not the TheStringValueDefinition constructor, to construct instances of this class.
 class TheTimestampValueDefinition
           Use the newTheTimestampValueDefinition static factory method(s), not the TheTimestampValueDefinition constructor, to construct instances of this class.
 class TheUnitValueDefinition
           Use the newTheUnitValueDefinition static factory method(s), not the TheUnitValueDefinition constructor, to construct instances of this class.
 class TheURLValueDefinition
           Use the newTheURLValueDefinition static factory method(s), not the TheURLValueDefinition constructor, to construct instances of this class.
 

Uses of Link in wt.inf.container
 

Classes in wt.inf.container that implement Link
 class ClassicLink
           Use the newClassicLink static factory method(s), not the ClassicLink constructor, to construct instances of this class.
 class ContainerLink
           Use the newContainerLink static factory method(s), not the ContainerLink constructor, to construct instances of this class.
 class CreatorsLink
          Maps an OrgContainer to a WTGroup that contains the users that should be allowed to create a certain container type within the org container.
 class IdentifiedContainerLink
           Use the newIdentifiedContainerLink static factory method(s), not the IdentifiedContainerLink constructor, to construct instances of this class.
 class ParticipatingMembersLink
           Use the newParticipatingMembersLink static factory method(s), not the ParticipatingMembersLink constructor, to construct instances of this class.
 class PrivateDomainLink
           Use the newPrivateDomainLink static factory method(s), not the PrivateDomainLink constructor, to construct instances of this class.
 class PublicDomainLink
           Use the newPublicDomainLink static factory method(s), not the PublicDomainLink constructor, to construct instances of this class.
 class TemplateLink
           Use the newTemplateLink static factory method(s), not the TemplateLink constructor, to construct instances of this class.
 

Uses of Link in wt.inf.team
 

Classes in wt.inf.team that implement Link
 class ImplicitMemberLink
           Use the newImplicitMemberLink static factory method(s), not the ImplicitMemberLink constructor, to construct instances of this class.
 class MyPageQueryable
           Use the newMyPageQueryable static factory method(s), not the MyPageQueryable constructor, to construct instances of this class.
 

Uses of Link in wt.intersvrcom
 

Classes in wt.intersvrcom that implement Link
 class SitePrincipal
           Use the newSitePrincipal static factory method(s), not the SitePrincipal constructor, to construct instances of this class.
 class SiteRepository
           Use the newSiteRepository static factory method(s), not the SiteRepository constructor, to construct instances of this class.
 class SiteSecurityLink
           Use the newSiteSecurityLink static factory method(s), not the SiteSecurityLink constructor, to construct instances of this class.
 

Uses of Link in wt.ixb.conflictFramework
 

Classes in wt.ixb.conflictFramework that implement Link
 class ElementImportInfoImportSession
           Use the newElementImportInfoImportSession static factory method(s), not the ElementImportInfoImportSession constructor, to construct instances of this class.
 class EnvironmentConflictImportSession
           Use the newEnvironmentConflictImportSession static factory method(s), not the EnvironmentConflictImportSession constructor, to construct instances of this class.
 

Uses of Link in wt.lifecycle
 

Subinterfaces of Link in wt.lifecycle
 interface CurrentPhase
          A CurrentPhase association defines the relationship between the LifeCycleManaged object the Phase object.
 

Classes in wt.lifecycle that implement Link
 class AdHocAclLink
          The association between the PhaseTemplate and the AdHocAclSpec.
 class CriterionHistory
          The Association between LifeCycleHistory and Criterion.
 class CriterionLink
          The association between Phase and Criterion.
 class CurrentPhaseLink
          A CurrentPhaseLink association defines the relationship between the non-iterated LifeCycleManaged object the Phase object.
 class DefaultCriterion
          The assocation between the PhaseTemplate and the Criterion.
 class GateWorkflow
          A foreign key link between the PhaseTemplate and the WfProcessDefinition
 class IteratedCurrentPhaseLink
          A IteratedCurrentPhaseLink association defines the relationship between the iterated LifeCycleManaged object the Phase object.
 class ObjectHistory
          The assocation between a LifeCycleManaged object and the LifeCycleHistoryObject.
 class PhaseLink
          The association between the LifeCycleTemplate and the PhaseTemplate.
 class PhaseSuccession
           Use the newPhaseSuccession static factory method(s), not the PhaseSuccession constructor, to construct instances of this class.
 class PhaseWorkflow
          A foreign key link between the PhaseTemplate and the WfProcessDefinition
 class SignatureHistory
          The Association between LifeCycleHistory and LifeCycleSignature.
 

Uses of Link in wt.maturity
 

Classes in wt.maturity that implement Link
 class PromotionSeed
           Use the newPromotionSeed static factory method(s), not the PromotionSeed constructor, to construct instances of this class.
 class PromotionTarget
          MaturityVersioned object that are promoted in the Maturity process.
 class ThePromotionNoticeConfiguration
           Use the newThePromotionNoticeConfiguration static factory method(s), not the ThePromotionNoticeConfiguration constructor, to construct instances of this class.
 

Uses of Link in wt.meeting
 

Classes in wt.meeting that implement Link
 class MeetingAgendaLink
           Use the newMeetingAgendaLink static factory method(s), not the MeetingAgendaLink constructor, to construct instances of this class.
 class MeetingMinutesLink
           Use the newMeetingMinutesLink static factory method(s), not the MeetingMinutesLink constructor, to construct instances of this class.
 class MeetingParticipantLink
           Use the newMeetingParticipantLink static factory method(s), not the MeetingParticipantLink constructor, to construct instances of this class.
 class MeetingSubjectLink
           Use the newMeetingSubjectLink static factory method(s), not the MeetingSubjectLink constructor, to construct instances of this class.
 class MeetingTemplatedAgendaLink
           Use the newMeetingTemplatedAgendaLink static factory method(s), not the MeetingTemplatedAgendaLink constructor, to construct instances of this class.
 class MeetingTemplatedMinutesLink
           Use the newMeetingTemplatedMinutesLink static factory method(s), not the MeetingTemplatedMinutesLink constructor, to construct instances of this class.
 

Uses of Link in wt.meeting.actionitem
 

Classes in wt.meeting.actionitem that implement Link
 class ActionItemSourceLink
           Use the newActionItemSourceLink static factory method(s), not the ActionItemSourceLink constructor, to construct instances of this class.
 class ActionItemSubjectLink
           Use the newActionItemSubjectLink static factory method(s), not the ActionItemSubjectLink constructor, to construct instances of this class.
 

Uses of Link in wt.occurrence
 

Subinterfaces of Link in wt.occurrence
 interface OccurrenceableLink
          A Link which has associated UsesOccurrences.
 

Classes in wt.occurrence that implement Link
 class CombinedPathMasterIteration
           Use the newCombinedPathMasterIteration static factory method(s), not the CombinedPathMasterIteration constructor, to construct instances of this class.
 class CombinedPathOccurrence
          This combines a parent PathOccurrence (owned by one PathOwner) with a child PathParentableOccurrence (owned by a different PathOwner); its context is the context of its parent.
 class CombinedPathOccurrenceDataLink
           Use the newCombinedPathOccurrenceDataLink static factory method(s), not the CombinedPathOccurrenceDataLink constructor, to construct instances of this class.
 class ContextCombinedPathOccurrenceData
           Use the newContextCombinedPathOccurrenceData static factory method(s), not the ContextCombinedPathOccurrenceData constructor, to construct instances of this class.
 class ContextPathOccurrence
           Use the newContextPathOccurrence static factory method(s), not the ContextPathOccurrence constructor, to construct instances of this class.
 class ContextPathOccurrenceData
           Use the newContextPathOccurrenceData static factory method(s), not the ContextPathOccurrenceData constructor, to construct instances of this class.
 class ContextTheCombinedPathOccurrence
           Use the newContextTheCombinedPathOccurrence static factory method(s), not the ContextTheCombinedPathOccurrence constructor, to construct instances of this class.
 class ContextTheUsesOccurrence
           Use the newContextTheUsesOccurrence static factory method(s), not the ContextTheUsesOccurrence constructor, to construct instances of this class.
 class LinkUsesOccurrence
           Use the newLinkUsesOccurrence static factory method(s), not the LinkUsesOccurrence constructor, to construct instances of this class.
 class OccurrenceDocumentReference
           Use the newOccurrenceDocumentReference static factory method(s), not the OccurrenceDocumentReference constructor, to construct instances of this class.
 class PathMasterIteration
           Use the newPathMasterIteration static factory method(s), not the PathMasterIteration constructor, to construct instances of this class.
 class PathOccurrenceDataLink
           Use the newPathOccurrenceDataLink static factory method(s), not the PathOccurrenceDataLink constructor, to construct instances of this class.
 class SubPathSuperPath
           Use the newSubPathSuperPath static factory method(s), not the SubPathSuperPath constructor, to construct instances of this class.
 

Uses of Link in wt.org
 

Classes in wt.org that implement Link
 class GroupUserLink
           Use the newGroupUserLink static factory method(s), not the GroupUserLink constructor, to construct instances of this class.
 

Uses of Link in wt.org.electronicIdentity
 

Classes in wt.org.electronicIdentity that implement Link
 class SignatureLink
          Class contains the association between a WTUsers electronic identity and the class that implements the ElectronicallySignable interface.
 class UserElectronicIDLink
          Link table.
 

Uses of Link in wt.part
 

Subinterfaces of Link in wt.part
 interface WTPartDocumentLink
          This is a tagging interface intended to allow a single designation for both WTPartReferenceLink and WTPartDescribeLink.
 

Classes in wt.part that implement Link
 class ConfigurationMasterConfiguration
           Use the newConfigurationMasterConfiguration static factory method(s), not the ConfigurationMasterConfiguration constructor, to construct instances of this class.
 class PartCombinedPathOccurrence
          This CombinedPathOccurrence has a name attribute that can be used to hold a reference designator value.
 class PartExportInfo
          Retains pertinent information about an part that has been exported to an export target.
 class PPDateEffectivity
           Use the newPPDateEffectivity static factory method(s), not the PPDateEffectivity constructor, to construct instances of this class.
 class PPLotNumberEffectivity
           Use the newPPLotNumberEffectivity static factory method(s), not the PPLotNumberEffectivity constructor, to construct instances of this class.
 class PPSerialNumberEffectivity
           Use the newPPSerialNumberEffectivity static factory method(s), not the PPSerialNumberEffectivity constructor, to construct instances of this class.
 class ProductConfigForConfig
           Use the newProductConfigForConfig static factory method(s), not the ProductConfigForConfig constructor, to construct instances of this class.
 class ProductInstanceConfiguration
           Use the newProductInstanceConfiguration static factory method(s), not the ProductInstanceConfiguration constructor, to construct instances of this class.
 class ProductInstanceMasterProductInstance
           Use the newProductInstanceMasterProductInstance static factory method(s), not the ProductInstanceMasterProductInstance constructor, to construct instances of this class.
 class ProductMasterProduct
           Use the newProductMasterProduct static factory method(s), not the ProductMasterProduct constructor, to construct instances of this class.
 class ProductProductInstance
           Use the newProductProductInstance static factory method(s), not the ProductProductInstance constructor, to construct instances of this class.
 class SNPartInstanceSNPart
           Use the newSNPartInstanceSNPart static factory method(s), not the SNPartInstanceSNPart constructor, to construct instances of this class.
 class SNPartMasterSNPart
           Use the newSNPartMasterSNPart static factory method(s), not the SNPartMasterSNPart constructor, to construct instances of this class.
 class SNPartSNPartInstance
           Use the newSNPartSNPartInstance static factory method(s), not the SNPartSNPartInstance constructor, to construct instances of this class.
 class ThePublishedLineNumberPart
           Use the newThePublishedLineNumberPart static factory method(s), not the ThePublishedLineNumberPart constructor, to construct instances of this class.
 class ThePublishedLineNumberTheWTPartMaster
           Use the newThePublishedLineNumberTheWTPartMaster static factory method(s), not the ThePublishedLineNumberTheWTPartMaster constructor, to construct instances of this class.
 class WTPartAlternateLink
          A link used to indicate that a WTPart may be globally replaced by another WTPart.
 class WTPartDescribeLink
          Associates a WTPart with a WTDocument that describes the WTPart.
 class WTPartReferenceLink
          Associates a WTPart with the WTDocuments it calls out.
 class WTPartSubstituteLink
          An association indicating that in the context of a particular usage, another part may be substituted.
 class WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 class WTProductInstanceDescribeLink
           Use the newWTProductInstanceDescribeLink static factory method(s), not the WTProductInstanceDescribeLink constructor, to construct instances of this class.
 class WTProductInstanceReferenceLink
           Use the newWTProductInstanceReferenceLink static factory method(s), not the WTProductInstanceReferenceLink constructor, to construct instances of this class.
 

Methods in wt.part with parameters of type Link
 boolean MultilevelWhereUsedVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
 boolean BOMPartsListVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
private  Object BOMPartsListVisitor.getLinkAttributes(Link link)
          This method gets the attributes for this link.
 boolean BOMHierarchyVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
protected  Object[] BOMHierarchyVisitor.midVisitParams(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          By deafult midVisitParams returns an array of five values.
 

Uses of Link in wt.pdmlink
 

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

Uses of Link in wt.projmgmt.execution
 

Classes in wt.projmgmt.execution that implement Link
 class ProjectAssignmentLink
           Use the newProjectAssignmentLink static factory method(s), not the ProjectAssignmentLink constructor, to construct instances of this class.
 class ProjectNodeLink
           Use the newProjectNodeLink static factory method(s), not the ProjectNodeLink constructor, to construct instances of this class.
 class ProjectPlanLink
          Associates a project to a project plan object.
 class ProjectWorkItemLink
           Use the newProjectWorkItemLink static factory method(s), not the ProjectWorkItemLink constructor, to construct instances of this class.
 

Uses of Link in wt.projmgmt.monitor
 

Classes in wt.projmgmt.monitor that implement Link
 class ProjectHistoryLink
           Use the newProjectHistoryLink static factory method(s), not the ProjectHistoryLink constructor, to construct instances of this class.
 

Uses of Link in wt.projmgmt.resource
 

Classes in wt.projmgmt.resource that implement Link
 class DeliverableLink
          The Deliverable class represents associations between DeliverableHolder objects (for example, activities) and Deliverables.
 class ProjectDeliverableLink
           Use the newProjectDeliverableLink static factory method(s), not the ProjectDeliverableLink constructor, to construct instances of this class.
 class ProjectResourceLink
           Use the newProjectResourceLink static factory method(s), not the ProjectResourceLink constructor, to construct instances of this class.
 class ResourceAssignmentLink
           Use the newResourceAssignmentLink static factory method(s), not the ResourceAssignmentLink constructor, to construct instances of this class.
 

Uses of Link in wt.query
 

Classes in wt.query that implement Link
 class PrincipalTheSavedQuery
           Use the newPrincipalTheSavedQuery static factory method(s), not the PrincipalTheSavedQuery constructor, to construct instances of this class.
 

Uses of Link in wt.queue
 

Classes in wt.queue that implement Link
 class entries
           Use the newentries static factory method(s), not the entries constructor, to construct instances of this class.
 class principal
           Use the newprincipal static factory method(s), not the principal constructor, to construct instances of this class.
 class sch_entries
           Use the newsch_entries static factory method(s), not the sch_entries constructor, to construct instances of this class.
 class sch_principal
           Use the newsch_principal static factory method(s), not the sch_principal constructor, to construct instances of this class.
 

Uses of Link in wt.replication.export
 

Methods in wt.replication.export with parameters of type Link
 boolean ExportUnitVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Deprecated.  
private  void ExportUnitVisitor.exportEPMDocStuff(EPMDocument epmDoc, Link link)
          Deprecated.  
 

Uses of Link in wt.replication.imp
 

Classes in wt.replication.imp that implement Link
 class ImportedObjectLink
          This link represents objects that comprise the replication unit.
 

Uses of Link in wt.replication.receiver
 

Classes in wt.replication.receiver that implement Link
 class CameFromUnit
           Use the newCameFromUnit static factory method(s), not the CameFromUnit constructor, to construct instances of this class.
 

Uses of Link in wt.replication.sender
 

Classes in wt.replication.sender that implement Link
 class RemoteSiteTeamTemplateLink
           Use the newRemoteSiteTeamTemplateLink static factory method(s), not the RemoteSiteTeamTemplateLink constructor, to construct instances of this class.
 class ToSiteLink
           Use the newToSiteLink static factory method(s), not the ToSiteLink constructor, to construct instances of this class.
 

Uses of Link in wt.replication.unit
 

Classes in wt.replication.unit that implement Link
 class SchedItemLink
           Use the newSchedItemLink static factory method(s), not the SchedItemLink constructor, to construct instances of this class.
 class UnitBaselineLink
           Use the newUnitBaselineLink static factory method(s), not the UnitBaselineLink constructor, to construct instances of this class.
 class UnitEPMDocCSLink
           Use the newUnitEPMDocCSLink static factory method(s), not the UnitEPMDocCSLink constructor, to construct instances of this class.
 class UnitOperationLink
           Use the newUnitOperationLink static factory method(s), not the UnitOperationLink constructor, to construct instances of this class.
 class UnitSeedLink
           Use the newUnitSeedLink static factory method(s), not the UnitSeedLink constructor, to construct instances of this class.
 class UnitWTDocCSLink
           Use the newUnitWTDocCSLink static factory method(s), not the UnitWTDocCSLink constructor, to construct instances of this class.
 class UnitWTPartCSLink
           Use the newUnitWTPartCSLink static factory method(s), not the UnitWTPartCSLink constructor, to construct instances of this class.
 

Uses of Link in wt.representation
 

Classes in wt.representation that implement Link
 class OutOfDateRepresentationLink
           Use the newOutOfDateRepresentationLink static factory method(s), not the OutOfDateRepresentationLink constructor, to construct instances of this class.
 class RepresentableLink
           Use the newRepresentableLink static factory method(s), not the RepresentableLink constructor, to construct instances of this class.
 

Uses of Link in wt.sandbox
 

Classes in wt.sandbox that implement Link
 class SandboxCheckinLink
          Link from terminal iteration of a sandbox version to the iteration formed by performing a sandbox check-in on it.
 class SandboxCheckoutLink
          Link from original copy iteration to sandbox working copy branch formed by sandbox checkout.
 

Uses of Link in wt.scheduler
 

Classes in wt.scheduler that implement Link
 class ItemArguments
           Use the newItemArguments static factory method(s), not the ItemArguments constructor, to construct instances of this class.
 class ScheduleItemHistory
           Use the newScheduleItemHistory static factory method(s), not the ScheduleItemHistory constructor, to construct instances of this class.
 

Uses of Link in wt.team
 

Classes in wt.team that implement Link
 class RoleActorRoleLink
           Use the newRoleActorRoleLink static factory method(s), not the RoleActorRoleLink constructor, to construct instances of this class.
 class RolePoolLink
           Use the newRolePoolLink static factory method(s), not the RolePoolLink constructor, to construct instances of this class.
 class RolePrincipalLink
           Use the newRolePrincipalLink static factory method(s), not the RolePrincipalLink constructor, to construct instances of this class.
 class RoleRoleLink
           Use the newRoleRoleLink static factory method(s), not the RoleRoleLink constructor, to construct instances of this class.
 class TeamTemplateLink
           Use the newTeamTemplateLink static factory method(s), not the TeamTemplateLink constructor, to construct instances of this class.
 

Uses of Link in wt.transfer
 

Classes in wt.transfer that implement Link
 class TransferOperation
           Use the newTransferOperation static factory method(s), not the TransferOperation constructor, to construct instances of this class.
 

Uses of Link in wt.transfer.filter
 

Classes in wt.transfer.filter that implement Link
 class ExportObjectGraphEdgeTemplate
           Use the newExportObjectGraphEdgeTemplate static factory method(s), not the ExportObjectGraphEdgeTemplate constructor, to construct instances of this class.
 

Uses of Link in wt.transfer.unit
 

Classes in wt.transfer.unit that implement Link
 class TransferObjectGraphEdge
           Use the newTransferObjectGraphEdge static factory method(s), not the TransferObjectGraphEdge constructor, to construct instances of this class.
 

Uses of Link in wt.ufid
 

Classes in wt.ufid that implement Link
 class BirthRepositoryOffspring
           Use the newBirthRepositoryOffspring static factory method(s), not the BirthRepositoryOffspring constructor, to construct instances of this class.
 class LastKnownRepositoryCurrent
           Use the newLastKnownRepositoryCurrent static factory method(s), not the LastKnownRepositoryCurrent constructor, to construct instances of this class.
 class LocalObjectRemoteInfo
           Use the newLocalObjectRemoteInfo static factory method(s), not the LocalObjectRemoteInfo constructor, to construct instances of this class.
 class OwningRepositoryLocalObject
           Use the newOwningRepositoryLocalObject static factory method(s), not the OwningRepositoryLocalObject constructor, to construct instances of this class.
 

Uses of Link in wt.vc
 

Classes in wt.vc that implement Link
 class MergeInfoLink
          Link class which denotes the occurrence of a logical merge operation wherein one version of an object was merged into another.
 class ObjectToVersionLink
          

Supported API: true

Extendable: true
 class TheControlBranchPredecessor
          This will link all Branches (Versions) of a Object together to form a Version Tree.
 class VersionForeignKeyLink
          

Supported API: false

Extendable: false
 class VersionToVersionForeignKeyLink
          

Supported API: false

Extendable: false
 class VersionToVersionLink
          

Supported API: true

Extendable: true
 

Uses of Link in wt.vc.baseline
 

Classes in wt.vc.baseline that implement Link
 class BaselineMember
          In the PDM Enablers UML, this association is named "Baselined".
 class BaselineRemoveMember
          An internal association used to indicate the removal of a member from an iterated partial baseline.
 

Methods in wt.vc.baseline with parameters of type Link
 boolean BaselineVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visits a node and adds it to a Baseline.
 

Uses of Link in wt.vc.struct
 

Classes in wt.vc.struct that implement Link
 class IteratedDescribeLink
          A link specifying that an iteration provides descriptive information for a another iteration.
 class IteratedReferenceLink
          A link specifying that an iteration (implementation) refers to another master.
 class IteratedUsageLink
          The IteratedUsageLink is an association between an iteration and a master.
 

Uses of Link in wt.vc.views
 

Classes in wt.vc.views that implement Link
 class ViewAssociation
          Views are associated using ViewAssociations, forming parent-child networks.
 

Uses of Link in wt.vc.wip
 

Classes in wt.vc.wip that implement Link
 class CheckoutLink
          Provides the link between an original checked out object and its working copy.
 

Uses of Link in wt.viewmarkup
 

Classes in wt.viewmarkup that implement Link
 class DerivedFromConfigSpecLink
          The config spec applied to the derivedFrom object when creating a DerivedImage.
 class DerivedFromTheDerivedImage
           Use the newDerivedFromTheDerivedImage static factory method(s), not the DerivedFromTheDerivedImage constructor, to construct instances of this class.
 class RepresentableConfigSpecLink
          The config spec applied to the associated Representable object when creating a DerivedImage.
 class SourceToImage
           Use the newSourceToImage static factory method(s), not the SourceToImage constructor, to construct instances of this class.
 class TheMarkUpTheViewable
           Use the newTheMarkUpTheViewable static factory method(s), not the TheMarkUpTheViewable constructor, to construct instances of this class.
 class ThePublishingProhibitionTarget
           Use the newThePublishingProhibitionTarget static factory method(s), not the ThePublishingProhibitionTarget constructor, to construct instances of this class.
 

Uses of Link in wt.visitor
 

Fields in wt.visitor declared as Link
private  Link BasicExpander.link
           
 

Methods in wt.visitor that return Link
 Link Expander.getLink()
          Returns the Link for the current element in the enumeration.
 Link BasicExpander.getLink()
          Returns the Link for the current element in the enumeration.
 

Methods in wt.visitor with parameters of type Link
 boolean VisitorAdapter.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
 boolean Visitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
private  void DFSWalker.traverse(Persistable fromNode, Link link, Persistable toNode, PathNode toPathNode, int level)
          Traverses the root node using a depth first search.
 boolean CompositeVisitor.visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited)
          Visit a node.
 

Uses of Link in wt.workflow.collaboration
 

Classes in wt.workflow.collaboration that implement Link
 class CollaborationDefInstanceLink
           Use the newCollaborationDefInstanceLink static factory method(s), not the CollaborationDefInstanceLink constructor, to construct instances of this class.
 

Uses of Link in wt.workflow.definer
 

Classes in wt.workflow.definer that implement Link
 class NodeTemplateLink
          The NodeTemplateLink is the class responsible for the definition of links representing flow of control.
 class ProcessStepTemplateLink
          ProcessStepDefLink associates the process template with with constituent objects (activity and connector templates).
 class ProxyProcessDefinitionLink
           Use the newProxyProcessDefinitionLink static factory method(s), not the ProxyProcessDefinitionLink constructor, to construct instances of this class.
 

Uses of Link in wt.workflow.engine
 

Classes in wt.workflow.engine that implement Link
 class ActivityActivityLink
          The ActivityActivityLink represents associations between workflow steps.
 class ActivityConnectorLink
          The ActivityConnectorLink associates steps to connectors.
 class ConnectorActivityLink
          The ConnectorActivityLink joins connectors to activities.
 class ConnectorConnectorLink
          The ConnectorConnectorLink class joins connectors to connectors.
 class SourceHistoryLink
           Use the newSourceHistoryLink static factory method(s), not the SourceHistoryLink constructor, to construct instances of this class.
 class WfLink
          Abstract base class for non-control workflow link objects.
 

Uses of Link in wt.workflow.forum
 

Subinterfaces of Link in wt.workflow.forum
 interface ForumSubject
          This interface represents an association between a Forum and a SubjectOfForum.
 

Classes in wt.workflow.forum that implement Link
 class ForumCookieLink
           Use the newForumCookieLink static factory method(s), not the ForumCookieLink constructor, to construct instances of this class.
 class ForumDefInstanceLink
           Use the newForumDefInstanceLink static factory method(s), not the ForumDefInstanceLink constructor, to construct instances of this class.
 class ForumSubjectLink
          ForumSubjectLink is the Association between non-iterated business objects and Forums.
 class ForumTopicLink
           Use the newForumTopicLink static factory method(s), not the ForumTopicLink constructor, to construct instances of this class.
 class IteratedForumSubjectLink
          IteratedForumSubjectLink is the Association between iterated business objects and Forums.
 class PostingAttachmentLink
          PostingAttachmentLink is the association between a DiscussionPosting and its attachments which can either be simple URLs or references to persistable objects.
 class PostingSubpostingLink
           Use the newPostingSubpostingLink static factory method(s), not the PostingSubpostingLink constructor, to construct instances of this class.
 class TopicPostingLink
           Use the newTopicPostingLink static factory method(s), not the TopicPostingLink constructor, to construct instances of this class.
 class TopicSubtopicLink
           Use the newTopicSubtopicLink static factory method(s), not the TopicSubtopicLink constructor, to construct instances of this class.
 

Uses of Link in wt.workflow.notebook
 

Subinterfaces of Link in wt.workflow.notebook
 interface NotebookSubject
          

Supported API: false

Extendable: false
 

Classes in wt.workflow.notebook that implement Link
 class FolderBookmarkLink
           Use the newFolderBookmarkLink static factory method(s), not the FolderBookmarkLink constructor, to construct instances of this class.
 class FolderSubFolderLink
           Use the newFolderSubFolderLink static factory method(s), not the FolderSubFolderLink constructor, to construct instances of this class.
 class IteratedNotebookSubjectLink
           Use the newIteratedNotebookSubjectLink static factory method(s), not the IteratedNotebookSubjectLink constructor, to construct instances of this class.
 class NotebookBookmarkLink
           Use the newNotebookBookmarkLink static factory method(s), not the NotebookBookmarkLink constructor, to construct instances of this class.
 class NotebookDefInstanceLink
           Use the newNotebookDefInstanceLink static factory method(s), not the NotebookDefInstanceLink constructor, to construct instances of this class.
 class NotebookFolderLink
           Use the newNotebookFolderLink static factory method(s), not the NotebookFolderLink constructor, to construct instances of this class.
 class NotebookSubjectLink
           Use the newNotebookSubjectLink static factory method(s), not the NotebookSubjectLink constructor, to construct instances of this class.
 class WfBookmarkObjectLink
           Use the newWfBookmarkObjectLink static factory method(s), not the WfBookmarkObjectLink constructor, to construct instances of this class.
 class WfFolderedBookmarkObjectLink
           Use the newWfFolderedBookmarkObjectLink static factory method(s), not the WfFolderedBookmarkObjectLink constructor, to construct instances of this class.
 

Uses of Link in wt.workflow.work
 

Classes in wt.workflow.work that implement Link
 class ActivityAssignmentLink
           Use the newActivityAssignmentLink static factory method(s), not the ActivityAssignmentLink constructor, to construct instances of this class.
 class Ballots
           Use the newBallots static factory method(s), not the Ballots constructor, to construct instances of this class.
 class OverdueWorkItemLink
           Use the newOverdueWorkItemLink static factory method(s), not the OverdueWorkItemLink constructor, to construct instances of this class.
 class WorkItemLink
           Use the newWorkItemLink static factory method(s), not the WorkItemLink constructor, to construct instances of this class.