Class ModifyChangeActionStatusFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.windchill.enterprise.changeDirective.forms.processors.ModifyChangeActionStatusFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor
A class for handling modify change action status wizard processing. This
class implements the doOperation method in order to process a transaction for
changing status on a change action object.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
delegates, DO_OPERATION, overallResult, POST_PROCESS, POST_TRANSACTION_PROCESS, PRE_PROCESS -
Method Summary
Modifier and TypeMethodDescriptiondoOperation(NmCommandBean clientData, List<ObjectBean> objectBeans) This method will modify the status of the change action object Supported API: trueMethods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, execute, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, isUseObjectReference, mergeIntermediateResult, postProcess, postTransactionProcess, preProcess, processDelegates, removeTempFiles, setDelegates, setRefreshInfo, setResultNextAction, setUseObjectReference
-
Method Details
-
doOperation
public FormResult doOperation(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException This method will modify the status of the change action object Supported API: true- Specified by:
doOperationin interfaceObjectFormProcessor- Overrides:
doOperationin classDefaultObjectFormProcessor- Parameters:
clientData- NmCommandBean that contains the updated status informationobjectBeans- List that contains the Change Action object whose status is getting changed- Returns:
- FormResult object that is the f Contains feedback message after processing completes. If any error occurs, the FormResult will contain information about the error.
- Throws:
ExceptionWTException
-