Class EditModifyContentOnlyProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.windchill.enterprise.change2.forms.processors.EditModifyContentOnlyProcessor
- All Implemented Interfaces:
ObjectFormProcessor
A specialized DefaultObjectFormProcessor that will not attempt to persist the
context object of the operation. This is necessary because the wizard
(editContentWizard.jsp) that supplies the data that is being processed by this
processor is only available to users that do not have modify permission to
the change object. This processor is needed, since any attempt to save the
object will result in an AccessControlException because the user doesn't have
modify permission for the object.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, mergeIntermediateResult, postProcess, postTransactionProcess, processDelegates