Uses of Enum Class
com.evolveum.midpoint.schema.ObjectOperationOption
Packages that use ObjectOperationOption
-
Uses of ObjectOperationOption in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectOperationOptionModifier and TypeMethodDescriptionstatic ObjectOperationOption
Returns the enum constant of this class with the specified name.static ObjectOperationOption[]
ObjectOperationOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectOperationOptionModifier and TypeMethodDescriptionstatic Collection<ObjectOperationOption>
ObjectOperationOption.createCollection
(ObjectOperationOption... options) Methods in com.evolveum.midpoint.schema with parameters of type ObjectOperationOptionModifier and TypeMethodDescriptionstatic Collection<ObjectOperationOption>
ObjectOperationOption.createCollection
(ObjectOperationOption... options) static boolean
ObjectOperationOption.hasOption
(Collection<ObjectOperationOption> options, ObjectOperationOption option) Method parameters in com.evolveum.midpoint.schema with type arguments of type ObjectOperationOptionModifier and TypeMethodDescriptionstatic boolean
ObjectOperationOption.hasOption
(Collection<ObjectOperationOption> options, ObjectOperationOption option)