Package wt.epm.ndi
Interface EPMDocumentNeutralDataExt
- All Superinterfaces:
EPMDocumentNeutralData,EPMNeutralData
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: documentsExt; Returns all neutral data documents.Gets the object for the association that plays role: familyTablesExt; Returns all neutral data family tables.Methods inherited from interface wt.epm.ndi.EPMDocumentNeutralData
getDocuments, getFamilyTables, getGhostResolverDelegate
-
Method Details
-
getDocumentsExt
Gets the object for the association that plays role: documentsExt; Returns all neutral data documents.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getFamilyTablesExt
Gets the object for the association that plays role: familyTablesExt; Returns all neutral data family tables.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-