Class DefaultObjectFormProcessorDelegate

java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
All Implemented Interfaces:
ObjectFormProcessorDelegate
Direct Known Subclasses:
com.ptc.windchill.enterprise.attachments.forms.AbstractAttachmentsSubFormProcessor, AffectedAndResultingItemsFormDelegate, AnnotationsForAffectedDataFormDelegate, ChangeItemFormDelegate, ImpactedItemsFormDelegate, ImplementationPlanFormDelegate, LocationPropertyProcessor, ParticipantsFormDelegate, PasteVariantSpecDelegate, PromotionObjectsFormDelegate, RelatedChangeItemFormDelegate

public class DefaultObjectFormProcessorDelegate extends Object implements ObjectFormProcessorDelegate
A default ObjectFormProcessorDelegate whose preProcess(), doOperation(), postProcess(), and postTransactionProcess() methods do nothing but return a FormResult with a status of FormProcessingStatus.SUCCESS. Form processor delegates that extend this class need only implement those methods of ObjectFormProcessorDelegate in which they have processing tasks.

Supported API: true

Extendable: true