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()
           
 EventResult EventHandler.postMarshall(ObjectType object, org.w3c.dom.Element objectElement, OperationResult objectResult)
          Call-back called after the object is unmarshalled.
 EventResult EventHandler.preMarshall(org.w3c.dom.Element objectElement, org.w3c.dom.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.stop()
           
static EventResult EventResult.stop(java.lang.String reason)
           
 



Copyright © 2011 evolveum. All Rights Reserved.