Class ObjectModificationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectModificationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ObjectModificationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Describes a change of attributes of a specific object.
All changes are expected to happen atomically, but
there may be exceptions. Please check with the
documentation of the interface using this type for
more details.
Used in the interfaces (modifyObject)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getOid()inthashCode(StructuredHashCodeStrategy strategy) itemDelta(ItemDeltaType value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
oid
-
itemDelta
-
COMPLEX_TYPE
-
F_OID
-
F_ITEM_DELTA
-
-
Constructor Details
-
ObjectModificationType
public ObjectModificationType() -
ObjectModificationType
-
-
Method Details
-
getOid
-
setOid
-
getItemDelta
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
oid
-
itemDelta
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-