wt.epm.ndi
Interface EPMDocumentNeutralDataExt

All Superinterfaces:
EPMDocumentNeutralData, EPMNeutralData

public interface EPMDocumentNeutralDataExt
extends EPMDocumentNeutralData



Supported API: true

Extendable: false


Method Summary
 Collection<EPMNDDocumentExt> getDocumentsExt()
          Gets the object for the association that plays role: documentsExt; Returns all neutral data documents.
 Collection<EPMNDFamilyTableExt> getFamilyTablesExt()
          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 Detail

getDocumentsExt

Collection<EPMNDDocumentExt> getDocumentsExt()
                                             throws WTException
Gets the object for the association that plays role: documentsExt; Returns all neutral data documents.

Supported API: true

Returns:
Collection
Throws:
WTException

getFamilyTablesExt

Collection<EPMNDFamilyTableExt> getFamilyTablesExt()
                                                   throws WTException
Gets the object for the association that plays role: familyTablesExt; Returns all neutral data family tables.

Supported API: true

Returns:
Collection
Throws:
WTException