Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType
-
Packages that use EventOperationType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.midpoint.xml.ns._public.model.scripting_3 -
-
Uses of EventOperationType 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 EventOperationType Modifier and Type Field Description protected List<EventOperationType>
EventHandlerType. operation
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return EventOperationType Modifier and Type Method Description static EventOperationType
EventOperationType. fromValue(String v)
static EventOperationType
EventOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventOperationType[]
EventOperationType. 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 EventOperationType Modifier and Type Method Description List<EventOperationType>
EventHandlerType. getOperation()
Gets the value of the operation property. -
Uses of EventOperationType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as EventOperationType Modifier and Type Field Description protected EventOperationType
NotifyActionExpressionType. operation
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return EventOperationType Modifier and Type Method Description EventOperationType
NotifyActionExpressionType. getOperation()
Gets the value of the operation property.Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type EventOperationType Modifier and Type Method Description NotifyActionExpressionType
NotifyActionExpressionType. operation(EventOperationType value)
void
NotifyActionExpressionType. setOperation(EventOperationType value)
Sets the value of the operation property.
-