Class LocationPropertyProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.folder.LocationPropertyProcessor
- All Implemented Interfaces:
ObjectFormProcessorDelegate
A form property processor that will process the location picker field.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionpreProcess(NmCommandBean clientData, List<ObjectBean> objList) Gets the form data for the location field and sets the value on the created object.Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
doOperation, postProcess, postTransactionProcess
-
Method Details
-
preProcess
Gets the form data for the location field and sets the value on the created object.
Supported API: true- Specified by:
preProcessin interfaceObjectFormProcessorDelegate- Overrides:
preProcessin classDefaultObjectFormProcessorDelegate- Parameters:
cb- - Contains request form data and other context information. Input.objList- - Contains an instance of the object to be created. Output but should be instantiated on entry.- Returns:
- - FormResult indicating outcome of method
- Throws:
WTException
-