wt.epm.ndi
Interface EPMDocumentNeutralData

All Superinterfaces:
EPMNeutralData
All Known Subinterfaces:
EPMDocumentNeutralDataExt

public interface EPMDocumentNeutralData
extends EPMNeutralData

Neutral Data for documents and family tables.

Supported API: true

Extendable: false


Method Summary
 Collection<EPMNDDocument> getDocuments()
          Gets the object for the association that plays role: documents; Returns all neutral data documents.
 Collection<EPMNDFamilyTable> getFamilyTables()
          Gets the object for the association that plays role: familyTables; Returns all neutral data family tables.
 wt.epm.EPMGhostResolver.EPMGhostResolverDelegate 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.
 

Method Detail

getGhostResolverDelegate

wt.epm.EPMGhostResolver.EPMGhostResolverDelegate getGhostResolverDelegate()
                                                                          throws WTException
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

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

Supported API: true

Returns:
Collection
Throws:
WTException

getDocuments

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

Supported API: true

Returns:
Collection
Throws:
WTException