Class RelatedChangeItemFormDelegate
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.change2.forms.delegates.RelatedChangeItemFormDelegate
- All Implemented Interfaces:
ObjectFormProcessorDelegate
This class processes any related change objects of a Change Request or a Change Notice. A Change Request can have
either related Problem Reports or Variances. A Change Notice can have related Change Requests. This will modify the
change Request through the
If this Form Delegate is to be used with a table which has an table ID other than
Supported API: true
Extendable: true
wt.change2.FormalizedBy binary link relationship. The change notice will be
modified through the wt.change2.AddressedBy binary link relationship. If this Form Delegate is to be used with a table which has an table ID other than
change.associatedChanges.table the table ID can be specified in the FORM data with a key of
RelatedChangeItemFormDelegate.tableId
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionpostProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) The post process method persists any related change objects of a Change Request or a Change Notice.Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
doOperation, postTransactionProcess, setValue, setValueInTypeInstance, setValueInTypeInstance
-
Method Details
-
postProcess
public FormResult postProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException The post process method persists any related change objects of a Change Request or a Change Notice. A Change Request can have either related Problem Reports or Variances. A Change Notice can have only related Change Requests.
Supported API: true- Specified by:
postProcessin interfaceObjectFormProcessorDelegate- Overrides:
postProcessin classDefaultObjectFormProcessorDelegate- Parameters:
clientData-objectBeans-- Returns:
- FormResult with status set to FormProcessingStatus.SUCCESS
- Throws:
WTException
-