|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that throw ObjectAlreadyExistsException | ||
---|---|---|
|
ModelService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
void |
ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
|
ModelService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta. |
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller that throw ObjectAlreadyExistsException | ||
---|---|---|
|
ModelController.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
void |
ModelController.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
|
|
|
ModelController.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that throw ObjectAlreadyExistsException | ||
---|---|---|
void |
ShadowConstraintsChecker.check(OperationResult result)
|
|
|
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
|
ChangeExecutor.executeChanges(LensContext<F,P> syncContext,
Task task,
OperationResult parentResult)
|
|
|
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
static void |
Clockwork.throwException(Throwable e)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.model.lens.projector |
---|
Methods in com.evolveum.midpoint.model.lens.projector that throw ObjectAlreadyExistsException | ||
---|---|---|
|
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result)
|
|
void |
AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
String activityDescription,
OperationResult result)
|
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that throw ObjectAlreadyExistsException | |
---|---|
protected void |
AbstractModelIntegrationTest.assignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyAccountShadowReplace(String accountOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(String userOid,
String roleOid,
QName refType,
QName relation,
Task task,
boolean add,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.purgeResourceSchema(String resourceOid)
|
protected void |
AbstractModelIntegrationTest.setDefaultUserTemplate(String userTemplateOid)
|
protected void |
AbstractModelIntegrationTest.unassignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignAll(String userOid,
Task task,
OperationResult result)
Executes assignment replace delta with empty values. |
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignRole(String userOid,
String roleOid,
Task task,
OperationResult result)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api that throw ObjectAlreadyExistsException | ||
---|---|---|
|
ProvisioningService.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Add new object. |
|
|
ProvisioningService.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.consistency.api |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.api that throw ObjectAlreadyExistsException | ||
---|---|---|
abstract
|
ErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.consistency.impl |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw ObjectAlreadyExistsException | ||
---|---|---|
|
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
CommunicationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ConfigurationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
SchemaExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.impl |
---|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that throw ObjectAlreadyExistsException | |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstance.addObject(PrismObject<? extends ResourceObjectShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g. |
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.ucf.impl |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.impl that throw ObjectAlreadyExistsException | |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ResourceObjectShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api that throw ObjectAlreadyExistsException | ||
---|---|---|
|
RepositoryService.addObject(PrismObject<T> object,
OperationResult parentResult)
Add new object. |
|
|
RepositoryService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.repo.cache |
---|
Methods in com.evolveum.midpoint.repo.cache that throw ObjectAlreadyExistsException | ||
---|---|---|
|
RepositoryCache.addObject(PrismObject<T> object,
OperationResult parentResult)
|
|
|
RepositoryCache.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.repo.sql |
---|
Methods in com.evolveum.midpoint.repo.sql that throw ObjectAlreadyExistsException | ||
---|---|---|
|
SqlRepositoryServiceImpl.addObject(PrismObject<T> object,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api that throw ObjectAlreadyExistsException | |
---|---|
String |
TaskManager.addTask(PrismObject<TaskType> taskPrism,
OperationResult parentResult)
Add new task. |
void |
Task.savePendingModifications(OperationResult parentResult)
Marks current handler as finished, and removes it from the handler stack. |
void |
Task.setNameImmediate(PolyStringType value,
OperationResult parentResult)
|
TaskRunResult |
Task.waitForSubtasks(Integer interval,
Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
TaskRunResult |
Task.waitForSubtasks(Integer interval,
OperationResult parentResult)
Waits for subtasks to finish. |
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.task.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl that throw ObjectAlreadyExistsException | |
---|---|
String |
TaskManagerQuartzImpl.addTask(PrismObject<TaskType> taskPrism,
OperationResult parentResult)
|
void |
TaskQuartzImpl.savePendingModifications(OperationResult parentResult)
|
void |
TaskQuartzImpl.setNameImmediate(PolyStringType value,
OperationResult parentResult)
|
void |
TaskQuartzImpl.setResultStatusTypeImmediate(OperationResultStatusType value,
OperationResult parentResult)
|
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(Integer interval,
Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(Integer interval,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test that throw ObjectAlreadyExistsException | ||
---|---|---|
protected
|
AbstractIntegrationTest.addObject(Class<T> type,
PrismObject<T> object,
OperationResult result)
|
|
protected
|
AbstractIntegrationTest.addObject(Class<T> type,
PrismObject<T> object,
String contextDesc,
OperationResult result)
|
|
protected
|
AbstractIntegrationTest.addObjectFromFile(String filePath,
Class<T> type,
OperationResult parentResult)
|
|
protected
|
AbstractIntegrationTest.addObjectsFromFile(String filePath,
Class<T> type,
OperationResult parentResult)
|
|
protected PrismObject<ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
OperationResult result)
|
|
protected void |
AbstractIntegrationTest.applySyncSettings(AccountSynchronizationSettingsType syncSettings)
|
|
protected void |
AbstractIntegrationTest.assumeAssignmentPolicy(AssignmentPolicyEnforcementType policy)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.test.util |
---|
Methods in com.evolveum.midpoint.test.util with parameters of type ObjectAlreadyExistsException | |
---|---|
static void |
TestUtil.assertExceptionSanity(ObjectAlreadyExistsException e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |