Package wt.epm.build
Interface EPMBuildChildResolverDelegate
- All Superinterfaces:
BuildResolverDelegate
- All Known Implementing Classes:
EPMDefaultBuildChildResolverDelegate
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetChildPart(WTPart buildTarget, EPMDocument buildSource, EPMDocument child, WTCollection childBuildRules, EPMMemberLink linkToResolve, WTPartUsageLink builtLink, WTCollection otherLinks)
Supported API: true returns the Child Part to be used in part structure for a given EPMMemberLinkgetChildPart(WTPart buildTarget, EPMDocument buildSource, ModelItemMaster child, WTCollection childBuildRules, ModelItemLink linkToResolve, WTPartUsageLink builtLink, WTCollection otherLinks)
Supported API: true returns the Child Part to be used in part structure for a given EPMMemberLink
-
Method Details
-
getChildPart
WTPartMaster getChildPart(WTPart buildTarget, EPMDocument buildSource, EPMDocument child, WTCollection childBuildRules, EPMMemberLink linkToResolve, WTPartUsageLink builtLink, WTCollection otherLinks) throws WTException
Supported API: true returns the Child Part to be used in part structure for a given EPMMemberLink- Parameters:
WTPart- : parent part (part getting built)EPMDocument- : parent docEPMDocument- : child documentWTCollection- : EPMBuildRules for child documentEPMMemberLink- : EPMMemberLink for which build rule (child part) to be resolvedWTPartUsageLink- : existing built link used in structureWTCollection- : other links for same child in the structure- Throws:
WTException
-
getChildPart
WTPartMaster getChildPart(WTPart buildTarget, EPMDocument buildSource, ModelItemMaster child, WTCollection childBuildRules, ModelItemLink linkToResolve, WTPartUsageLink builtLink, WTCollection otherLinks) throws WTException
Supported API: true returns the Child Part to be used in part structure for a given EPMMemberLink- Parameters:
WTPart- : parent part (part getting built)EPMDocument- : parent docModelItemMaster- : child model item masterWTCollection- : EPMBuildRules for child documentModelItemLink- : ModelItemLink for which build rule (child model item master) to be resolvedWTPartUsageLink- : existing built link used in structureWTCollection- : other links for same child in the structure- Throws:
WTException
-