Class ObjectDeltaOperationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaOperationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ObjectDeltaOperationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected OperationResultTypestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected ObjectDeltaTypeprotected PolyStringTypeprotected Stringprotected PolyStringTypeprotected Stringprotected Stringprotected ShadowKindType -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) objectDelta(ObjectDeltaType value) objectName(PolyStringType value) objectName(String value) resourceName(PolyStringType value) resourceName(String value) resourceOid(String value) voidvoidsetObjectDelta(ObjectDeltaType value) voidsetObjectName(PolyStringType value) voidsetObjectOid(String value) voidsetResourceName(PolyStringType value) voidsetResourceOid(String value) voidsetShadowIntent(String value) voidsetShadowKind(ShadowKindType value) shadowIntent(String value) shadowKind(ShadowKindType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
objectOid
-
objectDelta
-
executionResult
-
objectName
-
resourceOid
-
resourceName
-
shadowKind
-
shadowIntent
-
COMPLEX_TYPE
-
F_OBJECT_OID
-
F_OBJECT_DELTA
-
F_EXECUTION_RESULT
-
F_OBJECT_NAME
-
F_RESOURCE_OID
-
F_RESOURCE_NAME
-
F_SHADOW_KIND
-
F_SHADOW_INTENT
-
-
Constructor Details
-
ObjectDeltaOperationType
public ObjectDeltaOperationType() -
ObjectDeltaOperationType
-
-
Method Details
-
getObjectOid
-
setObjectOid
-
getObjectDelta
-
setObjectDelta
-
getExecutionResult
-
setExecutionResult
-
getObjectName
-
setObjectName
-
getResourceOid
-
setResourceOid
-
getResourceName
-
setResourceName
-
getShadowKind
-
setShadowKind
-
getShadowIntent
-
setShadowIntent
-
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
-
objectOid
-
objectDelta
-
executionResult
-
beginExecutionResult
-
objectName
-
objectName
-
resourceOid
-
resourceName
-
resourceName
-
shadowKind
-
shadowIntent
-
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
-