Class CreateChangeIssueFormProcessor

All Implemented Interfaces:
ObjectFormProcessor, com.ptc.windchill.enterprise.change2.forms.processors.ChangeFormProcessor
Direct Known Subclasses:
CreateProblemReportFormProcessor

public abstract class CreateChangeIssueFormProcessor extends CreateChangeItemFormProcessor
This is the processor class called when creating a change issue, will perform database operation on one or more change issue objects. Typically used for the processing of a wizard.

Supported API: true

Extendable: true
See Also:
  • Method Details

    • saveChangeItem

      protected WTList saveChangeItem(WTList changeItems) throws WTException
      Saves the change issue and return the persistable list using the change service. This method is called within a transaction and will roll back in case of exception occurs.

      Supported API: true
      Specified by:
      saveChangeItem in class CreateChangeItemFormProcessor
      Parameters:
      changeItems - The persisted list of problem report objects.
      Returns:
      list of change issues that are saved.
      Throws:
      WTException