Uses of Class
com.evolveum.midpoint.repo.api.RepoAddOptions
Packages that use RepoAddOptions
Package
Description
-
Uses of RepoAddOptions in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return RepoAddOptionsModifier and TypeMethodDescriptionstatic RepoAddOptionsRepoAddOptions.createAllowUnencryptedValues()static RepoAddOptionsRepoAddOptions.createOverwrite()Methods in com.evolveum.midpoint.repo.api with parameters of type RepoAddOptionsModifier and TypeMethodDescription<T extends ObjectType>
@NotNull StringRepositoryService.addObject(@NotNull PrismObject<T> object, RepoAddOptions options, @NotNull OperationResult parentResult) Add new object.static booleanRepoAddOptions.isAllowUnencryptedValues(RepoAddOptions options) static booleanRepoAddOptions.isOverwrite(RepoAddOptions options) -
Uses of RepoAddOptions in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type RepoAddOptionsModifier and TypeMethodDescription<T extends ObjectType>
@NotNull StringRepositoryCache.addObject(@NotNull PrismObject<T> object, RepoAddOptions options, @NotNull OperationResult parentResult) -
Uses of RepoAddOptions in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers with parameters of type RepoAddOptionsModifier and TypeMethodDescription<T extends ObjectType>
StringModificationOpHandler.addObject(PrismObject<T> object, RepoAddOptions options, OperationResult parentResult) -
Uses of RepoAddOptions in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type RepoAddOptionsModifier and TypeMethodDescription<T extends ObjectType>
@NotNull StringSqaleRepositoryService.addObject(@NotNull PrismObject<T> object, @Nullable RepoAddOptions options, @NotNull OperationResult parentResult) -
Uses of RepoAddOptions in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type RepoAddOptionsModifier and TypeMethodDescriptionstatic <O extends ObjectType>
voidOperationLogger.logAdd(PrismObject<O> object, RepoAddOptions options, OperationResult subResult) -
Uses of RepoAddOptions in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with parameters of type RepoAddOptionsModifier and TypeMethodDescriptionTaskManager.addTask(PrismObject<TaskType> taskPrism, RepoAddOptions options, OperationResult parentResult)