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