public abstract class VAERevisionProcessorBase extends java.lang.Object implements ValueAddEventProcessor
Modifier and Type | Method and Description |
---|---|
EventAdapterService |
getEventAdapterService() |
RevisionEventType |
getValueAddEventType()
Returns the event type that this revision processor generates.
|
void |
validateEventType(EventType eventType)
For use in checking insert-into statements, validates that the given type is eligible for revision event.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSnapshot, getValueAddEventBean, onUpdate, removeOldData
public RevisionEventType getValueAddEventType()
ValueAddEventProcessor
getValueAddEventType
in interface ValueAddEventProcessor
public void validateEventType(EventType eventType) throws ExprValidationException
ValueAddEventProcessor
validateEventType
in interface ValueAddEventProcessor
eventType
- the type of the event participating in revision event type (or not)ExprValidationException
- if the validation failspublic EventAdapterService getEventAdapterService()