Uses of Interface
com.evolveum.midpoint.repo.api.RepositoryService.ModificationsSupplier
Packages that use RepositoryService.ModificationsSupplier
Package
Description
-
Uses of RepositoryService.ModificationsSupplier in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api with parameters of type RepositoryService.ModificationsSupplierModifier and TypeMethodDescriptiondefault <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.ModificationsSupplierModifier and TypeMethodDescription<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 RepositoryService.ModificationsSupplier in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type RepositoryService.ModificationsSupplierModifier and TypeMethodDescription<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)