Uses of Class
com.evolveum.midpoint.common.validator.EventResult
Packages that use EventResult
-
Uses of EventResult in com.evolveum.midpoint.common.validator
Methods in com.evolveum.midpoint.common.validator that return EventResultModifier and TypeMethodDescriptionstatic EventResult
EventResult.cont()
EventHandler.postMarshall
(T object, Element objectElement, OperationResult objectResult) Call-back called after the object is unmarshalled.EventHandler.preMarshall
(Element objectElement, Node postValidationTree, OperationResult objectResult) Call-back called after deserializing to DOM and static schema validation but before unmarshal to JAXB.static EventResult
EventResult.skipObject()
static EventResult
EventResult.skipObject
(String reason) static EventResult
EventResult.stop()
static EventResult
LegacyValidator.validateObject
(String stringXml, OperationResult objectResult) LegacyValidator.validateObject
(Element objectElement, OperationResult objectResult)