com.ptc.windchill.enterprise.folder
Class LocationPropertyProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.folder.LocationPropertyProcessor
- All Implemented Interfaces:
- ObjectFormProcessorDelegate
public class LocationPropertyProcessor
- extends DefaultObjectFormProcessorDelegate
A form property processor that will process the location picker field.
Supported API: true
Extendable: true
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preProcess
public FormResult preProcess(NmCommandBean clientData,
List<ObjectBean> objList)
throws WTException
- Gets the form data for the location field and sets the value on the created object.
Supported API: true
- Specified by:
preProcess in interface ObjectFormProcessorDelegate- Overrides:
preProcess in class DefaultObjectFormProcessorDelegate
- 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