Uses of Class
com.evolveum.midpoint.repo.api.RepoModifyOptions
Package
Description
-
Uses of RepoModifyOptions in com.evolveum.midpoint.repo.api
Modifier and TypeMethodDescriptionRepoModifyOptions.clone()
static RepoModifyOptions
RepoModifyOptions.createForceReindex()
static RepoModifyOptions
RepoModifyOptions.createUseNoFetchExtensionValuesDeletion()
static RepoModifyOptions
RepoModifyOptions.createUseNoFetchExtensionValuesInsertion()
Modifier and TypeMethodDescriptionstatic Boolean
RepoModifyOptions.getUseNoFetchExtensionValuesDeletion
(RepoModifyOptions options) static Boolean
RepoModifyOptions.getUseNoFetchExtensionValuesInsertion
(RepoModifyOptions options) static boolean
RepoModifyOptions.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) <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
Modifier 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
Modifier 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
Modifier 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
Modifier 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)