Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.HookType
-
Packages that use HookType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of HookType 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 HookType Modifier and Type Field Description protected List<HookType>HookListType. hookMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return HookType Modifier and Type Method Description HookTypeHookListType. beginHook()HookTypeHookType. clone()Creates and returns a deep copy of this object.HookTypeObjectFactory. createHookType()Create an instance ofHookTypeHookTypeHookType. description(String value)HookTypeHookType. documentation(String value)HookTypeHookType. enabled(Boolean value)HookTypeHookType. focusType(QName value)HookTypeHookType. name(String value)HookTypeHookType. ref(String value)HookTypeHookType. script(ScriptExpressionEvaluatorType value)HookTypeHookType. state(ModelStateType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type HookType Modifier and Type Method Description List<HookType>HookListType. getHook()Gets the value of the hook property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type HookType Modifier and Type Method Description HookListTypeHookListType. hook(HookType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type HookType Constructor Description HookType(HookType o)Creates a newHookTypeinstance by deeply copying a givenHookTypeinstance.
-