|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.common.validator.EventResult
public class EventResult
Nested Class Summary | |
---|---|
static class |
EventResult.EventResultStatus
|
Method Summary | |
---|---|
static EventResult |
cont()
|
java.lang.String |
getReason()
|
EventResult.EventResultStatus |
getStatus()
|
boolean |
isCont()
|
boolean |
isStop()
|
static EventResult |
skipObject()
|
static EventResult |
stop()
|
static EventResult |
stop(java.lang.String reason)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EventResult cont()
public static EventResult skipObject()
public static EventResult stop()
public static EventResult stop(java.lang.String reason)
public EventResult.EventResultStatus getStatus()
public java.lang.String getReason()
public boolean isCont()
public boolean isStop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |