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()Creates and returns a deep copy of this object.ObjectDeltaListTypeObjectFactory. createObjectDeltaListType()Create an instance ofObjectDeltaListTypeObjectDeltaListTypeObjectDeltaListType. delta(ObjectDeltaType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectDeltaListType Constructor Description ObjectDeltaListType(ObjectDeltaListType o)Creates a newObjectDeltaListTypeinstance by deeply copying a givenObjectDeltaListTypeinstance. -
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()Gets the value of the deltaList property.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)ObjectDeltaOperationListTypeModelPortImpl. executeChanges(ObjectDeltaListType deltaList, ModelExecuteOptionsType options)ObjectDeltaOperationListTypeModelPortType. executeChanges(ObjectDeltaListType deltaList, ModelExecuteOptionsType options)Faults: any SystemFaultType TODO reword to FaultTypes ObjectAlreadyExistsException: object with specified identifiers already exists, cannot add ObjectNotFoundException: object required to complete the operation was not found (e.g.voidExecuteChangesType. setDeltaList(ObjectDeltaListType value)Sets the value of the deltaList property.
-