Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectDeltaOperationListType
-
Packages that use ObjectDeltaOperationListType Package Description com.evolveum.midpoint.xml.ns._public.common.api_types_3 com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of ObjectDeltaOperationListType 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 ObjectDeltaOperationListType Modifier and Type Method Description ObjectDeltaOperationListTypeObjectDeltaOperationListType. clone()Creates and returns a deep copy of this object.ObjectDeltaOperationListTypeObjectFactory. createObjectDeltaOperationListType()Create an instance ofObjectDeltaOperationListTypeObjectDeltaOperationListTypeObjectDeltaOperationListType. deltaOperation(ObjectDeltaOperationType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectDeltaOperationListType Constructor Description ObjectDeltaOperationListType(ObjectDeltaOperationListType o)Creates a newObjectDeltaOperationListTypeinstance by deeply copying a givenObjectDeltaOperationListTypeinstance. -
Uses of ObjectDeltaOperationListType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as ObjectDeltaOperationListType Modifier and Type Field Description protected ObjectDeltaOperationListTypeExecuteChangesResponseType. deltaOperationListMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectDeltaOperationListType Modifier and Type Method Description ObjectDeltaOperationListTypeExecuteChangesResponseType. beginDeltaOperationList()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.ObjectDeltaOperationListTypeExecuteChangesResponseType. getDeltaOperationList()Gets the value of the deltaOperationList property.Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ObjectDeltaOperationListType Modifier and Type Method Description ExecuteChangesResponseTypeExecuteChangesResponseType. deltaOperationList(ObjectDeltaOperationListType value)voidExecuteChangesResponseType. setDeltaOperationList(ObjectDeltaOperationListType value)Sets the value of the deltaOperationList property.
-