Class ObjectTreeDeltasType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectTreeDeltasType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ObjectTreeDeltasType extends AbstractPlainStructured
Container for ChangesRequested (focus primary delta and/or projection primary deltas).- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_FOCUS_PRIMARY_DELTAstatic ItemNameF_PROJECTION_PRIMARY_DELTAprotected ObjectDeltaTypefocusPrimaryDeltaprotected List<ProjectionObjectDeltaType>projectionPrimaryDelta
-
Constructor Summary
Constructors Constructor Description ObjectTreeDeltasType()ObjectTreeDeltasType(ObjectTreeDeltasType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ProjectionObjectDeltaTypebeginProjectionPrimaryDelta()ObjectTreeDeltasTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)ObjectTreeDeltasTypefocusPrimaryDelta(ObjectDeltaType value)ObjectDeltaTypegetFocusPrimaryDelta()List<ProjectionObjectDeltaType>getProjectionPrimaryDelta()inthashCode(StructuredHashCodeStrategy strategy)ObjectTreeDeltasTypeprojectionPrimaryDelta(ProjectionObjectDeltaType value)voidsetFocusPrimaryDelta(ObjectDeltaType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
focusPrimaryDelta
protected ObjectDeltaType focusPrimaryDelta
-
projectionPrimaryDelta
protected List<ProjectionObjectDeltaType> projectionPrimaryDelta
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FOCUS_PRIMARY_DELTA
public static final ItemName F_FOCUS_PRIMARY_DELTA
-
F_PROJECTION_PRIMARY_DELTA
public static final ItemName F_PROJECTION_PRIMARY_DELTA
-
-
Constructor Detail
-
ObjectTreeDeltasType
public ObjectTreeDeltasType()
-
ObjectTreeDeltasType
public ObjectTreeDeltasType(ObjectTreeDeltasType other)
-
-
Method Detail
-
getFocusPrimaryDelta
public ObjectDeltaType getFocusPrimaryDelta()
-
setFocusPrimaryDelta
public void setFocusPrimaryDelta(ObjectDeltaType value)
-
getProjectionPrimaryDelta
public List<ProjectionObjectDeltaType> getProjectionPrimaryDelta()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
focusPrimaryDelta
public ObjectTreeDeltasType focusPrimaryDelta(ObjectDeltaType value)
-
projectionPrimaryDelta
public ObjectTreeDeltasType projectionPrimaryDelta(ProjectionObjectDeltaType value)
-
beginProjectionPrimaryDelta
public ProjectionObjectDeltaType beginProjectionPrimaryDelta()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ObjectTreeDeltasType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-