Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectModificationType
-
Packages that use ObjectModificationType Package Description com.evolveum.midpoint.schema com.evolveum.midpoint.xml.ns._public.common.api_types_3 -
-
Uses of ObjectModificationType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectModificationType Modifier and Type Method Description static <T extends Objectable>
ObjectModificationTypeDeltaConvertor. toObjectModificationType(ObjectDelta<T> delta)Object delta: native -> XML (api-types-3).Methods in com.evolveum.midpoint.schema with parameters of type ObjectModificationType Modifier and Type Method Description static <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(ObjectModificationType objectModification, Class<T> type, PrismContext prismContext)Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaConvertor. toModifications(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)Object delta: XML (api-types-3) -> native (ItemDelta collection)static <T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaConvertor. toModifications(ObjectModificationType objectModification, Class<T> type, PrismContext prismContext)Object delta: XML (api-types-3) -> native (ItemDelta collection) -
Uses of ObjectModificationType 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 ObjectModificationType Modifier and Type Method Description ObjectModificationTypeObjectModificationType. clone()Creates and returns a deep copy of this object.ObjectModificationTypeObjectFactory. createObjectModificationType()Create an instance ofObjectModificationTypeObjectModificationTypeObjectModificationType. itemDelta(ItemDeltaType value)ObjectModificationTypeObjectModificationType. oid(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ObjectModificationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectModificationType>ObjectFactory. createObjectModification(ObjectModificationType value)Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectModificationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectModificationType>ObjectFactory. createObjectModification(ObjectModificationType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectModificationType Constructor Description ObjectModificationType(ObjectModificationType o)Creates a newObjectModificationTypeinstance by deeply copying a givenObjectModificationTypeinstance.
-