Class RelContextSendOwnerNotificationFormProcessor

java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.core.relcontext.client.RelContextSendOwnerNotificationFormProcessor
All Implemented Interfaces:
ObjectFormProcessor

public class RelContextSendOwnerNotificationFormProcessor extends DefaultObjectFormProcessor
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