Class EditModifyContentOnlyProcessor

java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.windchill.enterprise.change2.forms.processors.EditModifyContentOnlyProcessor
All Implemented Interfaces:
ObjectFormProcessor

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