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. statusMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return EventStatusType Modifier and Type Method Description static EventStatusTypeEventStatusType. fromValue(String v)static EventStatusTypeEventStatusType. 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 EventStatusTypeNotifyActionExpressionType. statusMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return EventStatusType Modifier and Type Method Description EventStatusTypeNotifyActionExpressionType. 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 voidNotifyActionExpressionType. setStatus(EventStatusType value)Sets the value of the status property.NotifyActionExpressionTypeNotifyActionExpressionType. status(EventStatusType value)
-