Uses of Class
com.evolveum.midpoint.repo.api.RepoModifyOptions
-
-
Uses of RepoModifyOptions in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return RepoModifyOptions Modifier and Type Method Description RepoModifyOptions
RepoModifyOptions. clone()
static RepoModifyOptions
RepoModifyOptions. createForceReindex()
static RepoModifyOptions
RepoModifyOptions. createUseNoFetchExtensionValuesDeletion()
static RepoModifyOptions
RepoModifyOptions. createUseNoFetchExtensionValuesInsertion()
Methods in com.evolveum.midpoint.repo.api with parameters of type RepoModifyOptions Modifier and Type Method Description static 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
Methods in com.evolveum.midpoint.repo.cache with parameters of type RepoModifyOptions Modifier and Type Method Description <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 RepoModifyOptions Modifier and Type Method Description <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 RepoModifyOptions Modifier and Type Method Description <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 RepoModifyOptions Modifier and Type Method Description static <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)
-