codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:            if((link instanceof BuildRule) || (link instanceof BuildHistory) || (link instanceof EPMDescribeLink))
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:                if((link instanceof BuildRule) || (link instanceof BuildHistory) || (link instanceof EPMDescribeLink) && ((EPMDescribeLink)link).isBuiltFlag())
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:                    if((o instanceof BuildRule) || (o instanceof BuildHistory) || (o instanceof EPMDescribeLink) && ((EPMDescribeLink)o).isBuiltFlag())
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:        EPMDescribeLink links[] = getDescribesLinksForDocs(source);
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:    private static EPMDescribeLink[] getDescribesLinksForDocs(EPMDocument doc)
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:            if(obj instanceof EPMDescribeLink)
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:                EPMDescribeLink link = (EPMDescribeLink)obj;
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:        EPMDescribeLink linkArr[] = null;
codebase\com\ptc\netmarkets\part\StandardNmPartService.jad:            linkArr = new EPMDescribeLink[linkVec.size()];
codebase\com\ptc\prowt\impl\wcc\CheckinHelper.jad:import wt.epm.structure.EPMDescribeLink;
codebase\com\ptc\prowt\impl\wcc\CheckinHelper.jad:                        if(!(binarylink instanceof EPMDescribeLink))
codebase\com\ptc\prowt\impl\wccconfig\DependencyStructureVisitor.jad:                        if(binarylink instanceof EPMDescribeLink)
codebase\com\ptc\prowt\impl\wccconfig\DependencyStructureVisitor.jad:                        if(binarylink instanceof EPMDescribeLink)
codebase\com\ptc\prowt\util\PageServerHelper.jad:        getFromLink(wt.epm.structure.EPMDescribeLink.class, alist[0], iterCl[1], !flag, map);
codebase\com\ptc\prowt\util\PageServerHelper.jad:        getFromLink(wt.epm.structure.EPMDescribeLink.class, alist[1], iterCl[0], flag, map);
codebase\com\ptc\prowt\util\ProjectLinkHelper.jad:import wt.epm.structure.EPMDescribeLink;
codebase\com\ptc\prowt\util\ProjectLinkHelper.jad:                    if(!(binarylink instanceof EPMDescribeLink))
codebase\com\ptc\windchill\cadx\associate\AssociateFormTaskDelegate.jad:                                if(GenericUtilities.createEPMDescribeLink(partObj, docObj, false) == null)
codebase\com\ptc\windchill\cadx\associate\AssociateFormTaskDelegate.jad:                if(GenericUtilities.createEPMDescribeLink(partObj, docObj, false) == null)
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateHelper.jad:                wt.epm.structure.EPMDescribeLink link = GenericUtilities.createEPMDescribeLink(part, doc, false);
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateHelper.jad:                        wt.epm.structure.EPMDescribeLink descLink = GenericUtilities.createEPMDescribeLink(checkedOutPart, doc, false);
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateTaskDelegate.jad:            wt.epm.structure.EPMDescribeLink link = GenericUtilities.createEPMDescribeLink(aPart, doc, false);
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateTaskDelegate.jad:            wt.epm.structure.EPMDescribeLink link = GenericUtilities.createEPMDescribeLink(aPart, doc, false);
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateTaskDelegate.jad:            wt.epm.structure.EPMDescribeLink link = GenericUtilities.createEPMDescribeLink(newPart, doc, false);
codebase\com\ptc\windchill\cadx\autopart\AutoPartCreatorHelper.jad:                                        GenericUtilities.createEPMDescribeLink(aDoc, newParts[referedDocPos], false);
codebase\com\ptc\windchill\cadx\autopart\AutoPartCreatorHelper.jad:                                            GenericUtilities.createEPMDescribeLink(aDoc, associatedPartToReferedDoc, false);
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:    private String newEPMDescribesLinkDepSpecData(EPMDescribeLink lnk, String names, String lookupName, String s)
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:        EPMDescribeLink links[] = getDescribesLinksForDocs(source);
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:    private static EPMDescribeLink[] getDescribesLinksForDocs(EPMDocument doc)
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:            if(obj instanceof EPMDescribeLink)
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:                EPMDescribeLink link = (EPMDescribeLink)obj;
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:        EPMDescribeLink linkArr[] = null;
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:            linkArr = new EPMDescribeLink[linkVec.size()];
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                QueryResult result2 = StructHelper.service.navigateDescribedBy(part, wt.epm.structure.EPMDescribeLink.class, false);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        if(link instanceof EPMDescribeLink)
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:            return (BinaryLink)PersistenceHelper.manager.delete((EPMDescribeLink)link);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        if(link instanceof EPMDescribeLink)
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:            return ((EPMDescribeLink)link).isBuiltFlag();
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:    public static EPMDescribeLink createEPMDescribeLink(Object obj1, Object obj2, boolean built)
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:            return createEPMDescribeLink(target, source, built);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:            return createEPMDescribeLink(target, source, built);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:    private static EPMDescribeLink createEPMDescribeLink(WTPart part, EPMDocument doc, boolean built)
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        EPMDescribeLink link = null;
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                link = EPMDescribeLink.newEPMDescribeLink(part, doc);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                link = (EPMDescribeLink)PersistenceHelper.manager.save(link);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:    private static BinaryLink findEPMDescribeLink(WTPart part, EPMDocument doc)
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        EPMDescribeLink link;
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        link = (EPMDescribeLink)result.nextElement();
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                return findEPMDescribeLink(part, doc);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:    public static EPMDescribeLink setDescribeLink(Object link, boolean builtFlag)
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        if(!(link instanceof EPMDescribeLink))
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        EPMDescribeLink epmDescribeLink;
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        epmDescribeLink = (EPMDescribeLink)link;
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        epmDescribeLink.setBuiltFlag(builtFlag);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        return (EPMDescribeLink)PersistenceHelper.manager.save(epmDescribeLink);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                return createEPMDescribeLink(part, doc, false);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        EPMDescribeLink epmDescribeLink;
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        if(!(links[0] instanceof EPMDescribeLink))
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        epmDescribeLink = (EPMDescribeLink)links[0];
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:        if(epmDescribeLink.isBuiltFlag())
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:            return setDescribeLink(epmDescribeLink, false);
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                if(!(associatedObjects[i] instanceof EPMDescribeLink))
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                EPMDescribeLink describeLink = (EPMDescribeLink)associatedObjects[i];
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:            if(obj instanceof EPMDescribeLink)
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:                EPMDescribeLink link = (EPMDescribeLink)obj;
codebase\com\ptc\windchill\cadx\common\util\GenericUtilities.jad:            BinaryLink describeLink = findEPMDescribeLink(part, doc);
codebase\com\ptc\windchill\cadx\common\util\PageServerHelper.jad:        getFromLink(wt.epm.structure.EPMDescribeLink.class, list[0], iterCl[1], !isEPMDocRoleA, associated);
codebase\com\ptc\windchill\cadx\common\util\PageServerHelper.jad:        getFromLink(wt.epm.structure.EPMDescribeLink.class, list[1], iterCl[0], isEPMDocRoleA, associated);
codebase\com\ptc\windchill\esi\txn\ESITransactionUtility.jad:import wt.epm.structure.EPMDescribeLink;
codebase\com\ptc\windchill\esi\txn\ESITransactionUtility.jad:            if(persistable instanceof EPMDescribeLink)
codebase\com\ptc\windchill\esi\txn\ESITransactionUtility.jad:                EPMDocument epmd = (EPMDocument)((EPMDescribeLink)persistable).getDescribedBy();
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:    public static final ESIPropertyRequest EPMDOCUMENTLINK_CLASS = newESIPropertyRequest("com.ptc.windchill.esi.esidoc.class.EPMDescribeLink", "wt.epm.structure.EPMDescribeLink");
codebase\wt\clients\library\api\allclasses-frame.html:<A HREF="wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure" target="classFrame">CopyEPMDescribeLinkDelegate</A>
codebase\wt\clients\library\api\allclasses-frame.html:<A HREF="wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure" target="classFrame">EPMDescribeLink</A>
codebase\wt\clients\library\api\allclasses-noframe.html:<A HREF="wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure">CopyEPMDescribeLinkDelegate</A>
codebase\wt\clients\library\api\allclasses-noframe.html:<A HREF="wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\constant-values.html:<TD COLSPAN=3><B>wt.epm.structure.<A HREF="wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A></B></TD>
codebase\wt\clients\library\api\constant-values.html:<A NAME="wt.epm.structure.EPMDescribeLink.BUILT_FLAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
codebase\wt\clients\library\api\constant-values.html:<TD ALIGN="left"><CODE><A HREF="wt/epm/structure/EPMDescribeLink.html#BUILT_FLAG">BUILT_FLAG</A></CODE></TD>
codebase\wt\clients\library\api\constant-values.html:<A NAME="wt.epm.structure.EPMDescribeLink.DESCRIBED_BY_ROLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
codebase\wt\clients\library\api\constant-values.html:<TD ALIGN="left"><CODE><A HREF="wt/epm/structure/EPMDescribeLink.html#DESCRIBED_BY_ROLE">DESCRIBED_BY_ROLE</A></CODE></TD>
codebase\wt\clients\library\api\constant-values.html:<A NAME="wt.epm.structure.EPMDescribeLink.DESCRIBES_ROLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
codebase\wt\clients\library\api\constant-values.html:<TD ALIGN="left"><CODE><A HREF="wt/epm/structure/EPMDescribeLink.html#DESCRIBES_ROLE">DESCRIBES_ROLE</A></CODE></TD>
codebase\wt\clients\library\api\index-files\index-19.html:<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html#setBuiltFlag(boolean)"><B>setBuiltFlag(boolean)</B></A> - 
codebase\wt\clients\library\api\index-files\index-19.html:Method in class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\index-files\index-19.html:<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html#setDescribedBy(wt.vc.Iterated)"><B>setDescribedBy(Iterated)</B></A> - 
codebase\wt\clients\library\api\index-files\index-19.html:Method in class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\index-files\index-19.html:<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html#setDescribes(wt.vc.Iterated)"><B>setDescribes(Iterated)</B></A> - 
codebase\wt\clients\library\api\index-files\index-19.html:Method in class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\index-files\index-2.html:<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html#BUILT_FLAG"><B>BUILT_FLAG</B></A> - 
codebase\wt\clients\library\api\index-files\index-2.html:Static variable in class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\index-files\index-3.html: <BR><BR><B>Extendable: </B>false<DT><A HREF="../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure"><B>CopyEPMDescribeLinkDelegate</B></A> - class wt.epm.structure.<A HREF="../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure">CopyEPMDescribeLinkDelegate</A>.<DD><BR><BR><B>Supported API: </B>true
codebase\wt\clients\library\api\index-files\index-3.html:<DT><A HREF="../wt/epm/structure/CopyEPMDescribeLinkDelegate.html#copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)"><B>copyRelationship(WTObject, WTObject, BinaryLink, String)</B></A> - 
codebase\wt\clients\library\api\index-files\index-3.html:Method in class wt.epm.structure.<A HREF="../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure">CopyEPMDescribeLinkDelegate</A>
codebase\wt\clients\library\api\index-files\index-3.html:<DT><A HREF="../wt/epm/structure/CopyEPMDescribeLinkDelegate.html#copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)"><B>copyRelationship(WTObject, WTObject, WTObject, BinaryLink, String)</B></A> - 
codebase\wt\clients\library\api\index-files\index-3.html:Method in class wt.epm.structure.<A HREF="../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure">CopyEPMDescribeLinkDelegate</A>
codebase\wt\clients\library\api\index-files\index-4.html:<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html#DESCRIBED_BY_ROLE"><B>DESCRIBED_BY_ROLE</B></A> - 
codebase\wt\clients\library\api\index-files\index-4.html:Static variable in class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\index-files\index-4.html:<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html#DESCRIBES_ROLE"><B>DESCRIBES_ROLE</B></A> - 
codebase\wt\clients\library\api\index-files\index-4.html:Static variable in class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\index-files\index-5.html:<DT><A HREF="../wt/epm/structure/EPMDependencyLink.html" title="interface in wt.epm.structure"><B>EPMDependencyLink</B></A> - interface wt.epm.structure.<A HREF="../wt/epm/structure/EPMDependencyLink.html" title="interface in wt.epm.structure">EPMDependencyLink</A>.<DD>The generic form of dependency between two EPMDocument objects.<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><B>EPMDescribeLink</B></A> - class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>.<DD>
codebase\wt\clients\library\api\index-files\index-5.html: Use the <code>newEPMDescribeLink</code> static factory method(s), not
codebase\wt\clients\library\api\index-files\index-5.html: the <code>EPMDescribeLink</code> constructor, to construct instances
codebase\wt\clients\library\api\index-files\index-9.html:<DT><A HREF="../wt/epm/structure/EPMDescribeLink.html#isBuiltFlag()"><B>isBuiltFlag()</B></A> - 
codebase\wt\clients\library\api\index-files\index-9.html:Method in class wt.epm.structure.<A HREF="../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>
codebase\wt\clients\library\api\overview-tree.html:<LI TYPE="circle">class wt.epm.structure.<A HREF="wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure"><B>CopyEPMDescribeLinkDelegate</B></A> (implements wt.enterprise.<A HREF="wt/enterprise/CopyBinaryLinkDelegate.html" title="interface in wt.enterprise">CopyBinaryLinkDelegate</A>, java.io.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Externalizable.html" title="class or interface in java.io">Externalizable</A>)
codebase\wt\clients\library\api\overview-tree.html:<LI TYPE="circle">class wt.epm.structure.<A HREF="wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><B>EPMDescribeLink</B></A> (implements wt.fc.archive.Archiveable, java.io.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Externalizable.html" title="class or interface in java.io">Externalizable</A>, wt.esi.<A HREF="wt/esi/Releasable.html" title="interface in wt.esi">Releasable</A>)
codebase\wt\clients\library\api\serialized-form.html:<A NAME="wt.epm.structure.CopyEPMDescribeLinkDelegate"><!-- --></A>
codebase\wt\clients\library\api\serialized-form.html:<B>Class <A HREF="wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure">wt.epm.structure.CopyEPMDescribeLinkDelegate</A> extends wt.epm.structure.CopyEPMObject implements Serializable</B></FONT></TD>
codebase\wt\clients\library\api\serialized-form.html:<A NAME="wt.epm.structure.EPMDescribeLink"><!-- --></A>
codebase\wt\clients\library\api\serialized-form.html:<B>Class <A HREF="wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">wt.epm.structure.EPMDescribeLink</A> extends <A HREF="wt/vc/struct/IteratedDescribeLink.html" title="class in wt.vc.struct">IteratedDescribeLink</A> implements Serializable</B></FONT></TD>
codebase\wt\clients\library\api\wt\enterprise\CopyBinaryLinkDelegate.html:<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../wt/epm/structure/CopyEPMBuildLinksRuleDelegate.html" title="class in wt.epm.structure">CopyEPMBuildLinksRuleDelegate</A>, <A HREF="../../wt/epm/structure/CopyEPMContainedInDelegate.html" title="class in wt.epm.structure">CopyEPMContainedInDelegate</A>, <A HREF="../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure">CopyEPMDescribeLinkDelegate</A>, <A HREF="../../wt/epm/structure/CopyEPMVariantLinkDelegate.html" title="class in wt.epm.structure">CopyEPMVariantLinkDelegate</A>, <A HREF="../../wt/enterprise/CopyObjectToObjectLinkDelegate.html" title="class in wt.enterprise">CopyObjectToObjectLinkDelegate</A>, <A HREF="../../wt/enterprise/CopyObjectToVersionLinkDelegate.html" title="class in wt.enterprise">CopyObjectToVersionLinkDelegate</A>, <A HREF="../../wt/enterprise/CopyVersionToVersionLinkDelegate.html" title="class in wt.enterprise">CopyVersionToVersionLinkDelegate</A></DD>
codebase\wt\clients\library\api\wt\epm\package-summary.html:WTParts.<span style="mso-spacerun: yes">  </span>An EPMDescribeLink is used to
codebase\wt\clients\library\api\wt\epm\package-summary.html:src="doc-files\EPMDescribeLink.gif"></p>
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMContainedInDelegate.html:&nbsp;<A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure"><B>NEXT CLASS</B></A></FONT></TD>
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMContainedInDelegate.html:&nbsp;<A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure"><B>NEXT CLASS</B></A></FONT></TD>
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:CopyEPMDescribeLinkDelegate (WNC.X-05.0.0.00.73)
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:<META NAME="keywords" CONTENT="wt.epm.structure.CopyEPMDescribeLinkDelegate class">
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:    parent.document.title="CopyEPMDescribeLinkDelegate (WNC.X-05.0.0.00.73)";
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:&nbsp;<A HREF="CopyEPMDescribeLinkDelegate.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:Class CopyEPMDescribeLinkDelegate</H2>
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:      <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>wt.epm.structure.CopyEPMDescribeLinkDelegate</B>
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:<DT>public class <B>CopyEPMDescribeLinkDelegate</B><DT>extends wt.epm.structure.CopyEPMObject<DT>implements <A HREF="../../../wt/enterprise/CopyBinaryLinkDelegate.html" title="interface in wt.enterprise">CopyBinaryLinkDelegate</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Externalizable.html" title="class or interface in java.io">Externalizable</A></DL>
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#wt.epm.structure.CopyEPMDescribeLinkDelegate">Serialized Form</A></DL>
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html#copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)">copyRelationship</A></B>(<A HREF="../../../wt/fc/WTObject.html" title="class in wt.fc">WTObject</A>&nbsp;original,
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html#copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)">copyRelationship</A></B>(<A HREF="../../../wt/fc/WTObject.html" title="class in wt.fc">WTObject</A>&nbsp;original,
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMDescribeLinkDelegate.html:&nbsp;<A HREF="CopyEPMDescribeLinkDelegate.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMVariantLinkDelegate.html:&nbsp;<A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure"><B>PREV CLASS</B></A>&nbsp;
codebase\wt\clients\library\api\wt\epm\structure\CopyEPMVariantLinkDelegate.html:&nbsp;<A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure"><B>PREV CLASS</B></A>&nbsp;
codebase\wt\clients\library\api\wt\epm\structure\EPMContainedObjectType.html:&nbsp;<A HREF="../../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><B>NEXT CLASS</B></A></FONT></TD>
codebase\wt\clients\library\api\wt\epm\structure\EPMContainedObjectType.html:&nbsp;<A HREF="../../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><B>NEXT CLASS</B></A></FONT></TD>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:EPMDescribeLink (WNC.X-05.0.0.00.73)
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<META NAME="keywords" CONTENT="wt.epm.structure.EPMDescribeLink class">
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:    parent.document.title="EPMDescribeLink (WNC.X-05.0.0.00.73)";
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:&nbsp;<A HREF="EPMDescribeLink.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:Class EPMDescribeLink</H2>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:              <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>wt.epm.structure.EPMDescribeLink</B>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<DT>public class <B>EPMDescribeLink</B><DT>extends <A HREF="../../../wt/vc/struct/IteratedDescribeLink.html" title="class in wt.vc.struct">IteratedDescribeLink</A><DT>implements <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Externalizable.html" title="class or interface in java.io">Externalizable</A>, <A HREF="../../../wt/esi/Releasable.html" title="interface in wt.esi">Releasable</A>, wt.fc.archive.Archiveable</DL>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html: Use the <code>newEPMDescribeLink</code> static factory method(s), not
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html: the <code>EPMDescribeLink</code> constructor, to construct instances
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#wt.epm.structure.EPMDescribeLink">Serialized Form</A></DL>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html#BUILT_FLAG">BUILT_FLAG</A></B></CODE>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html#DESCRIBED_BY_ROLE">DESCRIBED_BY_ROLE</A></B></CODE>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html#DESCRIBES_ROLE">DESCRIBES_ROLE</A></B></CODE>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html#isBuiltFlag()">isBuiltFlag</A></B>()</CODE>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html#setBuiltFlag(boolean)">setBuiltFlag</A></B>(boolean&nbsp;a_BuiltFlag)</CODE>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html#setDescribedBy(wt.vc.Iterated)">setDescribedBy</A></B>(<A HREF="../../../wt/vc/Iterated.html" title="interface in wt.vc">Iterated</A>&nbsp;describedBy)</CODE>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<TD><CODE><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html#setDescribes(wt.vc.Iterated)">setDescribes</A></B>(<A HREF="../../../wt/vc/Iterated.html" title="interface in wt.vc">Iterated</A>&nbsp;describes)</CODE>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#wt.epm.structure.EPMDescribeLink.DESCRIBES_ROLE">Constant Field Values</A></DL>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#wt.epm.structure.EPMDescribeLink.DESCRIBED_BY_ROLE">Constant Field Values</A></DL>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#wt.epm.structure.EPMDescribeLink.BUILT_FLAG">Constant Field Values</A></DL>
codebase\wt\clients\library\api\wt\epm\structure\EPMDescribeLink.html:&nbsp;<A HREF="EPMDescribeLink.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
codebase\wt\clients\library\api\wt\epm\structure\EPMMemberLink.html:&nbsp;<A HREF="../../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><B>PREV CLASS</B></A>&nbsp;
codebase\wt\clients\library\api\wt\epm\structure\EPMMemberLink.html:&nbsp;<A HREF="../../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><B>PREV CLASS</B></A>&nbsp;
codebase\wt\clients\library\api\wt\epm\structure\package-frame.html:<A HREF="CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure" target="classFrame">CopyEPMDescribeLinkDelegate</A>
codebase\wt\clients\library\api\wt\epm\structure\package-frame.html:<A HREF="EPMDescribeLink.html" title="class in wt.epm.structure" target="classFrame">EPMDescribeLink</A>
codebase\wt\clients\library\api\wt\epm\structure\package-summary.html:<TD WIDTH="15%"><B><A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure">CopyEPMDescribeLinkDelegate</A></B></TD>
codebase\wt\clients\library\api\wt\epm\structure\package-summary.html:<TD WIDTH="15%"><B><A HREF="../../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A></B></TD>
codebase\wt\clients\library\api\wt\epm\structure\package-summary.html: Use the <code>newEPMDescribeLink</code> static factory method(s), not
codebase\wt\clients\library\api\wt\epm\structure\package-summary.html: the <code>EPMDescribeLink</code> constructor, to construct instances
codebase\wt\clients\library\api\wt\epm\structure\package-tree.html:<LI TYPE="circle">class wt.epm.structure.<A HREF="../../../wt/epm/structure/CopyEPMDescribeLinkDelegate.html" title="class in wt.epm.structure"><B>CopyEPMDescribeLinkDelegate</B></A> (implements wt.enterprise.<A HREF="../../../wt/enterprise/CopyBinaryLinkDelegate.html" title="interface in wt.enterprise">CopyBinaryLinkDelegate</A>, java.io.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Externalizable.html" title="class or interface in java.io">Externalizable</A>)
codebase\wt\clients\library\api\wt\epm\structure\package-tree.html:<LI TYPE="circle">class wt.epm.structure.<A HREF="../../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><B>EPMDescribeLink</B></A> (implements wt.fc.archive.Archiveable, java.io.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Externalizable.html" title="class or interface in java.io">Externalizable</A>, wt.esi.<A HREF="../../../wt/esi/Releasable.html" title="interface in wt.esi">Releasable</A>)
codebase\wt\clients\library\api\wt\esi\Releasable.html:<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../wt/epm/build/EPMBuildHistory.html" title="class in wt.epm.build">EPMBuildHistory</A>, <A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>, <A HREF="../../wt/epm/EPMDocument.html" title="class in wt.epm">EPMDocument</A>, <A HREF="../../wt/part/PartUsesOccurrence.html" title="class in wt.part">PartUsesOccurrence</A>, <A HREF="../../wt/change2/WTChangeOrder2.html" title="class in wt.change2">WTChangeOrder2</A>, <A HREF="../../wt/doc/WTDocument.html" title="class in wt.doc">WTDocument</A>, <A HREF="../../wt/part/WTPart.html" title="class in wt.part">WTPart</A>, <A HREF="../../wt/part/WTPartDescribeLink.html" title="class in wt.part">WTPartDescribeLink</A>, <A HREF="../../wt/part/WTPartMaster.html" title="class in wt.part">WTPartMaster</A>, <A HREF="../../wt/part/WTPartReferenceLink.html" title="class in wt.part">WTPartReferenceLink</A></DD>
codebase\wt\clients\library\api\wt\fc\NetFactor.html:<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../com/ptc/core/meta/type/runtime/server/impl/AbstractModelBasedConstraintFactory.html" title="class in com.ptc.core.meta.type.runtime.server.impl">AbstractModelBasedConstraintFactory</A>, <A HREF="../../wt/change2/AcceptedStrategy.html" title="class in wt.change2">AcceptedStrategy</A>, <A HREF="../../wt/change2/AddressedBy2.html" title="class in wt.change2">AddressedBy2</A>, <A HREF="../../wt/admin/AdministrativeDomain.html" title="class in wt.admin">AdministrativeDomain</A>, <A HREF="../../wt/change2/AffectedActivityData.html" title="class in wt.change2">AffectedActivityData</A>, <A HREF="../../wt/change2/AnalysisActivity.html" title="class in wt.change2">AnalysisActivity</A>, <A HREF="../../wt/annotation/AnnotationSet.html" title="class in wt.annotation">AnnotationSet</A>, <A HREF="../../wt/vc/config/BaselineConfigSpec.html" title="class in wt.vc.config">BaselineConfigSpec</A>, <A HREF="../../wt/configuration/BaselineConfigurationConfigSpec.html" title="class in wt.configuration">BaselineConfigurationConfigSpec</A>, <A HREF="../../wt/configuration/BaselineConfigurationOverride.html" title="class in wt.configuration">BaselineConfigurationOverride</A>, <A HREF="../../wt/enterprise/tabularresults/BaseQueryService.html" title="class in wt.enterprise.tabularresults">BaseQueryService</A>, <A HREF="../../wt/folder/Cabinet.html" title="class in wt.folder">Cabinet</A>, <A HREF="../../wt/enterprise/CabinetManaged.html" title="class in wt.enterprise">CabinetManaged</A>, <A HREF="../../wt/change2/ChangeActivity2.html" title="class in wt.change2">ChangeActivity2</A>, <A HREF="../../wt/change2/ChangeAnalysis.html" title="class in wt.change2">ChangeAnalysis</A>, <A HREF="../../wt/change2/ChangeInvestigation.html" title="class in wt.change2">ChangeInvestigation</A>, <A HREF="../../wt/change2/ChangeIssue.html" title="class in wt.change2">ChangeIssue</A>, <A HREF="../../wt/change2/ChangeOrder2.html" title="class in wt.change2">ChangeOrder2</A>, <A HREF="../../wt/change2/ChangeProposal.html" title="class in wt.change2">ChangeProposal</A>, <A HREF="../../wt/change2/ChangeRecord2.html" title="class in wt.change2">ChangeRecord2</A>, <A HREF="../../wt/change2/ChangeRequest2.html" title="class in wt.change2">ChangeRequest2</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrence.html" title="class in wt.occurrence">CombinedPathOccurrence</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceDataMaster.html" title="class in wt.occurrence">CombinedPathOccurrenceDataMaster</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceDocumentation.html" title="class in wt.occurrence">CombinedPathOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceUserIBAs.html" title="class in wt.occurrence">CombinedPathOccurrenceUserIBAs</A>, <A HREF="../../wt/effectivity/ConfigurationItem.html" title="class in wt.effectivity">ConfigurationItem</A>, <A HREF="../../wt/inf/team/ContainerTeam.html" title="class in wt.inf.team">ContainerTeam</A>, <A HREF="../../wt/content/DataFormat.html" title="class in wt.content">DataFormat</A>, <A HREF="../../wt/occurrence/DataOccurrenceForeignKey.html" title="class in wt.occurrence">DataOccurrenceForeignKey</A>, <A HREF="../../wt/occurrence/DataOccurrenceReference.html" title="class in wt.occurrence">DataOccurrenceReference</A>, <A HREF="../../wt/effectivity/DatedEffectivity.html" title="class in wt.effectivity">DatedEffectivity</A>, <A HREF="../../wt/eff/DateEffRange.html" title="class in wt.eff">DateEffRange</A>, <A HREF="../../wt/inf/template/DefaultWTContainerTemplate.html" title="class in wt.inf.template">DefaultWTContainerTemplate</A>, <A HREF="../../wt/projmgmt/resource/Deliverable.html" title="class in wt.projmgmt.resource">Deliverable</A>, <A HREF="../../wt/change2/DetailedBy.html" title="class in wt.change2">DetailedBy</A>, <A HREF="../../wt/eff/EffConfigSpec.html" title="class in wt.eff">EffConfigSpec</A>, <A HREF="../../wt/eff/EffConfigSpecGroup.html" title="class in wt.eff">EffConfigSpecGroup</A>, <A HREF="../../wt/vc/config/EffectivityConfigSpec.html" title="class in wt.vc.config">EffectivityConfigSpec</A>, <A HREF="../../wt/mail/EMailMessage.html" title="class in wt.mail">EMailMessage</A>, <A HREF="../../wt/epm/util/EPMApplicationVeto.html" title="class in wt.epm.util">EPMApplicationVeto</A>, <A HREF="../../wt/epm/EPMAuthoringAppVersion.html" title="class in wt.epm">EPMAuthoringAppVersion</A>, <A HREF="../../wt/epm/EPMBoxExtents.html" title="class in wt.epm">EPMBoxExtents</A>, <A HREF="../../wt/epm/build/EPMBuildHistory.html" title="class in wt.epm.build">EPMBuildHistory</A>, <A HREF="../../wt/epm/EPMCADNamespace.html" title="class in wt.epm">EPMCADNamespace</A>, <A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>, <A HREF="../../wt/epm/EPMDocConfigSpec.html" title="class in wt.epm">EPMDocConfigSpec</A>, <A HREF="../../wt/epm/EPMDocument.html" title="class in wt.epm">EPMDocument</A>, <A HREF="../../wt/epm/EPMDocumentMaster.html" title="class in wt.epm">EPMDocumentMaster</A>, wt.epm.familytable.EPMFamilyTableCell, wt.epm.familytable.EPMFamilyTableColumn, <A HREF="../../wt/epm/familytable/EPMFeatureDefinition.html" title="class in wt.epm.familytable">EPMFeatureDefinition</A>, <A HREF="../../wt/epm/structure/EPMMemberLink.html" title="class in wt.epm.structure">EPMMemberLink</A>, <A HREF="../../wt/epm/familytable/EPMParameterDefinition.html" title="class in wt.epm.familytable">EPMParameterDefinition</A>, <A HREF="../../wt/epm/structure/EPMReferenceLink.html" title="class in wt.epm.structure">EPMReferenceLink</A>, <A HREF="../../wt/epm/familytable/EPMSepFamilyTable.html" title="class in wt.epm.familytable">EPMSepFamilyTable</A>, <A HREF="../../wt/epm/familytable/EPMSepFamilyTableMaster.html" title="class in wt.epm.familytable">EPMSepFamilyTableMaster</A>, <A HREF="../../wt/epm/supportingdata/EPMSupportingData.html" title="class in wt.epm.supportingdata">EPMSupportingData</A>, <A HREF="../../wt/epm/structure/occurrences/EPMUsesOccurrence.html" title="class in wt.epm.structure.occurrences">EPMUsesOccurrence</A>, <A HREF="../../wt/epm/workspaces/EPMWorkspace.html" title="class in wt.epm.workspaces">EPMWorkspace</A>, <A HREF="../../com/ptc/windchill/esi/tgt/ESITarget.html" title="class in com.ptc.windchill.esi.tgt">ESITarget</A>, <A HREF="../../com/ptc/windchill/esi/txn/ESITransaction.html" title="class in com.ptc.windchill.esi.txn">ESITransaction</A>, <A HREF="../../wt/folder/FolderMemberLink.html" title="class in wt.folder">FolderMemberLink</A>, <A HREF="../../wt/enterprise/FolderResident.html" title="class in wt.enterprise">FolderResident</A>, <A HREF="../../wt/change2/FormalizedBy.html" title="class in wt.change2">FormalizedBy</A>, <A HREF="../../wt/fc/IdentificationObject.html" title="class in wt.fc">IdentificationObject</A>, <A HREF="../../wt/change2/IncludedIn2.html" title="class in wt.change2">IncludedIn2</A>, <A HREF="../../wt/vc/config/InUseConfigSpec.html" title="class in wt.vc.config">InUseConfigSpec</A>, <A HREF="../../wt/fc/Item.html" title="class in wt.fc">Item</A>, <A HREF="../../wt/vc/config/IteratedFolderedConfigSpec.html" title="class in wt.vc.config">IteratedFolderedConfigSpec</A>, <A HREF="../../wt/folder/IteratedFolderMemberLink.html" title="class in wt.folder">IteratedFolderMemberLink</A>, <A HREF="../../wt/enterprise/IteratedFolderResident.html" title="class in wt.enterprise">IteratedFolderResident</A>, <A HREF="../../wt/folder/IteratedShortcutLink.html" title="class in wt.folder">IteratedShortcutLink</A>, <A HREF="../../wt/vc/IterationIdentifier.html" title="class in wt.vc">IterationIdentifier</A>, <A HREF="../../wt/eff/LeftFilledStringEffRange.html" title="class in wt.eff">LeftFilledStringEffRange</A>, <A HREF="../../wt/vc/config/LifeCycleConfigSpec.html" title="class in wt.vc.config">LifeCycleConfigSpec</A>, <A HREF="../../wt/part/LineNumber.html" title="class in wt.part">LineNumber</A>, <A HREF="../../wt/enterprise/Managed.html" title="class in wt.enterprise">Managed</A>, <A HREF="../../wt/vc/baseline/ManagedBaseline.html" title="class in wt.vc.baseline">ManagedBaseline</A>, <A HREF="../../wt/enterprise/Master.html" title="class in wt.enterprise">Master</A>, <A HREF="../../wt/fc/ObjectIdentifier.html" title="class in wt.fc">ObjectIdentifier</A>, <A HREF="../../wt/fc/ObjectReference.html" title="class in wt.fc">ObjectReference</A>, <A HREF="../../wt/notify/ObjectSubscription.html" title="class in wt.notify">ObjectSubscription</A>, <A HREF="../../wt/fc/ObjectToObjectLink.html" title="class in wt.fc">ObjectToObjectLink</A>, <A HREF="../../wt/vc/ObjectToVersionLink.html" title="class in wt.vc">ObjectToVersionLink</A>, <A HREF="../../wt/vc/OneOffVersionIdentifier.html" title="class in wt.vc">OneOffVersionIdentifier</A>, <A HREF="../../wt/inf/container/OrgContainer.html" title="class in wt.inf.container">OrgContainer</A>, <A HREF="../../wt/part/PartPathOccurrence.html" title="class in wt.part">PartPathOccurrence</A>, <A HREF="../../wt/part/PartUsesOccurrence.html" title="class in wt.part">PartUsesOccurrence</A>, <A HREF="../../wt/occurrence/PathOccurrenceDataMaster.html" title="class in wt.occurrence">PathOccurrenceDataMaster</A>, <A HREF="../../wt/occurrence/PathOccurrenceDocumentation.html" title="class in wt.occurrence">PathOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/PathOccurrenceUserIBAs.html" title="class in wt.occurrence">PathOccurrenceUserIBAs</A>, <A HREF="../../wt/pdmlink/PDMLinkProduct.html" title="class in wt.pdmlink">PDMLinkProduct</A>, <A HREF="../../wt/eff/PersistableEffConfigSpec.html" title="class in wt.eff">PersistableEffConfigSpec</A>, <A HREF="../../wt/change2/ProblemProduct.html" title="class in wt.change2">ProblemProduct</A>, <A HREF="../../wt/workflow/engine/ProcessData.html" title="class in wt.workflow.engine">ProcessData</A>, <A HREF="../../wt/workflow/definer/ProcessDataInfo.html" title="class in wt.workflow.definer">ProcessDataInfo</A>, <A HREF="../../wt/part/ProductDateEffectivity.html" title="class in wt.part">ProductDateEffectivity</A>, <A HREF="../../wt/part/ProductLotNumberEffectivity.html" title="class in wt.part">ProductLotNumberEffectivity</A>, <A HREF="../../wt/part/ProductSerialNumberEffectivity.html" title="class in wt.part">ProductSerialNumberEffectivity</A>, <A HREF="../../wt/projmgmt/admin/Project2.html" title="class in wt.projmgmt.admin">Project2</A>, <A HREF="../../wt/projmgmt/execution/ProjectPlan.html" title="class in wt.projmgmt.execution">ProjectPlan</A>, <A HREF="../../wt/projmgmt/execution/ProjectWorkItem.html" title="class in wt.projmgmt.execution">ProjectWorkItem</A>, <A HREF="../../wt/maturity/PromotionNotice.html" title="class in wt.maturity">PromotionNotice</A>, <A HREF="../../wt/part/Quantity.html" title="class in wt.part">Quantity</A>, <A HREF="../../wt/queue/QueueEntry.html" title="class in wt.queue">QueueEntry</A>, <A HREF="../../wt/change2/RelevantAnalysisData.html" title="class in wt.change2">RelevantAnalysisData</A>, <A HREF="../../wt/change2/RelevantRequestData2.html" title="class in wt.change2">RelevantRequestData2</A>, <A HREF="../../wt/change2/ReportedAgainst.html" title="class in wt.change2">ReportedAgainst</A>, <A HREF="../../wt/query/template/ReportTemplate.html" title="class in wt.query.template">ReportTemplate</A>, <A HREF="../../wt/change2/ResearchedBy.html" title="class in wt.change2">ResearchedBy</A>, <A HREF="../../wt/enterprise/RevisionControlled.html" title="class in wt.enterprise">RevisionControlled</A>, <A HREF="../../wt/queue/ScheduleQueueEntry.html" title="class in wt.queue">ScheduleQueueEntry</A>, <A HREF="../../wt/configuration/SerialNumberedConfiguredInstanceConfigSpec.html" title="class in wt.configuration">SerialNumberedConfiguredInstanceConfigSpec</A>, <A HREF="../../wt/configuration/SerialNumberMapping.html" title="class in wt.configuration">SerialNumberMapping</A>, <A HREF="../../wt/series/Series.html" title="class in wt.series">Series</A>, <A HREF="../../wt/federation/ServiceIdentifier.html" title="class in wt.federation">ServiceIdentifier</A>, <A HREF="../../wt/folder/ShortcutLink.html" title="class in wt.folder">ShortcutLink</A>, <A HREF="../../wt/enterprise/Simple.html" title="class in wt.enterprise">Simple</A>, <A HREF="../../wt/services/StandardManager.html" title="class in wt.services">StandardManager</A>, <A HREF="../../wt/services/StandardManagerService.html" title="class in wt.services">StandardManagerService</A>, <A HREF="../../wt/eff/StringEffRange.html" title="class in wt.eff">StringEffRange</A>, <A HREF="../../wt/folder/SubFolder.html" title="class in wt.folder">SubFolder</A>, <A HREF="../../wt/folder/SubFolderLink.html" title="class in wt.folder">SubFolderLink</A>, <A HREF="../../wt/change2/SubjectProduct.html" title="class in wt.change2">SubjectProduct</A>, <A HREF="../../wt/epm/structure/Transform.html" title="class in wt.epm.structure">Transform</A>, <A HREF="../../wt/ixb/mapping/UfidMapping.html" title="class in wt.ixb.mapping">UfidMapping</A>, <A HREF="../../wt/effectivity/UnitEffectivity.html" title="class in wt.effectivity">UnitEffectivity</A>, <A HREF="../../wt/occurrence/UsesOccurrenceDocumentation.html" title="class in wt.occurrence">UsesOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/UsesOccurrenceForeignKey.html" title="class in wt.occurrence">UsesOccurrenceForeignKey</A>, <A HREF="../../wt/occurrence/UsesOccurrenceReference.html" title="class in wt.occurrence">UsesOccurrenceReference</A>, <A HREF="../../wt/occurrence/UsesOccurrenceUserIBAs.html" title="class in wt.occurrence">UsesOccurrenceUserIBAs</A>, <A HREF="../../wt/vc/VersionIdentifier.html" title="class in wt.vc">VersionIdentifier</A>, <A HREF="../../wt/vc/VersionReference.html" title="class in wt.vc">VersionReference</A>, <A HREF="../../wt/vc/VersionToVersionLink.html" title="class in wt.vc">VersionToVersionLink</A>, <A HREF="../../wt/vc/config/ViewConfigSpec.html" title="class in wt.vc.config">ViewConfigSpec</A>, <A HREF="../../wt/workflow/engine/WfExecutionObject.html" title="class in wt.workflow.engine">WfExecutionObject</A>, <A HREF="../../wt/workflow/engine/WfProcess.html" title="class in wt.workflow.engine">WfProcess</A>, <A HREF="../../wt/workflow/definer/WfTemplateObject.html" title="class in wt.workflow.definer">WfTemplateObject</A>, <A HREF="../../wt/workflow/definer/WfVariableInfo.html" title="class in wt.workflow.definer">WfVariableInfo</A>, wt.workflow.work.WorkItem, <A HREF="../../wt/change2/WTAnalysisActivity.html" title="class in wt.change2">WTAnalysisActivity</A>, <A HREF="../../wt/change2/WTChangeActivity2.html" title="class in wt.change2">WTChangeActivity2</A>, <A HREF="../../wt/change2/WTChangeInvestigation.html" title="class in wt.change2">WTChangeInvestigation</A>, <A HREF="../../wt/change2/WTChangeIssue.html" title="class in wt.change2">WTChangeIssue</A>, <A HREF="../../wt/change2/WTChangeOrder2.html" title="class in wt.change2">WTChangeOrder2</A>, <A HREF="../../wt/change2/WTChangeProposal.html" title="class in wt.change2">WTChangeProposal</A>, <A HREF="../../wt/change2/WTChangeRequest2.html" title="class in wt.change2">WTChangeRequest2</A>, <A HREF="../../wt/inf/template/WTContainerTemplateMaster.html" title="class in wt.inf.template">WTContainerTemplateMaster</A>, <A HREF="../../wt/doc/WTDocument.html" title="class in wt.doc">WTDocument</A>, <A HREF="../../wt/doc/WTDocumentConfigSpec.html" title="class in wt.doc">WTDocumentConfigSpec</A>, <A HREF="../../wt/doc/WTDocumentMaster.html" title="class in wt.doc">WTDocumentMaster</A>, <A HREF="../../wt/doc/WTDocumentStandardConfigSpec.html" title="class in wt.doc">WTDocumentStandardConfigSpec</A>, <A HREF="../../wt/org/WTGroup.html" title="class in wt.org">WTGroup</A>, <A HREF="../../wt/inf/library/WTLibrary.html" title="class in wt.inf.library">WTLibrary</A>, <A HREF="../../wt/fc/WTObject.html" title="class in wt.fc">WTObject</A>, <A HREF="../../wt/org/WTOrganizationIdentifier.html" title="class in wt.org">WTOrganizationIdentifier</A>, <A HREF="../../wt/part/WTPart.html" title="class in wt.part">WTPart</A>, <A HREF="../../wt/part/WTPartAlternateLink.html" title="class in wt.part">WTPartAlternateLink</A>, <A HREF="../../wt/part/WTPartBaselineConfigSpec.html" title="class in wt.part">WTPartBaselineConfigSpec</A>, <A HREF="../../wt/part/WTPartConfigSpec.html" title="class in wt.part">WTPartConfigSpec</A>, <A HREF="../../wt/part/WTPartDescribeLink.html" title="class in wt.part">WTPartDescribeLink</A>, <A HREF="../../wt/part/WTPartEffectivityConfigSpec.html" title="class in wt.part">WTPartEffectivityConfigSpec</A>, <A HREF="../../wt/part/WTPartMaster.html" title="class in wt.part">WTPartMaster</A>, <A HREF="../../wt/part/WTPartReferenceLink.html" title="class in wt.part">WTPartReferenceLink</A>, <A HREF="../../wt/part/WTPartStandardConfigSpec.html" title="class in wt.part">WTPartStandardConfigSpec</A>, <A HREF="../../wt/part/WTPartSubstituteLink.html" title="class in wt.part">WTPartSubstituteLink</A>, <A HREF="../../wt/part/WTPartUsageLink.html" title="class in wt.part">WTPartUsageLink</A>, <A HREF="../../wt/org/WTPrincipal.html" title="class in wt.org">WTPrincipal</A>, <A HREF="../../wt/part/WTProduct.html" title="class in wt.part">WTProduct</A>, <A HREF="../../wt/part/WTProductConfiguration.html" title="class in wt.part">WTProductConfiguration</A>, <A HREF="../../wt/part/WTProductConfigurationMaster.html" title="class in wt.part">WTProductConfigurationMaster</A>, <A HREF="../../wt/part/WTProductInstance2.html" title="class in wt.part">WTProductInstance2</A>, <A HREF="../../wt/part/WTProductInstanceMaster.html" title="class in wt.part">WTProductInstanceMaster</A>, <A HREF="../../wt/part/WTProductMaster.html" title="class in wt.part">WTProductMaster</A>, <A HREF="../../wt/part/WTSerialNumberedPart.html" title="class in wt.part">WTSerialNumberedPart</A>, <A HREF="../../wt/part/WTSerialNumberedPartInstance.html" title="class in wt.part">WTSerialNumberedPartInstance</A>, <A HREF="../../wt/org/WTUser.html" title="class in wt.org">WTUser</A></DD>
codebase\wt\clients\library\api\wt\fc\ObjectMappable.html:<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../wt/change2/AcceptedStrategy.html" title="class in wt.change2">AcceptedStrategy</A>, <A HREF="../../wt/change2/AddressedBy2.html" title="class in wt.change2">AddressedBy2</A>, <A HREF="../../wt/admin/AdministrativeDomain.html" title="class in wt.admin">AdministrativeDomain</A>, <A HREF="../../wt/change2/AffectedActivityData.html" title="class in wt.change2">AffectedActivityData</A>, <A HREF="../../wt/change2/AnalysisActivity.html" title="class in wt.change2">AnalysisActivity</A>, <A HREF="../../wt/annotation/AnnotationSet.html" title="class in wt.annotation">AnnotationSet</A>, <A HREF="../../wt/vc/config/BaselineConfigSpec.html" title="class in wt.vc.config">BaselineConfigSpec</A>, <A HREF="../../wt/configuration/BaselineConfigurationOverride.html" title="class in wt.configuration">BaselineConfigurationOverride</A>, <A HREF="../../wt/folder/Cabinet.html" title="class in wt.folder">Cabinet</A>, <A HREF="../../wt/enterprise/CabinetManaged.html" title="class in wt.enterprise">CabinetManaged</A>, <A HREF="../../wt/change2/ChangeActivity2.html" title="class in wt.change2">ChangeActivity2</A>, <A HREF="../../wt/change2/ChangeAnalysis.html" title="class in wt.change2">ChangeAnalysis</A>, <A HREF="../../wt/change2/ChangeInvestigation.html" title="class in wt.change2">ChangeInvestigation</A>, <A HREF="../../wt/change2/ChangeIssue.html" title="class in wt.change2">ChangeIssue</A>, <A HREF="../../wt/change2/ChangeOrder2.html" title="class in wt.change2">ChangeOrder2</A>, <A HREF="../../wt/change2/ChangeProposal.html" title="class in wt.change2">ChangeProposal</A>, <A HREF="../../wt/change2/ChangeRecord2.html" title="class in wt.change2">ChangeRecord2</A>, <A HREF="../../wt/change2/ChangeRequest2.html" title="class in wt.change2">ChangeRequest2</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrence.html" title="class in wt.occurrence">CombinedPathOccurrence</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceDataMaster.html" title="class in wt.occurrence">CombinedPathOccurrenceDataMaster</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceDocumentation.html" title="class in wt.occurrence">CombinedPathOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceUserIBAs.html" title="class in wt.occurrence">CombinedPathOccurrenceUserIBAs</A>, <A HREF="../../wt/effectivity/ConfigurationItem.html" title="class in wt.effectivity">ConfigurationItem</A>, <A HREF="../../wt/inf/team/ContainerTeam.html" title="class in wt.inf.team">ContainerTeam</A>, <A HREF="../../wt/content/DataFormat.html" title="class in wt.content">DataFormat</A>, <A HREF="../../wt/occurrence/DataOccurrenceForeignKey.html" title="class in wt.occurrence">DataOccurrenceForeignKey</A>, <A HREF="../../wt/occurrence/DataOccurrenceReference.html" title="class in wt.occurrence">DataOccurrenceReference</A>, <A HREF="../../wt/effectivity/DatedEffectivity.html" title="class in wt.effectivity">DatedEffectivity</A>, <A HREF="../../wt/eff/DateEffRange.html" title="class in wt.eff">DateEffRange</A>, <A HREF="../../wt/inf/template/DefaultWTContainerTemplate.html" title="class in wt.inf.template">DefaultWTContainerTemplate</A>, <A HREF="../../wt/projmgmt/resource/Deliverable.html" title="class in wt.projmgmt.resource">Deliverable</A>, <A HREF="../../wt/change2/DetailedBy.html" title="class in wt.change2">DetailedBy</A>, <A HREF="../../wt/eff/EffConfigSpec.html" title="class in wt.eff">EffConfigSpec</A>, <A HREF="../../wt/eff/EffConfigSpecGroup.html" title="class in wt.eff">EffConfigSpecGroup</A>, <A HREF="../../wt/vc/config/EffectivityConfigSpec.html" title="class in wt.vc.config">EffectivityConfigSpec</A>, <A HREF="../../wt/mail/EMailMessage.html" title="class in wt.mail">EMailMessage</A>, <A HREF="../../wt/epm/EPMAuthoringAppVersion.html" title="class in wt.epm">EPMAuthoringAppVersion</A>, <A HREF="../../wt/epm/EPMBoxExtents.html" title="class in wt.epm">EPMBoxExtents</A>, <A HREF="../../wt/epm/build/EPMBuildHistory.html" title="class in wt.epm.build">EPMBuildHistory</A>, <A HREF="../../wt/epm/EPMCADNamespace.html" title="class in wt.epm">EPMCADNamespace</A>, <A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>, <A HREF="../../wt/epm/EPMDocConfigSpec.html" title="class in wt.epm">EPMDocConfigSpec</A>, <A HREF="../../wt/epm/EPMDocument.html" title="class in wt.epm">EPMDocument</A>, <A HREF="../../wt/epm/EPMDocumentMaster.html" title="class in wt.epm">EPMDocumentMaster</A>, wt.epm.familytable.EPMFamilyTableCell, wt.epm.familytable.EPMFamilyTableColumn, <A HREF="../../wt/epm/familytable/EPMFeatureDefinition.html" title="class in wt.epm.familytable">EPMFeatureDefinition</A>, <A HREF="../../wt/epm/structure/EPMMemberLink.html" title="class in wt.epm.structure">EPMMemberLink</A>, <A HREF="../../wt/epm/familytable/EPMParameterDefinition.html" title="class in wt.epm.familytable">EPMParameterDefinition</A>, <A HREF="../../wt/epm/structure/EPMReferenceLink.html" title="class in wt.epm.structure">EPMReferenceLink</A>, <A HREF="../../wt/epm/familytable/EPMSepFamilyTable.html" title="class in wt.epm.familytable">EPMSepFamilyTable</A>, <A HREF="../../wt/epm/familytable/EPMSepFamilyTableMaster.html" title="class in wt.epm.familytable">EPMSepFamilyTableMaster</A>, <A HREF="../../wt/epm/supportingdata/EPMSupportingData.html" title="class in wt.epm.supportingdata">EPMSupportingData</A>, <A HREF="../../wt/epm/structure/occurrences/EPMUsesOccurrence.html" title="class in wt.epm.structure.occurrences">EPMUsesOccurrence</A>, <A HREF="../../wt/epm/workspaces/EPMWorkspace.html" title="class in wt.epm.workspaces">EPMWorkspace</A>, <A HREF="../../com/ptc/windchill/esi/tgt/ESITarget.html" title="class in com.ptc.windchill.esi.tgt">ESITarget</A>, <A HREF="../../com/ptc/windchill/esi/txn/ESITransaction.html" title="class in com.ptc.windchill.esi.txn">ESITransaction</A>, <A HREF="../../wt/folder/FolderMemberLink.html" title="class in wt.folder">FolderMemberLink</A>, <A HREF="../../wt/enterprise/FolderResident.html" title="class in wt.enterprise">FolderResident</A>, <A HREF="../../wt/change2/FormalizedBy.html" title="class in wt.change2">FormalizedBy</A>, <A HREF="../../wt/change2/IncludedIn2.html" title="class in wt.change2">IncludedIn2</A>, <A HREF="../../wt/vc/config/InUseConfigSpec.html" title="class in wt.vc.config">InUseConfigSpec</A>, <A HREF="../../wt/vc/config/IteratedFolderedConfigSpec.html" title="class in wt.vc.config">IteratedFolderedConfigSpec</A>, <A HREF="../../wt/folder/IteratedFolderMemberLink.html" title="class in wt.folder">IteratedFolderMemberLink</A>, <A HREF="../../wt/enterprise/IteratedFolderResident.html" title="class in wt.enterprise">IteratedFolderResident</A>, <A HREF="../../wt/folder/IteratedShortcutLink.html" title="class in wt.folder">IteratedShortcutLink</A>, <A HREF="../../wt/vc/IterationIdentifier.html" title="class in wt.vc">IterationIdentifier</A>, <A HREF="../../wt/eff/LeftFilledStringEffRange.html" title="class in wt.eff">LeftFilledStringEffRange</A>, <A HREF="../../wt/vc/config/LifeCycleConfigSpec.html" title="class in wt.vc.config">LifeCycleConfigSpec</A>, <A HREF="../../wt/part/LineNumber.html" title="class in wt.part">LineNumber</A>, <A HREF="../../wt/enterprise/Managed.html" title="class in wt.enterprise">Managed</A>, <A HREF="../../wt/vc/baseline/ManagedBaseline.html" title="class in wt.vc.baseline">ManagedBaseline</A>, <A HREF="../../wt/enterprise/Master.html" title="class in wt.enterprise">Master</A>, <A HREF="../../wt/fc/ObjectIdentifier.html" title="class in wt.fc">ObjectIdentifier</A>, <A HREF="../../wt/fc/ObjectReference.html" title="class in wt.fc">ObjectReference</A>, <A HREF="../../wt/notify/ObjectSubscription.html" title="class in wt.notify">ObjectSubscription</A>, <A HREF="../../wt/fc/ObjectToObjectLink.html" title="class in wt.fc">ObjectToObjectLink</A>, <A HREF="../../wt/vc/ObjectToVersionLink.html" title="class in wt.vc">ObjectToVersionLink</A>, <A HREF="../../wt/vc/OneOffVersionIdentifier.html" title="class in wt.vc">OneOffVersionIdentifier</A>, <A HREF="../../wt/inf/container/OrgContainer.html" title="class in wt.inf.container">OrgContainer</A>, <A HREF="../../wt/part/PartPathOccurrence.html" title="class in wt.part">PartPathOccurrence</A>, <A HREF="../../wt/part/PartUsesOccurrence.html" title="class in wt.part">PartUsesOccurrence</A>, <A HREF="../../wt/occurrence/PathOccurrenceDataMaster.html" title="class in wt.occurrence">PathOccurrenceDataMaster</A>, <A HREF="../../wt/occurrence/PathOccurrenceDocumentation.html" title="class in wt.occurrence">PathOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/PathOccurrenceUserIBAs.html" title="class in wt.occurrence">PathOccurrenceUserIBAs</A>, <A HREF="../../wt/pdmlink/PDMLinkProduct.html" title="class in wt.pdmlink">PDMLinkProduct</A>, <A HREF="../../wt/eff/PersistableEffConfigSpec.html" title="class in wt.eff">PersistableEffConfigSpec</A>, <A HREF="../../wt/change2/ProblemProduct.html" title="class in wt.change2">ProblemProduct</A>, <A HREF="../../wt/part/ProductDateEffectivity.html" title="class in wt.part">ProductDateEffectivity</A>, <A HREF="../../wt/part/ProductLotNumberEffectivity.html" title="class in wt.part">ProductLotNumberEffectivity</A>, <A HREF="../../wt/part/ProductSerialNumberEffectivity.html" title="class in wt.part">ProductSerialNumberEffectivity</A>, <A HREF="../../wt/projmgmt/admin/Project2.html" title="class in wt.projmgmt.admin">Project2</A>, <A HREF="../../wt/projmgmt/execution/ProjectPlan.html" title="class in wt.projmgmt.execution">ProjectPlan</A>, <A HREF="../../wt/projmgmt/execution/ProjectWorkItem.html" title="class in wt.projmgmt.execution">ProjectWorkItem</A>, <A HREF="../../wt/maturity/PromotionNotice.html" title="class in wt.maturity">PromotionNotice</A>, <A HREF="../../wt/part/Quantity.html" title="class in wt.part">Quantity</A>, <A HREF="../../wt/queue/QueueEntry.html" title="class in wt.queue">QueueEntry</A>, <A HREF="../../wt/change2/RelevantAnalysisData.html" title="class in wt.change2">RelevantAnalysisData</A>, <A HREF="../../wt/change2/RelevantRequestData2.html" title="class in wt.change2">RelevantRequestData2</A>, <A HREF="../../wt/change2/ReportedAgainst.html" title="class in wt.change2">ReportedAgainst</A>, <A HREF="../../wt/query/template/ReportTemplate.html" title="class in wt.query.template">ReportTemplate</A>, <A HREF="../../wt/change2/ResearchedBy.html" title="class in wt.change2">ResearchedBy</A>, <A HREF="../../wt/enterprise/RevisionControlled.html" title="class in wt.enterprise">RevisionControlled</A>, <A HREF="../../wt/queue/ScheduleQueueEntry.html" title="class in wt.queue">ScheduleQueueEntry</A>, <A HREF="../../wt/configuration/SerialNumberMapping.html" title="class in wt.configuration">SerialNumberMapping</A>, <A HREF="../../wt/series/Series.html" title="class in wt.series">Series</A>, <A HREF="../../wt/federation/ServiceIdentifier.html" title="class in wt.federation">ServiceIdentifier</A>, <A HREF="../../wt/folder/ShortcutLink.html" title="class in wt.folder">ShortcutLink</A>, <A HREF="../../wt/eff/StringEffRange.html" title="class in wt.eff">StringEffRange</A>, <A HREF="../../wt/folder/SubFolder.html" title="class in wt.folder">SubFolder</A>, <A HREF="../../wt/folder/SubFolderLink.html" title="class in wt.folder">SubFolderLink</A>, <A HREF="../../wt/change2/SubjectProduct.html" title="class in wt.change2">SubjectProduct</A>, <A HREF="../../wt/epm/structure/Transform.html" title="class in wt.epm.structure">Transform</A>, <A HREF="../../wt/ixb/mapping/UfidMapping.html" title="class in wt.ixb.mapping">UfidMapping</A>, <A HREF="../../wt/effectivity/UnitEffectivity.html" title="class in wt.effectivity">UnitEffectivity</A>, <A HREF="../../wt/occurrence/UsesOccurrenceDocumentation.html" title="class in wt.occurrence">UsesOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/UsesOccurrenceForeignKey.html" title="class in wt.occurrence">UsesOccurrenceForeignKey</A>, <A HREF="../../wt/occurrence/UsesOccurrenceReference.html" title="class in wt.occurrence">UsesOccurrenceReference</A>, <A HREF="../../wt/occurrence/UsesOccurrenceUserIBAs.html" title="class in wt.occurrence">UsesOccurrenceUserIBAs</A>, <A HREF="../../wt/vc/VersionIdentifier.html" title="class in wt.vc">VersionIdentifier</A>, <A HREF="../../wt/vc/VersionReference.html" title="class in wt.vc">VersionReference</A>, <A HREF="../../wt/vc/VersionToVersionLink.html" title="class in wt.vc">VersionToVersionLink</A>, <A HREF="../../wt/vc/config/ViewConfigSpec.html" title="class in wt.vc.config">ViewConfigSpec</A>, <A HREF="../../wt/workflow/engine/WfExecutionObject.html" title="class in wt.workflow.engine">WfExecutionObject</A>, <A HREF="../../wt/workflow/engine/WfProcess.html" title="class in wt.workflow.engine">WfProcess</A>, <A HREF="../../wt/workflow/definer/WfTemplateObject.html" title="class in wt.workflow.definer">WfTemplateObject</A>, wt.workflow.work.WorkItem, <A HREF="../../wt/change2/WTAnalysisActivity.html" title="class in wt.change2">WTAnalysisActivity</A>, <A HREF="../../wt/change2/WTChangeActivity2.html" title="class in wt.change2">WTChangeActivity2</A>, <A HREF="../../wt/change2/WTChangeInvestigation.html" title="class in wt.change2">WTChangeInvestigation</A>, <A HREF="../../wt/change2/WTChangeIssue.html" title="class in wt.change2">WTChangeIssue</A>, <A HREF="../../wt/change2/WTChangeOrder2.html" title="class in wt.change2">WTChangeOrder2</A>, <A HREF="../../wt/change2/WTChangeProposal.html" title="class in wt.change2">WTChangeProposal</A>, <A HREF="../../wt/change2/WTChangeRequest2.html" title="class in wt.change2">WTChangeRequest2</A>, <A HREF="../../wt/inf/template/WTContainerTemplateMaster.html" title="class in wt.inf.template">WTContainerTemplateMaster</A>, <A HREF="../../wt/doc/WTDocument.html" title="class in wt.doc">WTDocument</A>, <A HREF="../../wt/doc/WTDocumentConfigSpec.html" title="class in wt.doc">WTDocumentConfigSpec</A>, <A HREF="../../wt/doc/WTDocumentMaster.html" title="class in wt.doc">WTDocumentMaster</A>, <A HREF="../../wt/doc/WTDocumentStandardConfigSpec.html" title="class in wt.doc">WTDocumentStandardConfigSpec</A>, <A HREF="../../wt/org/WTGroup.html" title="class in wt.org">WTGroup</A>, <A HREF="../../wt/inf/library/WTLibrary.html" title="class in wt.inf.library">WTLibrary</A>, <A HREF="../../wt/fc/WTObject.html" title="class in wt.fc">WTObject</A>, <A HREF="../../wt/org/WTOrganizationIdentifier.html" title="class in wt.org">WTOrganizationIdentifier</A>, <A HREF="../../wt/part/WTPart.html" title="class in wt.part">WTPart</A>, <A HREF="../../wt/part/WTPartBaselineConfigSpec.html" title="class in wt.part">WTPartBaselineConfigSpec</A>, <A HREF="../../wt/part/WTPartConfigSpec.html" title="class in wt.part">WTPartConfigSpec</A>, <A HREF="../../wt/part/WTPartDescribeLink.html" title="class in wt.part">WTPartDescribeLink</A>, <A HREF="../../wt/part/WTPartEffectivityConfigSpec.html" title="class in wt.part">WTPartEffectivityConfigSpec</A>, <A HREF="../../wt/part/WTPartMaster.html" title="class in wt.part">WTPartMaster</A>, <A HREF="../../wt/part/WTPartReferenceLink.html" title="class in wt.part">WTPartReferenceLink</A>, <A HREF="../../wt/part/WTPartStandardConfigSpec.html" title="class in wt.part">WTPartStandardConfigSpec</A>, <A HREF="../../wt/part/WTPartUsageLink.html" title="class in wt.part">WTPartUsageLink</A>, <A HREF="../../wt/org/WTPrincipal.html" title="class in wt.org">WTPrincipal</A>, <A HREF="../../wt/part/WTProduct.html" title="class in wt.part">WTProduct</A>, <A HREF="../../wt/part/WTProductConfiguration.html" title="class in wt.part">WTProductConfiguration</A>, <A HREF="../../wt/part/WTProductConfigurationMaster.html" title="class in wt.part">WTProductConfigurationMaster</A>, <A HREF="../../wt/part/WTProductInstance2.html" title="class in wt.part">WTProductInstance2</A>, <A HREF="../../wt/part/WTProductInstanceMaster.html" title="class in wt.part">WTProductInstanceMaster</A>, <A HREF="../../wt/part/WTProductMaster.html" title="class in wt.part">WTProductMaster</A>, <A HREF="../../wt/part/WTSerialNumberedPart.html" title="class in wt.part">WTSerialNumberedPart</A>, <A HREF="../../wt/part/WTSerialNumberedPartInstance.html" title="class in wt.part">WTSerialNumberedPartInstance</A>, <A HREF="../../wt/org/WTUser.html" title="class in wt.org">WTUser</A></DD>
codebase\wt\clients\library\api\wt\fc\Persistable.html:<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../wt/change2/AcceptedStrategy.html" title="class in wt.change2">AcceptedStrategy</A>, <A HREF="../../wt/change2/AddressedBy2.html" title="class in wt.change2">AddressedBy2</A>, <A HREF="../../wt/admin/AdministrativeDomain.html" title="class in wt.admin">AdministrativeDomain</A>, <A HREF="../../wt/change2/AffectedActivityData.html" title="class in wt.change2">AffectedActivityData</A>, <A HREF="../../wt/change2/AnalysisActivity.html" title="class in wt.change2">AnalysisActivity</A>, <A HREF="../../wt/annotation/AnnotationSet.html" title="class in wt.annotation">AnnotationSet</A>, <A HREF="../../wt/configuration/BaselineConfigurationOverride.html" title="class in wt.configuration">BaselineConfigurationOverride</A>, <A HREF="../../wt/folder/Cabinet.html" title="class in wt.folder">Cabinet</A>, <A HREF="../../wt/enterprise/CabinetManaged.html" title="class in wt.enterprise">CabinetManaged</A>, <A HREF="../../wt/change2/ChangeActivity2.html" title="class in wt.change2">ChangeActivity2</A>, <A HREF="../../wt/change2/ChangeAnalysis.html" title="class in wt.change2">ChangeAnalysis</A>, <A HREF="../../wt/change2/ChangeInvestigation.html" title="class in wt.change2">ChangeInvestigation</A>, <A HREF="../../wt/change2/ChangeIssue.html" title="class in wt.change2">ChangeIssue</A>, <A HREF="../../wt/change2/ChangeOrder2.html" title="class in wt.change2">ChangeOrder2</A>, <A HREF="../../wt/change2/ChangeProposal.html" title="class in wt.change2">ChangeProposal</A>, <A HREF="../../wt/change2/ChangeRecord2.html" title="class in wt.change2">ChangeRecord2</A>, <A HREF="../../wt/change2/ChangeRequest2.html" title="class in wt.change2">ChangeRequest2</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrence.html" title="class in wt.occurrence">CombinedPathOccurrence</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceDataMaster.html" title="class in wt.occurrence">CombinedPathOccurrenceDataMaster</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceDocumentation.html" title="class in wt.occurrence">CombinedPathOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/CombinedPathOccurrenceUserIBAs.html" title="class in wt.occurrence">CombinedPathOccurrenceUserIBAs</A>, <A HREF="../../wt/effectivity/ConfigurationItem.html" title="class in wt.effectivity">ConfigurationItem</A>, <A HREF="../../wt/inf/team/ContainerTeam.html" title="class in wt.inf.team">ContainerTeam</A>, <A HREF="../../wt/content/DataFormat.html" title="class in wt.content">DataFormat</A>, <A HREF="../../wt/effectivity/DatedEffectivity.html" title="class in wt.effectivity">DatedEffectivity</A>, <A HREF="../../wt/inf/template/DefaultWTContainerTemplate.html" title="class in wt.inf.template">DefaultWTContainerTemplate</A>, <A HREF="../../wt/projmgmt/resource/Deliverable.html" title="class in wt.projmgmt.resource">Deliverable</A>, <A HREF="../../wt/change2/DetailedBy.html" title="class in wt.change2">DetailedBy</A>, <A HREF="../../wt/eff/EffConfigSpecGroup.html" title="class in wt.eff">EffConfigSpecGroup</A>, <A HREF="../../wt/epm/EPMAuthoringAppVersion.html" title="class in wt.epm">EPMAuthoringAppVersion</A>, <A HREF="../../wt/epm/build/EPMBuildHistory.html" title="class in wt.epm.build">EPMBuildHistory</A>, <A HREF="../../wt/epm/EPMCADNamespace.html" title="class in wt.epm">EPMCADNamespace</A>, <A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>, <A HREF="../../wt/epm/EPMDocConfigSpec.html" title="class in wt.epm">EPMDocConfigSpec</A>, <A HREF="../../wt/epm/EPMDocument.html" title="class in wt.epm">EPMDocument</A>, <A HREF="../../wt/epm/EPMDocumentMaster.html" title="class in wt.epm">EPMDocumentMaster</A>, wt.epm.familytable.EPMFamilyTableCell, wt.epm.familytable.EPMFamilyTableColumn, <A HREF="../../wt/epm/familytable/EPMFeatureDefinition.html" title="class in wt.epm.familytable">EPMFeatureDefinition</A>, <A HREF="../../wt/epm/structure/EPMMemberLink.html" title="class in wt.epm.structure">EPMMemberLink</A>, <A HREF="../../wt/epm/familytable/EPMParameterDefinition.html" title="class in wt.epm.familytable">EPMParameterDefinition</A>, <A HREF="../../wt/epm/structure/EPMReferenceLink.html" title="class in wt.epm.structure">EPMReferenceLink</A>, <A HREF="../../wt/epm/familytable/EPMSepFamilyTable.html" title="class in wt.epm.familytable">EPMSepFamilyTable</A>, <A HREF="../../wt/epm/familytable/EPMSepFamilyTableMaster.html" title="class in wt.epm.familytable">EPMSepFamilyTableMaster</A>, <A HREF="../../wt/epm/supportingdata/EPMSupportingData.html" title="class in wt.epm.supportingdata">EPMSupportingData</A>, <A HREF="../../wt/epm/structure/occurrences/EPMUsesOccurrence.html" title="class in wt.epm.structure.occurrences">EPMUsesOccurrence</A>, <A HREF="../../wt/epm/workspaces/EPMWorkspace.html" title="class in wt.epm.workspaces">EPMWorkspace</A>, <A HREF="../../com/ptc/windchill/esi/tgt/ESITarget.html" title="class in com.ptc.windchill.esi.tgt">ESITarget</A>, <A HREF="../../com/ptc/windchill/esi/txn/ESITransaction.html" title="class in com.ptc.windchill.esi.txn">ESITransaction</A>, <A HREF="../../wt/folder/FolderMemberLink.html" title="class in wt.folder">FolderMemberLink</A>, <A HREF="../../wt/enterprise/FolderResident.html" title="class in wt.enterprise">FolderResident</A>, <A HREF="../../wt/change2/FormalizedBy.html" title="class in wt.change2">FormalizedBy</A>, <A HREF="../../wt/change2/IncludedIn2.html" title="class in wt.change2">IncludedIn2</A>, <A HREF="../../wt/folder/IteratedFolderMemberLink.html" title="class in wt.folder">IteratedFolderMemberLink</A>, <A HREF="../../wt/enterprise/IteratedFolderResident.html" title="class in wt.enterprise">IteratedFolderResident</A>, <A HREF="../../wt/folder/IteratedShortcutLink.html" title="class in wt.folder">IteratedShortcutLink</A>, <A HREF="../../wt/enterprise/Managed.html" title="class in wt.enterprise">Managed</A>, <A HREF="../../wt/vc/baseline/ManagedBaseline.html" title="class in wt.vc.baseline">ManagedBaseline</A>, <A HREF="../../wt/enterprise/Master.html" title="class in wt.enterprise">Master</A>, <A HREF="../../wt/notify/ObjectSubscription.html" title="class in wt.notify">ObjectSubscription</A>, <A HREF="../../wt/fc/ObjectToObjectLink.html" title="class in wt.fc">ObjectToObjectLink</A>, <A HREF="../../wt/vc/ObjectToVersionLink.html" title="class in wt.vc">ObjectToVersionLink</A>, <A HREF="../../wt/inf/container/OrgContainer.html" title="class in wt.inf.container">OrgContainer</A>, <A HREF="../../wt/part/PartPathOccurrence.html" title="class in wt.part">PartPathOccurrence</A>, <A HREF="../../wt/part/PartUsesOccurrence.html" title="class in wt.part">PartUsesOccurrence</A>, <A HREF="../../wt/occurrence/PathOccurrenceDataMaster.html" title="class in wt.occurrence">PathOccurrenceDataMaster</A>, <A HREF="../../wt/occurrence/PathOccurrenceDocumentation.html" title="class in wt.occurrence">PathOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/PathOccurrenceUserIBAs.html" title="class in wt.occurrence">PathOccurrenceUserIBAs</A>, <A HREF="../../wt/pdmlink/PDMLinkProduct.html" title="class in wt.pdmlink">PDMLinkProduct</A>, <A HREF="../../wt/eff/PersistableEffConfigSpec.html" title="class in wt.eff">PersistableEffConfigSpec</A>, <A HREF="../../wt/change2/ProblemProduct.html" title="class in wt.change2">ProblemProduct</A>, <A HREF="../../wt/part/ProductDateEffectivity.html" title="class in wt.part">ProductDateEffectivity</A>, <A HREF="../../wt/part/ProductLotNumberEffectivity.html" title="class in wt.part">ProductLotNumberEffectivity</A>, <A HREF="../../wt/part/ProductSerialNumberEffectivity.html" title="class in wt.part">ProductSerialNumberEffectivity</A>, <A HREF="../../wt/projmgmt/admin/Project2.html" title="class in wt.projmgmt.admin">Project2</A>, <A HREF="../../wt/projmgmt/execution/ProjectPlan.html" title="class in wt.projmgmt.execution">ProjectPlan</A>, <A HREF="../../wt/projmgmt/execution/ProjectWorkItem.html" title="class in wt.projmgmt.execution">ProjectWorkItem</A>, <A HREF="../../wt/maturity/PromotionNotice.html" title="class in wt.maturity">PromotionNotice</A>, <A HREF="../../wt/queue/QueueEntry.html" title="class in wt.queue">QueueEntry</A>, <A HREF="../../wt/change2/RelevantAnalysisData.html" title="class in wt.change2">RelevantAnalysisData</A>, <A HREF="../../wt/change2/RelevantRequestData2.html" title="class in wt.change2">RelevantRequestData2</A>, <A HREF="../../wt/change2/ReportedAgainst.html" title="class in wt.change2">ReportedAgainst</A>, <A HREF="../../wt/query/template/ReportTemplate.html" title="class in wt.query.template">ReportTemplate</A>, <A HREF="../../wt/change2/ResearchedBy.html" title="class in wt.change2">ResearchedBy</A>, <A HREF="../../wt/enterprise/RevisionControlled.html" title="class in wt.enterprise">RevisionControlled</A>, <A HREF="../../wt/queue/ScheduleQueueEntry.html" title="class in wt.queue">ScheduleQueueEntry</A>, <A HREF="../../wt/configuration/SerialNumberMapping.html" title="class in wt.configuration">SerialNumberMapping</A>, <A HREF="../../wt/folder/ShortcutLink.html" title="class in wt.folder">ShortcutLink</A>, <A HREF="../../wt/folder/SubFolder.html" title="class in wt.folder">SubFolder</A>, <A HREF="../../wt/folder/SubFolderLink.html" title="class in wt.folder">SubFolderLink</A>, <A HREF="../../wt/change2/SubjectProduct.html" title="class in wt.change2">SubjectProduct</A>, <A HREF="../../wt/ixb/mapping/UfidMapping.html" title="class in wt.ixb.mapping">UfidMapping</A>, <A HREF="../../wt/effectivity/UnitEffectivity.html" title="class in wt.effectivity">UnitEffectivity</A>, <A HREF="../../wt/occurrence/UsesOccurrenceDocumentation.html" title="class in wt.occurrence">UsesOccurrenceDocumentation</A>, <A HREF="../../wt/occurrence/UsesOccurrenceUserIBAs.html" title="class in wt.occurrence">UsesOccurrenceUserIBAs</A>, <A HREF="../../wt/vc/VersionToVersionLink.html" title="class in wt.vc">VersionToVersionLink</A>, <A HREF="../../wt/workflow/engine/WfExecutionObject.html" title="class in wt.workflow.engine">WfExecutionObject</A>, <A HREF="../../wt/workflow/engine/WfProcess.html" title="class in wt.workflow.engine">WfProcess</A>, <A HREF="../../wt/workflow/definer/WfTemplateObject.html" title="class in wt.workflow.definer">WfTemplateObject</A>, wt.workflow.work.WorkItem, <A HREF="../../wt/change2/WTAnalysisActivity.html" title="class in wt.change2">WTAnalysisActivity</A>, <A HREF="../../wt/change2/WTChangeActivity2.html" title="class in wt.change2">WTChangeActivity2</A>, <A HREF="../../wt/change2/WTChangeInvestigation.html" title="class in wt.change2">WTChangeInvestigation</A>, <A HREF="../../wt/change2/WTChangeIssue.html" title="class in wt.change2">WTChangeIssue</A>, <A HREF="../../wt/change2/WTChangeOrder2.html" title="class in wt.change2">WTChangeOrder2</A>, <A HREF="../../wt/change2/WTChangeProposal.html" title="class in wt.change2">WTChangeProposal</A>, <A HREF="../../wt/change2/WTChangeRequest2.html" title="class in wt.change2">WTChangeRequest2</A>, <A HREF="../../wt/inf/template/WTContainerTemplateMaster.html" title="class in wt.inf.template">WTContainerTemplateMaster</A>, <A HREF="../../wt/doc/WTDocument.html" title="class in wt.doc">WTDocument</A>, <A HREF="../../wt/doc/WTDocumentConfigSpec.html" title="class in wt.doc">WTDocumentConfigSpec</A>, <A HREF="../../wt/doc/WTDocumentMaster.html" title="class in wt.doc">WTDocumentMaster</A>, <A HREF="../../wt/org/WTGroup.html" title="class in wt.org">WTGroup</A>, <A HREF="../../wt/inf/library/WTLibrary.html" title="class in wt.inf.library">WTLibrary</A>, <A HREF="../../wt/fc/WTObject.html" title="class in wt.fc">WTObject</A>, <A HREF="../../wt/part/WTPart.html" title="class in wt.part">WTPart</A>, <A HREF="../../wt/part/WTPartConfigSpec.html" title="class in wt.part">WTPartConfigSpec</A>, <A HREF="../../wt/part/WTPartDescribeLink.html" title="class in wt.part">WTPartDescribeLink</A>, <A HREF="../../wt/part/WTPartMaster.html" title="class in wt.part">WTPartMaster</A>, <A HREF="../../wt/part/WTPartReferenceLink.html" title="class in wt.part">WTPartReferenceLink</A>, <A HREF="../../wt/part/WTPartUsageLink.html" title="class in wt.part">WTPartUsageLink</A>, <A HREF="../../wt/org/WTPrincipal.html" title="class in wt.org">WTPrincipal</A>, <A HREF="../../wt/part/WTProduct.html" title="class in wt.part">WTProduct</A>, <A HREF="../../wt/part/WTProductConfiguration.html" title="class in wt.part">WTProductConfiguration</A>, <A HREF="../../wt/part/WTProductConfigurationMaster.html" title="class in wt.part">WTProductConfigurationMaster</A>, <A HREF="../../wt/part/WTProductInstance2.html" title="class in wt.part">WTProductInstance2</A>, <A HREF="../../wt/part/WTProductInstanceMaster.html" title="class in wt.part">WTProductInstanceMaster</A>, <A HREF="../../wt/part/WTProductMaster.html" title="class in wt.part">WTProductMaster</A>, <A HREF="../../wt/part/WTSerialNumberedPart.html" title="class in wt.part">WTSerialNumberedPart</A>, <A HREF="../../wt/part/WTSerialNumberedPartInstance.html" title="class in wt.part">WTSerialNumberedPartInstance</A>, <A HREF="../../wt/org/WTUser.html" title="class in wt.org">WTUser</A></DD>
codebase\wt\clients\library\api\wt\part\StandardWTPartService.html:<A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><CODE>EPMDescribeLink</CODE></A>, 
codebase\wt\clients\library\api\wt\part\StandardWTPartService.html:<A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><CODE>EPMDescribeLink</CODE></A>, 
codebase\wt\clients\library\api\wt\part\WTPartService.html:<A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><CODE>EPMDescribeLink</CODE></A>, 
codebase\wt\clients\library\api\wt\part\WTPartService.html:<A HREF="../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure"><CODE>EPMDescribeLink</CODE></A>, 
codebase\wt\clients\library\api\wt\vc\struct\IteratedDescribeLink.html:<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../wt/epm/structure/EPMDescribeLink.html" title="class in wt.epm.structure">EPMDescribeLink</A>, <A HREF="../../../wt/doc/WTDocumentDependencyLink.html" title="class in wt.doc">WTDocumentDependencyLink</A>, <A HREF="../../../wt/part/WTPartDescribeLink.html" title="class in wt.part">WTPartDescribeLink</A>, <A HREF="../../../wt/part/WTProductInstanceDescribeLink.html" title="class in wt.part">WTProductInstanceDescribeLink</A></DD>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:               				 <A HREF="api/wt/epm/structure/EPMDescribeLink.html">EPMDescribeLink</A></TH>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public static final <A HREF="api/wt/epm/structure/EPMDescribeLink.html#BUILT_FLAG">java.lang.String BUILT_FLAG</A></TD>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public static final <A HREF="api/wt/epm/structure/EPMDescribeLink.html#DESCRIBED_BY_ROLE">java.lang.String DESCRIBED_BY_ROLE</A></TD>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public static final <A HREF="api/wt/epm/structure/EPMDescribeLink.html#DESCRIBES_ROLE">java.lang.String DESCRIBES_ROLE</A></TD>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public boolean <A HREF="api/wt/epm/structure/EPMDescribeLink.html#isBuiltFlag()">isBuiltFlag()</A></TD>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public void <A HREF="api/wt/epm/structure/EPMDescribeLink.html#setBuiltFlag(boolean)">setBuiltFlag(boolean)</A>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public void <A HREF="api/wt/epm/structure/EPMDescribeLink.html#setDescribedBy(wt.vc.Iterated)">setDescribedBy(wt.vc.Iterated)</A>
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public void <A HREF="api/wt/epm/structure/EPMDescribeLink.html#setDescribes(wt.vc.Iterated)">setDescribes(wt.vc.Iterated)</A>
codebase\wt\clients\library\prior_release_change_reports\60_schema_changes.html:<TR><TD>EPMDESCRIBELINK</TD><TD>wt.epm.structure.EPMDescribeLink</TD></TR>
codebase\wt\clients\library\prior_release_change_reports\70_sapi_changes.html:               				 <A HREF="api/wt/epm/structure/CopyEPMDescribeLinkDelegate.html">CopyEPMDescribeLinkDelegate</A></TH>
codebase\wt\clients\library\prior_release_change_reports\70_sapi_changes.html:            <TD>public wt.fc.BinaryLink <A HREF="api/wt/epm/structure/CopyEPMDescribeLinkDelegate.html#wt.epm.structure.CopyEPMDescribeLinkDelegate.copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)(wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)">wt.epm.structure.CopyEPMDescribeLinkDelegate.copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)(wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)</A>
codebase\wt\clients\library\prior_release_change_reports\70_sapi_changes.html:            <TD>public wt.fc.BinaryLink <A HREF="api/wt/epm/structure/CopyEPMDescribeLinkDelegate.html#wt.epm.structure.CopyEPMDescribeLinkDelegate.copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)(wt.fc.WTObject, wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink, java.lang.String)">wt.epm.structure.CopyEPMDescribeLinkDelegate.copyRelationship(wt.fc.WTObject, wt.fc.WTObject, wt.fc.WTObject, wt.fc.BinaryLink,
codebase\wt\enterprise\BuildRuleBuildSourceProcessor.jad:import wt.epm.structure.EPMDescribeLink;
codebase\wt\enterprise\BuildRuleBuildSourceProcessor.jad:        if((binarylink instanceof BuildRule) || (binarylink instanceof BuildHistory) || (binarylink instanceof EPMDescribeLink) && ((EPMDescribeLink)binarylink).isBuiltFlag())
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:        EPMDescribeLink aepmdescribelink[] = getDescribesLinksForDocs(epmdocument);
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:        if(aepmdescribelink != null)
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:            for(int i = 0; i < aepmdescribelink.length; i++)
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:                WTPart wtpart1 = (WTPart)aepmdescribelink[i].getDescribes();
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:                if(aepmdescribelink[i].isBuiltFlag())
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:    private static EPMDescribeLink[] getDescribesLinksForDocs(EPMDocument epmdocument)
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:            if(obj instanceof EPMDescribeLink)
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:                EPMDescribeLink epmdescribelink = (EPMDescribeLink)obj;
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:                WTPart wtpart = (WTPart)epmdescribelink.getDescribes();
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:                vector.addElement(epmdescribelink);
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:        EPMDescribeLink aepmdescribelink[] = null;
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:            aepmdescribelink = new EPMDescribeLink[vector.size()];
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:            vector.copyInto(aepmdescribelink);
codebase\wt\epm\clients\htmltemplates\EPMProcessorService.jad:        return aepmdescribelink;
codebase\wt\epm\structure\AssociatedObjects.jad:            if((AssociatedObjects.class$wt$build$BuildRule != null ? AssociatedObjects.class$wt$build$BuildRule : (AssociatedObjects.class$wt$build$BuildRule = AssociatedObjects._mthclass$("wt.build.BuildRule"))).isAssignableFrom(class1) || (AssociatedObjects.class$wt$build$BuildHistory != null ? AssociatedObjects.class$wt$build$BuildHistory : (AssociatedObjects.class$wt$build$BuildHistory = AssociatedObjects._mthclass$("wt.build.BuildHistory"))).isAssignableFrom(class1) || (AssociatedObjects.class$wt$epm$structure$EPMDescribeLink != null ? AssociatedObjects.class$wt$epm$structure$EPMDescribeLink : (AssociatedObjects.class$wt$epm$structure$EPMDescribeLink = AssociatedObjects._mthclass$("wt.epm.structure.EPMDescribeLink"))).isAssignableFrom(class1))
codebase\wt\epm\structure\AssociatedObjects.jad:        findRelatedObjects(list1, wt.epm.structure.EPMDescribeLink.class, LinkProxy.RoleB);
codebase\wt\epm\structure\AssociatedObjects.jad:        findRelatedObjects(list2, wt.epm.structure.EPMDescribeLink.class, LinkProxy.RoleA);
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad:// Source File Name:   CopyEPMDescribeLinkDelegate.java
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad://            CopyEPMObject, EPMDescribeLink
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad:public class CopyEPMDescribeLinkDelegate extends CopyEPMObject
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad:    public CopyEPMDescribeLinkDelegate()
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad:    protected boolean readVersion(CopyEPMDescribeLinkDelegate copyepmdescribelinkdelegate, ObjectInput objectinput, long l, boolean flag, boolean flag1)
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad:        EPMDescribeLink epmdescribelink = (EPMDescribeLink)copyGenericLinks((EPMDocument)wtobject, (EPMDocument)wtobject1, (WTPart)wtobject2, binarylink, s, "describedBy");
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad:        return epmdescribelink;
codebase\wt\epm\structure\CopyEPMDescribeLinkDelegate.jad:        CLASSNAME = (wt.epm.structure.CopyEPMDescribeLinkDelegate.class).getName();
codebase\wt\epm\structure\EPMDescribeLink.jad:// Source File Name:   EPMDescribeLink.java
codebase\wt\epm\structure\EPMDescribeLink.jad:public class EPMDescribeLink extends IteratedDescribeLink
codebase\wt\epm\structure\EPMDescribeLink.jad:    public EPMDescribeLink()
codebase\wt\epm\structure\EPMDescribeLink.jad:    protected boolean readVersion(EPMDescribeLink epmdescribelink, ObjectInput objectinput, long l, boolean flag, boolean flag1)
codebase\wt\epm\structure\EPMDescribeLink.jad:    public static EPMDescribeLink newEPMDescribeLink(WTPart wtpart, EPMDocument epmdocument)
codebase\wt\epm\structure\EPMDescribeLink.jad:        EPMDescribeLink epmdescribelink = new EPMDescribeLink();
codebase\wt\epm\structure\EPMDescribeLink.jad:        epmdescribelink.initialize(wtpart, epmdocument);
codebase\wt\epm\structure\EPMDescribeLink.jad:        return epmdescribelink;
codebase\wt\epm\structure\EPMDescribeLink.jad:        CLASSNAME = (wt.epm.structure.EPMDescribeLink.class).getName();
codebase\wt\epm\structure\EPMStandardStructureService.jad://            EPMReferenceLink, EPMDescribeLink, EPMStructureService, EPMSrvStructureService, 
codebase\wt\epm\structure\EPMStandardStructureService.jad:            wt.epm.structure.EPMDependencyLink.class, wt.epm.structure.EPMVariantLink.class, wt.epm.structure.EPMDescribeLink.class
codebase\wt\epm\structure\EPMStandardStructureService.jad:            wt.epm.structure.EPMDependencyLink.class, wt.epm.structure.EPMVariantLink.class, wt.epm.structure.EPMDescribeLink.class
codebase\wt\epm\structure\EPMStandardStructureService.jad:        if(!wtvaluedmap.wtKeySet().containsInstance(wt.epm.structure.EPMDescribeLink.class))
codebase\wt\epm\structure\EPMStandardStructureService.jad:        Iterator iterator = wtvaluedmap.wtKeySet().persistableIterator(wt.epm.structure.EPMDescribeLink.class, true);
codebase\wt\epm\structure\EPMStandardStructureService.jad:            EPMDescribeLink epmdescribelink = (EPMDescribeLink)iterator.next();
codebase\wt\epm\structure\EPMStandardStructureService.jad:            EPMDescribeLink epmdescribelink1 = (EPMDescribeLink)wtvaluedmap.getPersistable(epmdescribelink);
codebase\wt\epm\structure\EPMStandardStructureService.jad:            if(!epmdescribelink.getRoleBObjectRef().equals(epmdescribelink1.getRoleBObjectRef()) && epmdescribelink1.isBuiltFlag())
codebase\wt\epm\structure\EPMStandardStructureService.jad:                    epmdescribelink1.setBuiltFlag(false);
codebase\wt\epm\structure\EPMStandardStructureService.jad:                    wtarraylist.add(epmdescribelink1);
codebase\wt\ixb\epm\handlers\EPMHndHelper.jad:    public static final String XML_EPMDESCRIBELINK = "EPMDescribeLink";
codebase\wt\ixb\epm\handlers\forclasses\EPMLinkHandler.jad:        if(class1.getName().equals("wt.epm.structure.EPMDescribeLink") || class1.getName().equals("wt.epm.structure.EPMContainedIn"))
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:// Source File Name:   ExpImpForEPMDescribeLink.java
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:import wt.epm.structure.EPMDescribeLink;
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:public class ExpImpForEPMDescribeLink extends ClassExporterImporterTemplate
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:    public ExpImpForEPMDescribeLink()
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        return "EPMDescribeLink";
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        EPMDescribeLink epmdescribelink = (EPMDescribeLink)obj;
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        printout(":ExportAttributes:" + IxbHndHelper.getDisplayIdentityForIxb(epmdescribelink));
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        IxbHndHelper.exportAttribute(wt.ixb.handlers.forattributes.ExpImpForLocalIdAttr.class, epmdescribelink, ixbdocument, exporter);
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        Federatable federatable = (Federatable)epmdescribelink.getDescribedBy();
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        Federatable federatable1 = (Federatable)epmdescribelink.getDescribes();
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        ixbdocument.addValue("isBuiltFlag", epmdescribelink.isBuiltFlag());
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        return ArchiveHelper.isArchiveRestoreContext(importer) ? (EPMDescribeLink)ArchiveHndHelper.findAmongExistingObjectsForRestore(ixbelement, importer) : (EPMDescribeLink)linkHandler.findAmongExistingObjects(wt.epm.structure.EPMDescribeLink.class, ixbelement, importer, "describes/ObjectReference", "describedBy/ObjectReference");
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        EPMDescribeLink epmdescribelink;
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        epmdescribelink = EPMDescribeLink.newEPMDescribeLink(describesObj, describedByObj);
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        return epmdescribelink;
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        LogHelper.devExc(exception, "ExpImpForEPMDescribeLink.createObject: could not create a EPMDescribeLink");
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        EPMDescribeLink epmdescribelink;
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        epmdescribelink = (EPMDescribeLink)obj;
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:            epmdescribelink.setBuiltFlag(boolean1.booleanValue());
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        return epmdescribelink;
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        LogHelper.devExc(exception, "ExpImpForEPMDescribeLink.importObjectAttributes: could not import attributies;  object=<" + epmdescribelink + ">");
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:        LogHelper.devExc(exception, "ExpImpForEPMDescribeLink.storeObject: could not store an object");
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDescribeLink.jad:            System.out.println("ExpImpForEPMDescribeLink: " + s);
codebase\wt\ixb\epm\handlers\forclasses\ExpImpForEPMDocument.jad:            wt.epm.structure.EPMMemberLink.class, wt.epm.structure.EPMDescribeLink.class, wt.epm.structure.EPMReferenceLink.class, wt.epm.structure.EPMVariantLink.class, wt.epm.familytable.EPMFeatureValueContainerLink.class, wt.epm.familytable.EPMParameterValueContainerLink.class
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:// Source File Name:   NmEPMDescribeLinkHandler.java
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:import wt.epm.structure.EPMDescribeLink;
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:import wt.ixb.epm.handlers.forclasses.ExpImpForEPMDescribeLink;
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:public class NmEPMDescribeLinkHandler extends ExpImpForEPMDescribeLink
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:    public NmEPMDescribeLinkHandler()
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:        if(!ixbelement.getTag().equals("EPMDescribeLink"))
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:            ixbelement = ixbelement.addElement("EPMDescribeLink");
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:        exportAttributes((EPMDescribeLink)obj, ixbelement, exporter);
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:    public void exportAttributes(EPMDescribeLink epmdescribelink, IxbElement ixbelement, Exporter exporter)
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:        IxbHndHelper.exportAttribute(wt.ixb.handlers.forattributes.ExpImpForLocalIdAttr.class, epmdescribelink, ixbelement, exporter);
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:        Federatable federatable = (Federatable)epmdescribelink.getDescribedBy();
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:        Federatable federatable1 = (Federatable)epmdescribelink.getDescribes();
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmEPMDescribeLinkHandler.jad:        ixbelement.addValue("isBuiltFlag", epmdescribelink.isBuiltFlag());
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmHandlerFactory.jad://            NmEPMDescribeLinkHandler, NmEPMMemberLinkHandler, NmEPMReferenceLinkHandler, NmEPMVariantLinkHandler, 
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmHandlerFactory.jad:        if(obj instanceof EPMDescribeLink)
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmHandlerFactory.jad:            return new NmEPMDescribeLinkHandler();
codebase\wt\ixb\handlers\netmarkets\ProductStructureIxHandler.jad:        importPSObjs("EPMDescribeLink", ixbelement, importer);
codebase\wt\ixb\objectset\handlers\navigator\ProductStructureNavigatorWithEPM.jad:        QueryResult queryresult3 = EPMStructureHelper.service.navigate(queryresult2, wt.epm.structure.EPMDescribeLink.class, "describedBy", null, true);
codebase\wt\ixb\objectset\handlers\navigator\ProductStructureNavigatorWithEPM.jad:            queryresult1 = EPMStructureHelper.service.navigate(queryresult3, wt.epm.structure.EPMDescribeLink.class, "describes", queryspec, false);
codebase\wtAppletFCS.jar:#𧠗2Cؙ"c2KCe@LY\plƎ@W#<.i9DATv!a8Gw4:t"x0MPgNs{>iWQ孳ہU(6RtOm8 ԰l}	0|b癡:YِxS4Gxe)7Xyp<(v_ϭ_CHpˊd93:> ~W[7wCS{4(!eJfzM5!i
entͮ%BP*6:CVS)GULQtT|AU. PK,J    PK   ax2            .   wt/epm/structure/EPMDescribeLink.ClassInfo.serTkA~6آTAB=61HHBK4:&)BO=* xҋEY(=V/ݕvaM{o^p*uۑ:a;w3ΚGq1"~o|%2']?KIhu	cB.$-s&D
codebase\wtAppletFCS.jar:'ٶ    .             K wt/epm/structure/EPMDescribeLink.ClassInfo.serPK    ]x2
