Package | Description |
---|---|
com.evolveum.midpoint.repo.api | |
com.evolveum.midpoint.repo.cache | |
com.evolveum.midpoint.repo.sql |
Modifier and Type | Method and Description |
---|---|
static RepoAddOptions |
RepoAddOptions.createAllowUnencryptedValues() |
static RepoAddOptions |
RepoAddOptions.createOverwrite() |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryService.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult)
Add new object.
|
static boolean |
RepoAddOptions.isAllowUnencryptedValues(RepoAddOptions options) |
static boolean |
RepoAddOptions.isOverwrite(RepoAddOptions options) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryCache.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
SqlRepositoryServiceImpl.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult result) |
Copyright © 2013 evolveum. All rights reserved.