Class EnterpriseDataDocumentUtility
java.lang.Object
com.ptc.windchill.esi.enterprisedata.EnterpriseDataDocumentUtility
This class is the public interface to the enterprise data package. It provides generally useful methods for clients
external to the package.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<Object, PartDocInfo> getAllDocumentLinks(Set<ObjectReference> enterpriseDatas, WTPart part, boolean isEnterpriseDataMergeWithPart) Returns Map of All Document Links associated with EnterpriseData objects.
-
Method Details
-
getAllDocumentLinks
public static Map<Object,PartDocInfo> getAllDocumentLinks(Set<ObjectReference> enterpriseDatas, WTPart part, boolean isEnterpriseDataMergeWithPart) throws WTException Returns Map of All Document Links associated with EnterpriseData objects.
Supported API: true- Parameters:
enterpriseDatas- - The EnterpriseData with which Document objects may be associated.part- - The part with which EnterpriseData objects are associated.isEnterpriseDataMergeWithPart- - Flag for checking that enterprise data is separate section in Part group in response file. If value is true then enterprise section is separate section in part group in response file.- Returns:
- - The map of Document Links associated with EnterpriseData objects with are associated with part.
- Throws:
WTException
-