Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.UcfChangeType
-
Packages that use UcfChangeType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of UcfChangeType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return UcfChangeType Modifier and Type Method Description static UcfChangeTypeUcfChangeUtil. create(QName objectClassName, Map<QName,Object> identifiers, ObjectDeltaType delta, PrismContext prismContext)static UcfChangeTypeUcfChangeUtil. createForNewObject(QName objectClassName, Map<QName,Object> attributes, PrismContext prismContext)static UcfChangeTypeUcfChangeUtil. createFromAsyncProvisioningRequest(JsonAsyncProvisioningRequest request, String defaultNamespace, PrismContext prismContext)CreatesUcfChangeTypefromJsonAsyncProvisioningRequest. -
Uses of UcfChangeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return UcfChangeType Modifier and Type Method Description UcfChangeTypeUcfChangeType. clone()Creates and returns a deep copy of this object.UcfChangeTypeObjectFactory. createUcfChangeType()Create an instance ofUcfChangeTypeUcfChangeTypeUcfChangeType. identifiers(ShadowAttributesType value)UcfChangeTypeUcfChangeType. object(ShadowType value)UcfChangeTypeUcfChangeType. objectClass(QName value)UcfChangeTypeUcfChangeType. objectDelta(ObjectDeltaType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type UcfChangeType Modifier and Type Method Description javax.xml.bind.JAXBElement<UcfChangeType>ObjectFactory. createUcfChange(UcfChangeType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type UcfChangeType Modifier and Type Method Description javax.xml.bind.JAXBElement<UcfChangeType>ObjectFactory. createUcfChange(UcfChangeType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type UcfChangeType Constructor Description UcfChangeType(UcfChangeType o)Creates a newUcfChangeTypeinstance by deeply copying a givenUcfChangeTypeinstance.
-