Uses of Enum Class
com.evolveum.midpoint.prism.ItemModifyResult.ActualApplyOperation
-
Uses of ItemModifyResult.ActualApplyOperation in com.evolveum.midpoint.prism
Modifier 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.Modifier and TypeMethodDescriptionstatic <V extends PrismValue>
ItemModifyResult<V>ItemModifyResult.from
(V requestValue, V existingValue, ItemModifyResult.ActualApplyOperation actualApplyOperation) ModifierConstructorDescriptionprotected
ItemModifyResult
(V requestValue, V finalValue, ItemModifyResult.ActualApplyOperation operation)