Package 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

    Modifier and Type
    Method
    Description
    Gets 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.EPMGhostResolverDelegate
    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 Details

    • getGhostResolverDelegate

      wt.epm.EPMGhostResolverBase.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