Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectDeltaListType
-
Packages that use ObjectDeltaListType Package Description com.evolveum.midpoint.schema com.evolveum.midpoint.xml.ns._public.common.api_types_3 com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of ObjectDeltaListType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema with parameters of type ObjectDeltaListType Modifier and Type Method Description static Collection<ObjectDelta<? extends ObjectType>>DeltaConvertor. createObjectDeltas(ObjectDeltaListType deltaList, PrismContext prismContext)Object deltas: XML (api-types-3) -> native Dubious. -
Uses of ObjectDeltaListType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectDeltaListType Modifier and Type Method Description ObjectDeltaListTypeObjectDeltaListType. clone()ObjectDeltaListTypeObjectFactory. createObjectDeltaListType()ObjectDeltaListTypeObjectDeltaListType. delta(ObjectDeltaType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectDeltaListType Constructor Description ObjectDeltaListType(ObjectDeltaListType other) -
Uses of ObjectDeltaListType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as ObjectDeltaListType Modifier and Type Field Description protected ObjectDeltaListTypeExecuteChangesType. deltaListMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectDeltaListType Modifier and Type Method Description ObjectDeltaListTypeExecuteChangesType. beginDeltaList()ObjectDeltaListTypeExecuteChangesType. getDeltaList()Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ObjectDeltaListType Modifier and Type Method Description ExecuteChangesTypeExecuteChangesType. deltaList(ObjectDeltaListType value)voidExecuteChangesType. setDeltaList(ObjectDeltaListType value)
-