Windchill开发-常用对象关系表

常用对象关系表

  • 一、说明
  • 二、对象关系表

一、说明

表中记录的是Windchill中常用的对象,通过此表可以很清晰的了解对象与对象之间的关联关系,从而方便进行数据库的查询。对于快速定位对象获取的API也有一定的帮助

二、对象关系表

From Object From Relation Link Object To Relation To Object
wt.doc.WTDocument usedBy wt.doc.WTDocumentUsageLink users wt.doc.WTDocumentMaster
wt.doc.WTDocument describes wt.doc.WTDocumentDependencyLink describedBy wt.doc.WTDocument
wt.doc.WTDocument describedBy wt.part.WTPartDescribeLink describes wt.part.WTPart
wt.part.WTPart usedBy wt.part.WTPartUsageLink users wt.part.WTPartMaster
wt.part.WTPart rederencedBy wt.part.WTPartReferenceLink references wt.doc.WTDocumentMaster
wt.part.WTPart buildTarget wt.epm.build.EPMBuildRule buildSource wt.epm.EPMDocument
wt.part.WTPart describes wt.epm.structure.EPMDescribeLink describedBy wt.epm.EPMDocument
wt.part.WTPartMaster alternates wt.part.WTPartAlternateLink alternateFor wt.part.WTPartMaster
wt.part.WTPartUsageLink substituteFor wt.part.WTPartSubstituteLink substitutes wt.part.WTPartMaster
wt.epm.EPMDocument contains wt.epm.structure.EPMContainedIn containedIn wt.epm.familytable.EPMFamilyTable
wt.epm.EPMDocument usedBy wt.epm.structure.EPMMemberLink users wt.epm.EPMDocumentMaster
wt.epm.EPMDocument rederencedBy wt.epm.structure.EPMReferenceLink references wt.epm.EPMDocumentMaster
wt.epm.EPMDocument variant wt.epm.structure.EPMVariantLink generic wt.epm.EPMDocumentMaster
wt.change2.WTChangeOrder2 theChangeOrder2 wt.change2.AddressedBy2 theChangeRequest2 wt.change2.WTChangeRequest2
wt.change2.FlexibleChangeItem parent wt.change2.ChangeProcessLink child wt.change2.FlexibleChangeItem
wt.change2.FlexibleChangeItem parent wt.change2.ChangeReferenceLink child wt.change2.FlexibleChangeItem
wt.change2.WTChangeActivity2 theChangeActivity2 wt.change2.IncludedIn2 theChangeOrder2 wt.change2.WTChangeOrder2
wt.fc.Persistable object com.ptc.core.relcontext.server.ContextLink relatedContext wt.inf.container.WTContainer
wt.vc.Iterated upstream wt.associativity.EquivalenceLink downstream wt.vc.Iterated
wt.workflow.work.WfAssignment theWfAssignment wt.workflow.work.WorkItemLink workItem wt.workflow.work.WorkItem
wt.workflow.work.WfAssignedActivity activity wt.workflow.work.ActivityAssignmentLink assignment wt.workflow.work.WfAssignment
wt.org.WTGroup group wt.org.MembershipLink member wt.org.WTPrincipal

你可能感兴趣的:(Windchill二开,java)