Uses of Class
com.evolveum.midpoint.repo.api.RepoAddOptions
-
-
Uses of RepoAddOptions in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return RepoAddOptions Modifier and Type Method Description static RepoAddOptions
RepoAddOptions. createAllowUnencryptedValues()
static RepoAddOptions
RepoAddOptions. createOverwrite()
Methods in com.evolveum.midpoint.repo.api with parameters of type RepoAddOptions Modifier and Type Method Description <T extends ObjectType>
StringRepositoryService. addObject(PrismObject<T> object, RepoAddOptions options, OperationResult parentResult)
Add new object.static boolean
RepoAddOptions. isAllowUnencryptedValues(RepoAddOptions options)
static boolean
RepoAddOptions. isOverwrite(RepoAddOptions options)
-
Uses of RepoAddOptions in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type RepoAddOptions Modifier and Type Method Description <T extends ObjectType>
StringRepositoryCache. addObject(PrismObject<T> object, RepoAddOptions options, OperationResult parentResult)
-
Uses of RepoAddOptions in com.evolveum.midpoint.repo.sql
Methods in com.evolveum.midpoint.repo.sql with parameters of type RepoAddOptions Modifier and Type Method Description <T extends ObjectType>
StringSqlRepositoryServiceImpl. addObject(PrismObject<T> object, RepoAddOptions options, OperationResult result)
static <O extends ObjectType>
voidOperationLogger. logAdd(PrismObject<O> object, RepoAddOptions options, OperationResult subResult)
-
Uses of RepoAddOptions in com.evolveum.midpoint.repo.sql.helpers
Methods in com.evolveum.midpoint.repo.sql.helpers with parameters of type RepoAddOptions Modifier and Type Method Description <T extends ObjectType>
StringObjectUpdater. addObjectAttempt(PrismObject<T> object, RepoAddOptions options, boolean noFetchExtensionValueInsertionForbidden, OperationResult result)
-
Uses of RepoAddOptions in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with parameters of type RepoAddOptions Modifier and Type Method Description String
TaskManager. addTask(PrismObject<TaskType> taskPrism, RepoAddOptions options, OperationResult parentResult)
-