Package com.ptc.windchill.enterprise.wip
Class CheckoutObjectFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.windchill.enterprise.wip.CheckoutObjectFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor,Serializable
Supported API: true
Extendable: false
- See Also:
-
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 TypeMethodDescriptionpostTransactionProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) Calls the postTransactionProcess() methods of the wizard's ObjectFormProcessorDelegates Delegates are called in no particular order.Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, execute, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, isUseObjectReference, mergeIntermediateResult, postProcess, preProcess, processDelegates, removeTempFiles, setDelegates, setRefreshInfo, setUseObjectReference
-
Method Details
-
postTransactionProcess
public FormResult postTransactionProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException Calls the postTransactionProcess() methods of the wizard's ObjectFormProcessorDelegates Delegates are called in no particular order.
Supported API: true- Specified by:
postTransactionProcessin interfaceObjectFormProcessor- Overrides:
postTransactionProcessin classDefaultObjectFormProcessor- Parameters:
clientData- - Contains all the request form data and other wizard context information. Input.objectBeans- - Contain the form data for each target object of the wizard. One bean per object. Input.- Returns:
- FormResult - the result of this method
- Throws:
WTException
-