Uses of Class
com.evolveum.midpoint.common.validator.EventResult
Packages that use EventResult
- 
Uses of EventResult in com.evolveum.midpoint.common.validatorMethods in com.evolveum.midpoint.common.validator that return EventResultModifier and TypeMethodDescriptionstatic EventResultEventResult.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 EventResultEventResult.skipObject()static EventResultEventResult.skipObject(String reason) static EventResultEventResult.stop()static EventResultLegacyValidator.validateObject(String stringXml, OperationResult objectResult) LegacyValidator.validateObject(Element objectElement, OperationResult objectResult)