Uses of Class
com.evolveum.midpoint.repo.api.RepoModifyOptions
Packages that use RepoModifyOptions
Package
Description
-
Uses of RepoModifyOptions in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return RepoModifyOptionsModifier and TypeMethodDescriptionRepoModifyOptions.clone()static RepoModifyOptionsRepoModifyOptions.createForceReindex()static RepoModifyOptionsRepoModifyOptions.createUseNoFetchExtensionValuesDeletion()static RepoModifyOptionsRepoModifyOptions.createUseNoFetchExtensionValuesInsertion()Methods in com.evolveum.midpoint.repo.api with parameters of type RepoModifyOptionsModifier and TypeMethodDescriptionstatic BooleanRepoModifyOptions.getUseNoFetchExtensionValuesDeletion(RepoModifyOptions options) static BooleanRepoModifyOptions.getUseNoFetchExtensionValuesInsertion(RepoModifyOptions options) static booleanRepoModifyOptions.isForceReindex(RepoModifyOptions options) <T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryService.modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?, ?>> modifications, @Nullable ModificationPrecondition<T> precondition, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult) Modifies the object, while ensuring thatModificationPreconditionholds.<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryService.modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?, ?>> modifications, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult) default <T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryService.modifyObjectDynamically(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> getOptions, @NotNull RepositoryService.ModificationsSupplier<T> modificationsSupplier, @Nullable RepoModifyOptions modifyOptions, @NotNull OperationResult parentResult) Modifies an object dynamically. -
Uses of RepoModifyOptions in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type RepoModifyOptionsModifier and TypeMethodDescription<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryCache.modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?, ?>> modifications, ModificationPrecondition<T> precondition, RepoModifyOptions options, @NotNull OperationResult parentResult) <T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryCache.modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?, ?>> modifications, RepoModifyOptions options, @NotNull OperationResult parentResult) <T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryCache.modifyObjectDynamically(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> getOptions, @NotNull RepositoryService.ModificationsSupplier<T> modificationsSupplier, @Nullable RepoModifyOptions modifyOptions, @NotNull OperationResult parentResult) -
Uses of RepoModifyOptions in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers with parameters of type RepoModifyOptionsModifier and TypeMethodDescription<T extends ObjectType>
@NotNull ModifyObjectResult<T>ModificationOpHandler.modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?, ?>> modifications, ModificationPrecondition<T> precondition, RepoModifyOptions options, OperationResult parentResult) -
Uses of RepoModifyOptions in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type RepoModifyOptionsModifier and TypeMethodDescription<T extends ObjectType>
@NotNull ModifyObjectResult<T>SqaleRepositoryService.modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?, ?>> modifications, @Nullable ModificationPrecondition<T> precondition, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult) <T extends ObjectType>
@NotNull ModifyObjectResult<T>SqaleRepositoryService.modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?, ?>> modifications, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult) <T extends ObjectType>
@NotNull ModifyObjectResult<T>SqaleRepositoryService.modifyObjectDynamically(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> getOptions, @NotNull RepositoryService.ModificationsSupplier<T> modificationsSupplier, @Nullable RepoModifyOptions modifyOptions, @NotNull OperationResult parentResult) -
Uses of RepoModifyOptions in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type RepoModifyOptionsModifier and TypeMethodDescriptionstatic <O extends ObjectType>
voidOperationLogger.logModify(Class<O> type, String oid, Collection<? extends ItemDelta<?, ?>> modifications, ModificationPrecondition<O> precondition, RepoModifyOptions options, OperationResult subResult) static <O extends ObjectType>
voidOperationLogger.logModifyDynamically(Class<O> type, String oid, ModifyObjectResult<?> modifyObjectResult, RepoModifyOptions modifyOptions, OperationResult result)