Uses of Interface
com.evolveum.midpoint.repo.api.RepositoryService.ModificationsSupplier
-
Packages that use RepositoryService.ModificationsSupplier Package Description com.evolveum.midpoint.repo.api com.evolveum.midpoint.repo.cache -
-
Uses of RepositoryService.ModificationsSupplier in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api with parameters of type RepositoryService.ModificationsSupplier Modifier and Type Method Description 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 RepositoryService.ModificationsSupplier in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type RepositoryService.ModificationsSupplier Modifier and Type Method Description <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)
-