Uses of Class
com.evolveum.midpoint.common.validator.EventResult

Packages that use EventResult
com.evolveum.midpoint.common.validator   
 

Uses of EventResult in com.evolveum.midpoint.common.validator
 

Methods in com.evolveum.midpoint.common.validator that return EventResult
static EventResult EventResult.cont()
           
<T extends Objectable>
EventResult
EventHandler.postMarshall(PrismObject<T> object, Element objectElement, OperationResult objectResult)
          Call-back called after the object is unmarshalled.
 EventResult EventHandler.preMarshall(Element objectElement, Node postValidationTree, OperationResult objectResult)
          Call-back called after deserializing to DOM and static schema validation but before unmarshall to JAXB.
static EventResult EventResult.skipObject()
           
static EventResult EventResult.skipObject(String reason)
           
static EventResult EventResult.stop()
           
static EventResult EventResult.stop(String reason)
           
 EventResult Validator.validateObject(Element objectElement, OperationResult objectResult)
           
 EventResult Validator.validateObject(String stringXml, OperationResult objectResult)
           
 



Copyright © 2013 evolveum. All Rights Reserved.