com.ptc.windchill.enterprise.attachments.forms
Class SecondaryAttachmentsSubFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.attachments.forms.AbstractAttachmentsSubFormProcessor
com.ptc.windchill.enterprise.attachments.forms.SecondaryAttachmentsSubFormProcessor
- All Implemented Interfaces:
- ObjectFormProcessorDelegate
public class SecondaryAttachmentsSubFormProcessor
- extends com.ptc.windchill.enterprise.attachments.forms.AbstractAttachmentsSubFormProcessor
A form processor that runs in the Method Server and performs a database
operation on one or more objects. The input is data from an HTML form.
The execute() method is remotely invocable and hands off to the process()
method, which handles the database transaction block and
the instantiation and calling of processor delegates to perform their tasks
during various phases of the operation.
The main processor for a given HTML form will typically be a subclass of this class so
that it can override one or more methods with client-specific processing.
Supported API: true
Extendable: true
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |