Package com.ptc.windchill.esi.forms
Class SendToDistributionTargetFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.windchill.esi.forms.SendToDistributionTargetFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor
Send To Distribution Target Wizard Form Processor. Processes wizard data and initiates publication of a part, a BOM
or a CAD document structure.
Supported API: true
Extendable: true
Since:
Windchill 9.0
Supported API: true
Extendable: true
Since:
Windchill 9.0
- 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 TypeMethodDescriptiondoOperation(NmCommandBean clientData, List<ObjectBean> objList) Sends the object to the distribution target.Methods 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> objList) throws WTException Sends the object to the distribution target.
Supported API: true- Specified by:
doOperationin interfaceObjectFormProcessor- Overrides:
doOperationin classDefaultObjectFormProcessor- Parameters:
clientData- - Contains request form data and other context information.objList- - Contains the object(s) to be stored, updated, moved, etc. Note:- Not applicable for this form processor as the object is published to ERP and not stored, updated, or modified in the Windchill database.
- Returns:
- - The FormResult indicating the outcome of the operation.
- Throws:
WTException
-