Uses of Class
com.evolveum.midpoint.xml.ns._public.model.scripting_3.NotifyActionExpressionType
-
Packages that use NotifyActionExpressionType Package Description com.evolveum.midpoint.xml.ns._public.model.scripting_3 -
-
Uses of NotifyActionExpressionType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return NotifyActionExpressionType Modifier and Type Method Description NotifyActionExpressionTypeNotifyActionExpressionType. clone()Creates and returns a deep copy of this object.NotifyActionExpressionTypeObjectFactory. createNotifyActionExpressionType()Create an instance ofNotifyActionExpressionTypeNotifyActionExpressionTypeNotifyActionExpressionType. forWholeInput(Boolean value)NotifyActionExpressionTypeNotifyActionExpressionType. handler(EventHandlerType value)NotifyActionExpressionTypeNotifyActionExpressionType. operation(EventOperationType value)NotifyActionExpressionTypeNotifyActionExpressionType. parameter(ActionParameterValueType value)NotifyActionExpressionTypeNotifyActionExpressionType. status(EventStatusType value)NotifyActionExpressionTypeNotifyActionExpressionType. subtype(String value)NotifyActionExpressionTypeNotifyActionExpressionType. type(String value)Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return types with arguments of type NotifyActionExpressionType Modifier and Type Method Description JAXBElement<NotifyActionExpressionType>ObjectFactory. createNotify(NotifyActionExpressionType value)Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type NotifyActionExpressionType Modifier and Type Method Description JAXBElement<NotifyActionExpressionType>ObjectFactory. createNotify(NotifyActionExpressionType value)Constructors in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type NotifyActionExpressionType Constructor Description NotifyActionExpressionType(NotifyActionExpressionType o)Creates a new {@code NotifyActionExpressionType} instance by deeply copying a given {@code NotifyActionExpressionType} instance.
-