Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectModificationType
-
Packages that use ObjectModificationType Package Description com.evolveum.midpoint.rest.impl com.evolveum.midpoint.schema com.evolveum.midpoint.xml.ns._public.common.api_types_3 -
-
Uses of ObjectModificationType in com.evolveum.midpoint.rest.impl
Methods in com.evolveum.midpoint.rest.impl with parameters of type ObjectModificationType Modifier and Type Method Description org.springframework.http.ResponseEntity<?>ModelRestController. modifyObjectPatch(String type, String oid, List<String> options, ObjectModificationType modificationType)org.springframework.http.ResponseEntity<?>ModelRestController. modifyObjectPost(String type, String oid, List<String> options, ObjectModificationType modificationType) -
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()ObjectModificationTypeObjectFactory. createObjectModificationType()ObjectModificationTypeObjectModificationType. 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 other)
-