Uses of Class
wt.clients.replication.unit.PartItem

Packages that use PartItem
wt.clients.replication.unit   
 

Uses of PartItem in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as PartItem
(package private)  PartItem UsageItemList.part
           
private  PartItem UsageItem.uses
           
private  PartItem UsageItem.usedBy
           
private  PartItem UsageInterfaceItem.uses
           
private  PartItem UnitUsageItem.uses
           
protected  PartItem ReferencesList.part
           
private  PartItem ReferenceItem.referencedBy
           
private  PartItem HelperPanel.part
           
protected  PartItem BuildRuleList.part
           
private  PartItem BuildRuleItem.buildTarget
           
 

Methods in wt.clients.replication.unit that return PartItem
 PartItem UsageItem.getUsesPart()
          Get the uses part item
 PartItem UsageItem.getUsedBy()
          Get the used by part item
 PartItem UsageInterfaceItem.getUses()
           
 PartItem UnitUsageItem.getUsesPart()
          Get the uses part item
 PartItem ReferenceItem.getReferencedBy()
          Get the PartItem to be referenced by the document item
 PartItem HelperPanel.getPartItem()
          Get the contained PartItem
 PartItem BuildRuleItem.getBuildTarget()
          Return the target PartItem
 

Methods in wt.clients.replication.unit with parameters of type PartItem
 void UsageItem.setUses(PartItem uses)
          Set the uses part item.
 void UsageItem.setUsedBy(PartItem usedBy)
          Set the used by part item
 void UsageInterfaceItem.setUses(PartItem uses)
           
 void UnitUsageItem.setUses(PartItem uses)
          Set the uses part item.
 void ReferenceItem.setReferencedBy(PartItem referencedBy)
          Set the PartItem to be referenced by the document item
 void HelperPanel.setPartItem(PartItem part)
          Set the contained PartItem
 void BuildRuleItem.setBuildTarget(PartItem buildTarget)
          Set the build target
 

Constructors in wt.clients.replication.unit with parameters of type PartItem
UsesInterfaceList(PartItem part)
          Construct a list of parts used for the specified part.
UsedByList(PartItem part)
           
UsageItemList(PartItem part)
           
UsageItem(PartItem uses, PartItem usedBy)
          Create a usage item between the specified part items.
UsageItem(PartItem uses, PartItem usedBy, WTPartUsageLink usage_link)
          Create a usage item between the specified part items using the specified usage link.
UsageInterfaceItem(PartItem uses, WTPartMaster usedBy)
           
UnitUsageItem(PartItem uses, UnitItem usedBy)
          Create a usage item between the specified part items.
UnitUsageItem(PartItem uses, UnitItem usedBy, WTPartUsageLink usage_link)
          Create a usage item between the specified part items using the specified usage link.
ReferencesList(PartItem part)
          Constructs a ReferenceList using the specified PartItem.
ReferenceItem(PartItem referenced_by, DocumentItem references)
          Create a ReferenceItem associating the specified PartItem and DocumentItem.
ReferenceItem(PartItem referenced_by, DocumentItem references, WTPartReferenceLink reference_link)
          Create a ReferenceItem associating the specified PartItem and DocumentItem using the existing ReferenceInterfaceLink.
BuildRuleList(PartItem part)
          Constructs a BuildRuleList using the specified PartItem.
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget)
          Create a BuildRuleItem associating the specified BuildSourceItem and PartItem.
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget, BuildRule buildRule)
          Create a BuildRuleItem associating the specified SourceItem and PartItem using the existing BuildRule association.