Class AffectedAndResultingItemsFormDelegate

java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.change2.forms.delegates.AffectedAndResultingItemsFormDelegate
All Implemented Interfaces:
ObjectFormProcessorDelegate

public class AffectedAndResultingItemsFormDelegate extends DefaultObjectFormProcessorDelegate
Initializes the Change task affected objects, resulting objects, handing changes and associated annotations delegates. The preProcess, doOperation, postProcess, and postTransactionProcess methods are called for each delegate initialized.

Supported API: true

Extendable: true
See Also:
  • Constructor Details

    • AffectedAndResultingItemsFormDelegate

      public AffectedAndResultingItemsFormDelegate()
      Initializes the Change task affected objects, resulting objects, handing changes and associated annotations delegates.

      Supported API: true
  • Method Details

    • getAdditionalFormDelegates

      public List<ObjectFormProcessorDelegate> getAdditionalFormDelegates()
      Returns the form processor delegates for processing after the delegates for the affected and resulting table objects have been processed in a change task wizard. The default delegates returned are for processing hanging change items and associated annotations.

      Supported API: true
      Returns:
      a form processor delegate
      See Also:
    • getResultingDataFormDelegate

      public ObjectFormProcessorDelegate getResultingDataFormDelegate()
      Returns the form processor delegate for processing the objects in the resulting data table in a change task wizard.

      Supported API: true
      Returns:
      a form processor delegate
      See Also:
    • getAffectedDataFormDelegate

      public ObjectFormProcessorDelegate getAffectedDataFormDelegate()
      Returns the form processor delegate for processing the objects in the affected data table in a change task wizard.

      Supported API: true
      Returns:
      a form processor delegate
      See Also: