Interface InstanceCreatorDelegate


public interface InstanceCreatorDelegate
Interface to be used to create new delegates to be used when creating new instances. Currently supports only mass change use case for creating part usage links, but can be extend in future for other services. Please refer PartUsageCreatorDelegate in mass change module for example.
Extendable: true

Supported API: true
  • Method Summary

    Modifier and Type
    Method
    Description
    Given a role A object and a role B object creates the appropriate association link.
  • Method Details

    • newLinkInstance

      BinaryLink newLinkInstance(Persistable roleA, Persistable roleB) throws WTException
      Given a role A object and a role B object creates the appropriate association link.

      Supported API: true
      Parameters:
      roleA -
      roleB -
      Returns:
      a association link
      Throws:
      WTException