Class AnnotationsForAffectedDataFormDelegate
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.annotation.forms.AnnotationsForAffectedDataFormDelegate
- All Implemented Interfaces:
ObjectFormProcessorDelegate
Form delegate for persisting annotations associated to an affected data for
change.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionpostProcess(NmCommandBean clientData, List<ObjectBean> objectBeanList) Persist the association of annotation to an affected data of a change.Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
doOperation, postTransactionProcess, preProcess, setValue, setValueInTypeInstance, setValueInTypeInstance
-
Method Details
-
postProcess
public FormResult postProcess(NmCommandBean clientData, List<ObjectBean> objectBeanList) throws WTException Persist the association of annotation to an affected data of a change. Creates association for newly added annotations, and removes associations for the removed annotations in the form.
Supported API: true- Specified by:
postProcessin interfaceObjectFormProcessorDelegate- Overrides:
postProcessin classDefaultObjectFormProcessorDelegate- Parameters:
clientData-objectBeanList-- Returns:
- FormResult with status set to FormProcessingStatus.SUCCESS
- Throws:
WTException
-