Package wt.epm.ndi
Interface EPMDocumentNeutralData
- All Superinterfaces:
EPMNeutralData
- All Known Subinterfaces:
EPMDocumentNeutralDataExt
Neutral Data for documents and family tables.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: documents; Returns all neutral data documents.Gets the object for the association that plays role: familyTables; Returns all neutral data family tables.wt.epm.EPMGhostResolverBase.EPMGhostResolverDelegateGets the value of the attribute: ghostResolverDelegate; Returns ghost resolution object required by upload to resolve situations when a dependent document on a dependency is not found.
-
Method Details
-
getGhostResolverDelegate
Gets the value of the attribute: ghostResolverDelegate; Returns ghost resolution object required by upload to resolve situations when a dependent document on a dependency is not found.
Supported API: true- Returns:
- EPMGhostResolverDelegate
- Throws:
WTException
-
getFamilyTables
Gets the object for the association that plays role: familyTables; Returns all neutral data family tables.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getDocuments
Gets the object for the association that plays role: documents; Returns all neutral data documents.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-