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. operationMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return EventOperationType Modifier and Type Method Description static EventOperationTypeEventOperationType. fromValue(String v)static EventOperationTypeEventOperationType. 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 EventOperationTypeNotifyActionExpressionType. operationMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return EventOperationType Modifier and Type Method Description EventOperationTypeNotifyActionExpressionType. 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 NotifyActionExpressionTypeNotifyActionExpressionType. operation(EventOperationType value)voidNotifyActionExpressionType. setOperation(EventOperationType value)Sets the value of the operation property.
-