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
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
-
Field Summary
Fields inherited from class com.ptc.windchill.enterprise.attachments.forms.AbstractAttachmentsSubFormProcessor
beanInfo, refFactory -
Method Summary
Methods inherited from class com.ptc.windchill.enterprise.attachments.forms.AbstractAttachmentsSubFormProcessor
buildContentItem, checkUploadFeedback, ensureURLProtocol, getAttachmentNumber, getChangedFormData, getClass, getContentHolder, getFormatContentHolder, getFormData, getIsCreateWizard, getNmOid, getObjectBeanInfo, handlePropertyVetoException, parseCachedContentDescriptorString, postTransactionProcess, setAttributeValues, setAttributeValues, setAttributeValues, setAttributeValues, setAttributeValues, updateAttachment, validEmptyFileMethods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
setValue, setValueInTypeInstance, setValueInTypeInstance