Uses of Enum Class
com.evolveum.midpoint.prism.ItemModifyResult.ActualApplyOperation
Packages that use ItemModifyResult.ActualApplyOperation
-
Uses of ItemModifyResult.ActualApplyOperation in com.evolveum.midpoint.prism
Fields in com.evolveum.midpoint.prism declared as ItemModifyResult.ActualApplyOperationMethods in com.evolveum.midpoint.prism that return ItemModifyResult.ActualApplyOperationModifier and TypeMethodDescriptionItemModifyResult.operation()
Returns the enum constant of this class with the specified name.ItemModifyResult.ActualApplyOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.prism with parameters of type ItemModifyResult.ActualApplyOperationModifier and TypeMethodDescriptionstatic <V extends PrismValue>
ItemModifyResult<V>ItemModifyResult.from
(V requestValue, V existingValue, ItemModifyResult.ActualApplyOperation actualApplyOperation) Constructors in com.evolveum.midpoint.prism with parameters of type ItemModifyResult.ActualApplyOperationModifierConstructorDescriptionprotected
ItemModifyResult
(V requestValue, V finalValue, ItemModifyResult.ActualApplyOperation operation)