Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.EventStatusType
-
Packages that use EventStatusType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.midpoint.xml.ns._public.model.scripting_3 -
-
Uses of EventStatusType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type EventStatusType Modifier and Type Field Description protected List<EventStatusType>
EventHandlerType. status
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return EventStatusType Modifier and Type Method Description static EventStatusType
EventStatusType. fromValue(String v)
static EventStatusType
EventStatusType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventStatusType[]
EventStatusType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type EventStatusType Modifier and Type Method Description List<EventStatusType>
EventHandlerType. getStatus()
Gets the value of the status property. -
Uses of EventStatusType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as EventStatusType Modifier and Type Field Description protected EventStatusType
NotifyActionExpressionType. status
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return EventStatusType Modifier and Type Method Description EventStatusType
NotifyActionExpressionType. getStatus()
Gets the value of the status property.Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type EventStatusType Modifier and Type Method Description void
NotifyActionExpressionType. setStatus(EventStatusType value)
Sets the value of the status property.NotifyActionExpressionType
NotifyActionExpressionType. status(EventStatusType value)
-