Package wt.epm.ndi

Interface EPMNDMemberLink

All Superinterfaces:
EPMNDDependency, EPMNDObject

public interface EPMNDMemberLink extends EPMNDDependency


Supported API: true

Extendable: false
  • Method Details

    • isUnPlaced

      boolean isUnPlaced() throws WTException
      Gets the value of the attribute: unPlaced.

      Supported API: true
      Returns:
      boolean
      Throws:
      WTException
    • getQuantity

      Quantity getQuantity() throws WTException
      Gets the value of the attribute: quantity.

      Supported API: true
      Returns:
      Quantity
      Throws:
      WTException
    • isSuppressed

      boolean isSuppressed() throws WTException
      Gets the value of the attribute: suppressed.

      Supported API: true
      Returns:
      boolean
      Throws:
      WTException
    • isSubstitute

      boolean isSubstitute() throws WTException
      Gets the value of the attribute: substitute.

      Supported API: true
      Returns:
      boolean
      Throws:
      WTException
    • getTransform

      EPMNDTransform getTransform() throws WTException
      Gets the object for the association that plays role: transform.

      Supported API: true
      Returns:
      EPMNDTransform
      Throws:
      WTException
    • getComponent

      EPMNDComponent getComponent() throws WTException
      Gets the object for the association that plays role: component.

      Supported API: true
      Returns:
      EPMNDComponent
      Throws:
      WTException
    • getReferenceControl

      EPMNDReferenceControl getReferenceControl() throws WTException
      Gets the object for the association that plays role: referenceControl.

      Supported API: true
      Returns:
      EPMNDReferenceControl
      Throws:
      WTException
    • getStructureAnnotations

      EPMNDStructureAnnotation[] getStructureAnnotations() throws WTException
      Gets the object for the association that plays role: structureAnnotations.

      Supported API: true
      Returns:
      EPMNDStructureAnnotation[]
      Throws:
      WTException
    • isFixed

      boolean isFixed() throws WTException
      Gets the value of the attribute: fixed.

      Supported API: true
      Returns:
      boolean
      Throws:
      WTException
    • getOtherSpaceIds

      Collection<EPMNDId> getOtherSpaceIds() throws WTException
      Returns the IDs on the EPMMemberLink from different spaces. Download - IDs from all spaces excluding the Windchill ID and the ID from space of authoring application of the assembly will be returned by this method. Upload - CC should send any space ID (excluding the Windchill ID and the ID from space of authoring application of the assembly), that is added to the component. It is not required to send IDs from all the spaces.

      Supported API: true
      Returns:
      Collection
      Throws:
      WTException
    • getChoiceAssignments

      Collection<EPMNDChoiceAssignment> getChoiceAssignments() throws WTException
      Gets the object for the association that plays role: choiceAssignments.

      Supported API: true
      Returns:
      Collection
      Throws:
      WTException