com.ptc.windchill.esi.forms
Class CreateESITargetFormProcessor

java.lang.Object
  extended by com.ptc.core.components.forms.DefaultObjectFormProcessor
      extended by com.ptc.windchill.esi.forms.CreateESITargetFormProcessor
All Implemented Interfaces:
ObjectFormProcessor

public class CreateESITargetFormProcessor
extends com.ptc.core.components.forms.DefaultObjectFormProcessor

Create Distribution Target Wizard Form Processor. Processes Wizard data and creates the ESITarget object.

Supported API: true


Extendable: true


Since:
Windchill 9.0

See Also:
DefaultItemFormProcessor

Method Summary
 FormResult doOperation(NmCommandBean clientData, List<ObjectBean> objList)
          Creates the distribution target i.e.
 
Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, getDelegates, mergeIntermediateResult, postProcess, postTransactionProcess, preProcess, setResultNextAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doOperation

public FormResult doOperation(NmCommandBean clientData,
                              List<ObjectBean> objList)
                       throws WTException
Creates the distribution target i.e. ESITarget object.

Supported API: true

Specified by:
doOperation in interface ObjectFormProcessor
Overrides:
doOperation in class com.ptc.core.components.forms.DefaultObjectFormProcessor
Parameters:
cb - - Contains request form data and other context information. Input.
objList - - Contains the object(s) to be stored, updated,moved, etc. Note:
  • Not applicable for this form processor as here only ESITarget object is created in windchill database and not updated, or modved in windchill database.
Returns:
FormResult - the result of this method
Throws:
WTException