Uses of Interface
wt.fc.BinaryLink

Packages that use BinaryLink
com.ptc.core.command.server.delegate.io   
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.caddoc   
com.ptc.windchill.cadx.common.htmllog   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.counterpart   
com.ptc.windchill.esi.bom   
com.ptc.windchill.esi.tgt   
com.ptc.windchill.esi.txn   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.proesrv.rrc   
wt.access
The access control service is responsible for defining and enforcing access to business and system objects. 
wt.adapter.query   
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.clients.beans   
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.retriever   
wt.epm.structure   
wt.epm.supportingdata   
wt.epm.util   
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.fc.collections Provides Windchill-specific Collection objects, and a collection-based refresh API. 
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.template   
wt.iba.constraint   
wt.iba.definition   
wt.iba.value   
wt.inf.container   
wt.inf.sharing   
wt.inf.team   
wt.intersvrcom Site External API: 
wt.ixb.conflictFramework   
wt.ixb.epm.handlers   
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.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pom Provides low-level, yet database independent, access to a database. 
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.imp   
wt.replication.receiver   
wt.replication.sender   
wt.replication.unit   
wt.representation   
wt.rule.impl   
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.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.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 BinaryLink in com.ptc.core.command.server.delegate.io
 

Methods in com.ptc.core.command.server.delegate.io with parameters of type BinaryLink
protected  void StandardAttributeHandler.setModeledAssociationOnBinaryLink(BinaryLink link, AssociationTypeIdentifier attr_type_id, Object value)
           
 

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

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

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

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

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

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

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

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

Uses of BinaryLink in com.ptc.core.task
 

Classes in com.ptc.core.task that implement BinaryLink
 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 BinaryLink in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type BinaryLink
private  boolean EPMGetDepsTemplateProcessor.useNewerIteration(String role, BinaryLink link1, BinaryLink link2)
           
 

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

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

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

Methods in com.ptc.windchill.cadx.common.util that return BinaryLink
private static BinaryLink[] GenericUtilities.getAssociated(WTPart part)
          returns the associated BinaryLinks for WTPart
private static BinaryLink[] GenericUtilities.getAssociated(EPMDocument doc)
          returns the BinaryLinks for EPMDocument.
static BinaryLink GenericUtilities.deleteLink(Object link)
          deletes the link

Supported API: false
private static BinaryLink GenericUtilities.findBuildRule(WTPart part, EPMDocument document)
          search for BuildRule between part and document
private static BinaryLink GenericUtilities.findEPMDescribeLink(WTPart part, EPMDocument doc)
          Searches for Describes link between part and document
static BinaryLink GenericUtilities.findLink(Object source, Object target)
          

Supported API: false
static BinaryLink GenericUtilities.toggleLink(Object obj1, Object obj2)
          

Supported API: false
private static BinaryLink GenericUtilities.toggleLink(WTPart part, EPMDocument doc)
           
static BinaryLink[] GenericUtilities.getBuildRules(Object object)
          returns the active links for object

Supported API: false
private static BinaryLink[] GenericUtilities.getBuildRules(WTPart part)
          returns active link for a give part
private static BinaryLink[] GenericUtilities.getBuildRules(EPMDocument doc)
          return active links for a given document
static BinaryLink[] GenericUtilities.findLinks(Object source, Object target)
          This method will return the links (active/passive) between the source and target object Either source or target is of type WTPart and other is supposed to be of type EPMDocument
private static BinaryLink[] GenericUtilities.findBuildRules(WTPart part, EPMDocument doc)
           
 

Uses of BinaryLink in com.ptc.windchill.counterpart
 

Classes in com.ptc.windchill.counterpart that implement BinaryLink
 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 BinaryLink in com.ptc.windchill.esi.bom
 

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

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

Classes in com.ptc.windchill.esi.tgt that implement BinaryLink
 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 BinaryLink in com.ptc.windchill.esi.txn
 

Classes in com.ptc.windchill.esi.txn that implement BinaryLink
 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 BinaryLink in com.ptc.windchill.uwgm.common.autoassociate
 

Methods in com.ptc.windchill.uwgm.common.autoassociate that return BinaryLink
static BinaryLink AutoAssociateHelper.createAssociation(EPMDocument document, WTPart partToAssociate, String assocType, boolean disassociateExisting)
           
 

Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type BinaryLink
private  void GenericAutoAssocCreator.updateAssocInfoWithAssociationDetails(GenericAutoAssocCreator.DocAssocInfo docAssocInfo, String searchedPartOID, BinaryLink bLink, WTPart part)
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type BinaryLink
private  void RRCAssociationHelper.addAssociationLink(BinaryLink wtLink, EPMDocument wtEpmDoc, WTPart wtPart)
           
 

Uses of BinaryLink in wt.access
 

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

Uses of BinaryLink in wt.adapter.query
 

Methods in wt.adapter.query with parameters of type BinaryLink
 Object QueryLinksWebjectDelegate.getOtherSide(Webject webject, BinaryLink link, String linkClassName, String role, boolean autoNavEnabled)
           
 

Uses of BinaryLink in wt.annotation
 

Classes in wt.annotation that implement BinaryLink
 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 BinaryLink in wt.audit
 

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

Uses of BinaryLink in wt.audit.eventinfo
 

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

Uses of BinaryLink in wt.build
 

Subinterfaces of BinaryLink 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 BinaryLink
 class BuildHistory
          The BuildHistory link is created by the build process everytime a build is executed.
 

Uses of BinaryLink in wt.calendar
 

Classes in wt.calendar that implement BinaryLink
 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 BinaryLink in wt.change2
 

Classes in wt.change2 that implement BinaryLink
 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.
 

Methods in wt.change2 that return BinaryLink
 BinaryLink ResearchedByDelegate.getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child)
          Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
 BinaryLink IncludedIn2Delegate.getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child)
          Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
 BinaryLink FormalizedByDelegate.getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child)
          Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
 BinaryLink DetailedByDelegate.getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child)
          Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
 BinaryLink ConcreteAssociationDelegate.getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child)
          Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
 BinaryLink AddressedBy2Delegate.getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child)
          Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
 

Uses of BinaryLink in wt.clients.beans
 

Methods in wt.clients.beans that return BinaryLink
 BinaryLink AssociationsPanel.getSelectedLink()
          This returns the link represented by the row that the user has selected in the multilist.
protected  BinaryLink AssociationsLogic.createNewLink(Persistable added_object)
          This creates a new link between this side object and an added other-side object using the linkClass.
 

Methods in wt.clients.beans with parameters of type BinaryLink
protected  void AssociationsPanel.addToTable(BinaryLink link)
          this adds a new object to the table

Supported API: true.
protected  void AssociationsPanel.updateTableLinkValues(int row, BinaryLink link)
          Update the string values displayed in the MultiList.
protected  void AssociationsPanel.removeSelectedObject(BinaryLink link)
          this removes the link that the user has selected from the links hashtable and adds it to the removedLinks hashtable if it is persistent so that it can be removed from the db.
private  void AssociationsPanel.addToUpdatedTable(BinaryLink aLink)
           
private  Object AssociationsPanel.getLinkInTable(BinaryLink aLink, Hashtable theTable)
           
 

Uses of BinaryLink in wt.configuration
 

Classes in wt.configuration that implement BinaryLink
 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.
 

Uses of BinaryLink in wt.content
 

Classes in wt.content that implement BinaryLink
 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 BinaryLink in wt.csm.navigation
 

Classes in wt.csm.navigation that implement BinaryLink
 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 BinaryLink in wt.csm.ranking
 

Classes in wt.csm.ranking that implement BinaryLink
 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 BinaryLink in wt.dataops.archive
 

Classes in wt.dataops.archive that implement BinaryLink
 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 BinaryLink in wt.dataops.objectcol
 

Classes in wt.dataops.objectcol that implement BinaryLink
 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 BinaryLink in wt.dataops.purge
 

Classes in wt.dataops.purge that implement BinaryLink
 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 BinaryLink in wt.doc
 

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

Uses of BinaryLink in wt.eff
 

Classes in wt.eff that implement BinaryLink
 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.
 

Uses of BinaryLink in wt.effectivity
 

Classes in wt.effectivity that implement BinaryLink
 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 BinaryLink in wt.enterprise
 

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

Methods in wt.enterprise that return BinaryLink
 BinaryLink CopyWTPartUsageLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
           
 BinaryLink CopyVersionToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyVersionToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToObjectLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToObjectLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
static BinaryLink CopyFactory.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Static call that will use the correct delegate to execute a copy of the relationship from the original object to the copied object.
static BinaryLink CopyFactory.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Static call that will use the correct delegate to execute a copy of the relationship from the original object to the copied object.
 BinaryLink CopyBinaryLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyBinaryLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 

Methods in wt.enterprise with parameters of type BinaryLink
 BinaryLink CopyWTPartUsageLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
           
 BinaryLink CopyVersionToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyVersionToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToVersionLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToObjectLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyObjectToObjectLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
static BinaryLink CopyFactory.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Static call that will use the correct delegate to execute a copy of the relationship from the original object to the copied object.
static BinaryLink CopyFactory.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Static call that will use the correct delegate to execute a copy of the relationship from the original object to the copied object.
 BinaryLink CopyBinaryLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyBinaryLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 void BuildRuleBuildSourceProcessor.printAssociatedDocumentRow(BinaryLink link, PrintWriter out, Locale locale)
          Prints an associated document row.
 

Uses of BinaryLink in wt.epm
 

Classes in wt.epm that implement BinaryLink
 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 BinaryLink in wt.epm.build
 

Classes in wt.epm.build that implement BinaryLink
 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 BinaryLink in wt.epm.familytable
 

Classes in wt.epm.familytable that implement BinaryLink
 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 BinaryLink in wt.epm.retriever
 

Fields in wt.epm.retriever declared as BinaryLink
private  BinaryLink ResultGraph.Link.linkObject
           
private  BinaryLink ResultGraph.Link.linkObject
           
 

Methods in wt.epm.retriever that return BinaryLink
 BinaryLink ResultGraph.getParentLink(ObjectIdentifier oid)
          Parent link
 BinaryLink ResultGraph.getParentLink(Iterated obj)
          Parent
 BinaryLink ResultGraph.Link.getLinkObject()
           
 BinaryLink ResultGraph.getParentLink(ObjectIdentifier oid)
          Parent link
 BinaryLink ResultGraph.getParentLink(Iterated obj)
          Parent
 BinaryLink ResultGraph.Link.getLinkObject()
           
 

Methods in wt.epm.retriever with parameters of type BinaryLink
protected  ResultGraph.Link ResultGraph.newLink(BinaryLink bLink, ResultGraph.Node nodeA, ResultGraph.Node nodeB)
           
 ResultGraph.Link ResultGraph.getLink(BinaryLink lnk)
           
protected  ResultGraph.Link ResultGraph.newLink(BinaryLink bLink, ResultGraph.Node nodeA, ResultGraph.Node nodeB)
           
 ResultGraph.Link ResultGraph.getLink(BinaryLink lnk)
           
 

Constructors in wt.epm.retriever with parameters of type BinaryLink
ResultGraph.Link(BinaryLink linkObject, ResultGraph.Node nodeA, ResultGraph.Node nodeB)
           
ResultGraph.Link(BinaryLink linkObject, ResultGraph.Node nodeA, ResultGraph.Node nodeB)
           
 

Uses of BinaryLink in wt.epm.structure
 

Classes in wt.epm.structure that implement BinaryLink
 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.
 

Fields in wt.epm.structure declared as BinaryLink
private  BinaryLink LinkProxy.link
           
 

Methods in wt.epm.structure that return BinaryLink
 BinaryLink LinkProxy.getObject()
          Finds the Binary Link object that this is a proxy for.
 BinaryLink CopyEPMVariantLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMVariantLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMReferenceLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMReferenceLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
protected  BinaryLink CopyEPMObject.copyGenericLinks(Persistable original, Persistable newcopy, Persistable otherRoleNewCopy, BinaryLink link, String linkeRole, String otherRole)
          

Supported API: false
 BinaryLink CopyEPMMemberLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMMemberLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMDescribeLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMDescribeLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMContainedInDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMContainedInDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMBuildLinksRuleDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMBuildLinksRuleDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 

Methods in wt.epm.structure with parameters of type BinaryLink
 WTReference Relationship.Role.getReference(BinaryLink link)
          For the given link, returns the object or version reference that this role holds.
 void Relationship.Role.setObject(BinaryLink link, Persistable object)
          Set this role on the given link such that it references the given object.
 BinaryLink CopyEPMVariantLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMVariantLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMReferenceLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMReferenceLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
protected  BinaryLink CopyEPMObject.copyGenericLinks(Persistable original, Persistable newcopy, Persistable otherRoleNewCopy, BinaryLink link, String linkeRole, String otherRole)
          

Supported API: false
 BinaryLink CopyEPMMemberLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMMemberLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMDescribeLinkDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMDescribeLinkDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMContainedInDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMContainedInDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMBuildLinksRuleDelegate.copyRelationship(WTObject original, WTObject copy, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 BinaryLink CopyEPMBuildLinksRuleDelegate.copyRelationship(WTObject original, WTObject copyA, WTObject copyB, BinaryLink link, String role)
          Copy the relationship from the original object to the new object, returning the newly created BinaryLink.
 

Uses of BinaryLink in wt.epm.supportingdata
 

Classes in wt.epm.supportingdata that implement BinaryLink
 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 BinaryLink in wt.epm.util
 

Methods in wt.epm.util with parameters of type BinaryLink
protected  WTReference LinkUtilities.Role.getReference(BinaryLink link)
           
protected  QueryKey LinkUtilities.Role.getQueryKey(BinaryLink link)
           
protected  Persistable LinkUtilities.Role.getObject(BinaryLink link)
           
protected  boolean LinkUtilities.Role.isInflated(BinaryLink link)
           
protected  void LinkUtilities.Role.setObject(BinaryLink link, Persistable object)
           
 

Uses of BinaryLink in wt.epm.workspaces
 

Classes in wt.epm.workspaces that implement BinaryLink
 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 BinaryLink in wt.fc
 

Classes in wt.fc that implement BinaryLink
 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.
 

Methods in wt.fc that return BinaryLink
 BinaryLink StandardPersistenceManager.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
static BinaryLink PersistenceServerHelper.newCopyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Creates a new copy of a link by duplicating it and replacing the role members.
 BinaryLink PersistenceManagerSvr.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
 BinaryLink StandardPersistenceManager.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
static BinaryLink PersistenceServerHelper.newCopyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Creates a new copy of a link by duplicating it and replacing the role members.
 BinaryLink PersistenceManagerSvr.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
 

Methods in wt.fc with parameters of type BinaryLink
 BinaryLink StandardPersistenceManager.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
 boolean SimpleLinkRoleIndicator.isOtherSideRoleA(BinaryLink a_link)
          Indicates if the otherSideRole is role A for the specified index.
static BinaryLink PersistenceServerHelper.newCopyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Creates a new copy of a link by duplicating it and replacing the role members.
 BinaryLink PersistenceManagerSvr.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
private  void LinkVector.setRole(BinaryLink a_link)
           
 boolean LinkRoleIndicator.isOtherSideRoleA(BinaryLink a_link)
          Indicates if the otherSideRole is role A for the specified index.
static LinkInfo BinaryLinkUtilities.getLinkInfo(BinaryLink link)
          Return the LinkInfo object for this Link

Supported API: false
static Persistable BinaryLinkUtilities.getOtherObject(BinaryLink link, Persistable obj)
          

Supported API: false
static String BinaryLinkUtilities.getRole(BinaryLink link, Persistable obj)
          

Supported API: false
static Persistable BinaryLinkUtilities.getRoleAObject(BinaryLink link)
          Returns the role A object of this Link for this Link.
static void BinaryLinkUtilities.setRoleAObject(BinaryLink link, Persistable roleAObject)
          Sets the role A object for this Link.
static QueryKey BinaryLinkUtilities.getRoleAObjectId(BinaryLink link)
          Return the object id of the role A object for this Link.
static Persistable BinaryLinkUtilities.getRoleBObject(BinaryLink link)
          Returns the role B object of this Link for this Link.
static void BinaryLinkUtilities.setRoleBObject(BinaryLink link, Persistable roleBObject)
          Sets the role B object for this Link.
static QueryKey BinaryLinkUtilities.getRoleBObjectId(BinaryLink link)
          Return the object id of the role B object for this Link.
static Object[] BinaryLinkUtilities.getAllObjects(BinaryLink link)
          Gets all the role objects of this link.
static Object BinaryLinkUtilities.getRoleObject(BinaryLink link, String rolename)
          Gets the role object of this link for the given role name.
static void BinaryLinkUtilities.setRoleObject(BinaryLink link, Object roleObject, String rolename)
          Sets the role object of this link for the given role name.
static boolean BinaryLinkUtilities.isRoleAObject(BinaryLink link, Persistable obj)
          Returns whether or not the specified object is the object that plays role A in the specified link.
static boolean BinaryLinkUtilities.isRoleBObject(BinaryLink link, Persistable obj)
          Returns whether or not the specified object is the object that plays role B in the specified link.
 BinaryLink StandardPersistenceManager.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
 boolean SimpleLinkRoleIndicator.isOtherSideRoleA(BinaryLink a_link)
          Indicates if the otherSideRole is role A for the specified index.
static BinaryLink PersistenceServerHelper.newCopyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Creates a new copy of a link by duplicating it and replacing the role members.
 BinaryLink PersistenceManagerSvr.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
private  void LinkVector.setRole(BinaryLink a_link)
           
 boolean LinkRoleIndicator.isOtherSideRoleA(BinaryLink a_link)
          Indicates if the otherSideRole is role A for the specified index.
static LinkInfo BinaryLinkUtilities.getLinkInfo(BinaryLink link)
          Return the LinkInfo object for this Link

Supported API: false
static Persistable BinaryLinkUtilities.getOtherObject(BinaryLink link, Persistable obj)
          

Supported API: false
static String BinaryLinkUtilities.getRole(BinaryLink link, Persistable obj)
          

Supported API: false
static Persistable BinaryLinkUtilities.getRoleAObject(BinaryLink link)
          Returns the role A object of this Link for this Link.
static void BinaryLinkUtilities.setRoleAObject(BinaryLink link, Persistable roleAObject)
          Sets the role A object for this Link.
static QueryKey BinaryLinkUtilities.getRoleAObjectId(BinaryLink link)
          Return the object id of the role A object for this Link.
static Persistable BinaryLinkUtilities.getRoleBObject(BinaryLink link)
          Returns the role B object of this Link for this Link.
static void BinaryLinkUtilities.setRoleBObject(BinaryLink link, Persistable roleBObject)
          Sets the role B object for this Link.
static QueryKey BinaryLinkUtilities.getRoleBObjectId(BinaryLink link)
          Return the object id of the role B object for this Link.
static Object[] BinaryLinkUtilities.getAllObjects(BinaryLink link)
          Gets all the role objects of this link.
static Object BinaryLinkUtilities.getRoleObject(BinaryLink link, String rolename)
          Gets the role object of this link for the given role name.
static void BinaryLinkUtilities.setRoleObject(BinaryLink link, Object roleObject, String rolename)
          Sets the role object of this link for the given role name.
static boolean BinaryLinkUtilities.isRoleAObject(BinaryLink link, Persistable obj)
          Returns whether or not the specified object is the object that plays role A in the specified link.
static boolean BinaryLinkUtilities.isRoleBObject(BinaryLink link, Persistable obj)
          Returns whether or not the specified object is the object that plays role B in the specified link.
 

Uses of BinaryLink in wt.fc.archive
 

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

Uses of BinaryLink in wt.fc.collections
 

Methods in wt.fc.collections with parameters of type BinaryLink
 WTReference RefreshHelper.RoleReference.getReference(BinaryLink link)
           
 WTReference RefreshHelper.RoleAObjectReference.getReference(BinaryLink link)
           
 WTReference RefreshHelper.RoleBObjectReference.getReference(BinaryLink link)
           
 WTReference RefreshHelper.RoleAVersionReference.getReference(BinaryLink link)
           
 WTReference RefreshHelper.RoleBVersionReference.getReference(BinaryLink link)
           
 

Uses of BinaryLink in wt.federation
 

Classes in wt.federation that implement BinaryLink
 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.
 

Methods in wt.federation that return BinaryLink
private  BinaryLink FederatedDirectoryService.createLinkObject(Class linkClass, Persistable obj1, String obj1Role, Persistable obj2)
          Create a link object that associates two Persistables.
private  BinaryLink FederatedDirectoryService.createLinkObject(Class linkClass, Persistable obj1, String obj1Role, Persistable obj2)
          Create a link object that associates two Persistables.
 

Uses of BinaryLink in wt.folder
 

Subinterfaces of BinaryLink 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 BinaryLink
 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 BinaryLink in wt.fv
 

Classes in wt.fv that implement BinaryLink
 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 BinaryLink in wt.graph
 

Classes in wt.graph that implement BinaryLink
 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.
 

Uses of BinaryLink in wt.graph.template
 

Classes in wt.graph.template that implement BinaryLink
 class TheObjectGraphTemplateRoot
          

Supported API: false

Extendable: false
 

Uses of BinaryLink in wt.iba.constraint
 

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

Uses of BinaryLink in wt.iba.definition
 

Classes in wt.iba.definition that implement BinaryLink
 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 BinaryLink in wt.iba.value
 

Classes in wt.iba.value that implement BinaryLink
 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 BinaryLink in wt.inf.container
 

Classes in wt.inf.container that implement BinaryLink
 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 BinaryLink in wt.inf.sharing
 

Methods in wt.inf.sharing with parameters of type BinaryLink
 void StructureSharingDelegate.processCreateLink(BinaryLink link)
          Adds new objects to be shared.
 void DefaultStructureSharingDelegate.processCreateLink(BinaryLink link)
          Adds new objects to be shared.
 

Uses of BinaryLink in wt.inf.team
 

Classes in wt.inf.team that implement BinaryLink
 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 BinaryLink in wt.intersvrcom
 

Classes in wt.intersvrcom that implement BinaryLink
 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 BinaryLink in wt.ixb.conflictFramework
 

Classes in wt.ixb.conflictFramework that implement BinaryLink
 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 BinaryLink in wt.ixb.epm.handlers
 

Methods in wt.ixb.epm.handlers with parameters of type BinaryLink
static void EPMHndHelper.checkConflictsForLink(IxbElement fileXML, Importer importer, BinaryLink link)
           
 

Uses of BinaryLink in wt.lifecycle
 

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

Classes in wt.lifecycle that implement BinaryLink
 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 BinaryLink in wt.maturity
 

Classes in wt.maturity that implement BinaryLink
 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 BinaryLink in wt.meeting
 

Classes in wt.meeting that implement BinaryLink
 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 BinaryLink in wt.meeting.actionitem
 

Classes in wt.meeting.actionitem that implement BinaryLink
 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 BinaryLink in wt.occurrence
 

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

Classes in wt.occurrence that implement BinaryLink
 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 BinaryLink in wt.org
 

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

Uses of BinaryLink in wt.org.electronicIdentity
 

Classes in wt.org.electronicIdentity that implement BinaryLink
 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 BinaryLink in wt.part
 

Subinterfaces of BinaryLink 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 BinaryLink
 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.
 

Uses of BinaryLink in wt.pdmlink
 

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

Uses of BinaryLink in wt.pds
 

Methods in wt.pds with parameters of type BinaryLink
private  void SQLDatabasePds.setForeignKey(BinaryLink anObj, LinkInfo linkInfo)
           
private  void SQLDatabasePds.nullForeignKey(BinaryLink anObj, LinkInfo linkInfo)
           
 

Uses of BinaryLink in wt.pom
 

Methods in wt.pom with parameters of type BinaryLink
 boolean ExpandAllLinkRoleIndicator.isOtherSideRoleA(BinaryLink a_link)
          Indicates if the otherSideRole is role A for the specified index.
 

Uses of BinaryLink in wt.projmgmt.execution
 

Classes in wt.projmgmt.execution that implement BinaryLink
 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 BinaryLink in wt.projmgmt.monitor
 

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

Uses of BinaryLink in wt.projmgmt.resource
 

Classes in wt.projmgmt.resource that implement BinaryLink
 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 BinaryLink in wt.query
 

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

Uses of BinaryLink in wt.queue
 

Classes in wt.queue that implement BinaryLink
 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 BinaryLink in wt.replication.imp
 

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

Uses of BinaryLink in wt.replication.receiver
 

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

Uses of BinaryLink in wt.replication.sender
 

Classes in wt.replication.sender that implement BinaryLink
 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 BinaryLink in wt.replication.unit
 

Classes in wt.replication.unit that implement BinaryLink
 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 BinaryLink in wt.representation
 

Classes in wt.representation that implement BinaryLink
 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 BinaryLink in wt.rule.impl
 

Methods in wt.rule.impl that return BinaryLink
private static BinaryLink RuleApplierHelper.duplicateLink(BinaryLink link)
          Deprecated.  
 

Methods in wt.rule.impl with parameters of type BinaryLink
private static BinaryLink RuleApplierHelper.duplicateLink(BinaryLink link)
          Deprecated.  
 

Uses of BinaryLink in wt.sandbox
 

Classes in wt.sandbox that implement BinaryLink
 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 BinaryLink in wt.scheduler
 

Classes in wt.scheduler that implement BinaryLink
 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 BinaryLink in wt.team
 

Classes in wt.team that implement BinaryLink
 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.
 

Methods in wt.team with parameters of type BinaryLink
protected  void StandardTeamService.processCleanupLinkEvent(WTRoleHolder2 target, BinaryLink link)
           
protected  void StandardTeamService.processCleanupLinkEvent(WTRoleHolder2 target, BinaryLink link)
           
 

Uses of BinaryLink in wt.transfer
 

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

Uses of BinaryLink in wt.ufid
 

Classes in wt.ufid that implement BinaryLink
 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 BinaryLink in wt.vc
 

Classes in wt.vc that implement BinaryLink
 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 BinaryLink in wt.vc.baseline
 

Classes in wt.vc.baseline that implement BinaryLink
 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.
 

Uses of BinaryLink in wt.vc.struct
 

Classes in wt.vc.struct that implement BinaryLink
 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 BinaryLink in wt.vc.views
 

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

Uses of BinaryLink in wt.vc.wip
 

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

Uses of BinaryLink in wt.viewmarkup
 

Classes in wt.viewmarkup that implement BinaryLink
 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 BinaryLink in wt.workflow.collaboration
 

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

Uses of BinaryLink in wt.workflow.definer
 

Classes in wt.workflow.definer that implement BinaryLink
 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 BinaryLink in wt.workflow.engine
 

Classes in wt.workflow.engine that implement BinaryLink
 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 BinaryLink in wt.workflow.forum
 

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

Classes in wt.workflow.forum that implement BinaryLink
 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 BinaryLink in wt.workflow.notebook
 

Subinterfaces of BinaryLink in wt.workflow.notebook
 interface NotebookSubject
          

Supported API: false

Extendable: false
 

Classes in wt.workflow.notebook that implement BinaryLink
 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 BinaryLink in wt.workflow.work
 

Classes in wt.workflow.work that implement BinaryLink
 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.