|
||||||||||
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(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
java.util.Collection<ObjectOperationOption> options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
|
ModelService.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelInteractionService.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
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(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
java.util.Collection<ObjectOperationOption> options,
Task task,
OperationResult parentResult)
|
|
|
ModelController.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelController.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas,
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(java.lang.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,
java.lang.String activityDescription,
OperationResult result)
|
|
void |
AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
java.lang.String activityDescription,
OperationResult result)
|
|
|
Projector.project(LensContext<F,P> context,
java.lang.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(java.lang.String userOid,
java.lang.String resourceOid,
java.lang.String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(java.lang.String userOid,
java.lang.String orgOid,
javax.xml.namespace.QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(java.lang.String userOid,
java.lang.String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignRole(java.lang.String userOid,
java.lang.String roleOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyAccountShadowReplace(java.lang.String accountOid,
ItemPath propertyPath,
Task task,
OperationResult result,
java.lang.Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(java.lang.String userOid,
java.lang.String roleOid,
javax.xml.namespace.QName refType,
javax.xml.namespace.QName relation,
Task task,
boolean add,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(java.lang.String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
java.lang.Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(java.lang.String userOid,
javax.xml.namespace.QName propertyName,
Task task,
OperationResult result,
java.lang.Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.purgeResourceSchema(java.lang.String resourceOid)
|
protected void |
AbstractModelIntegrationTest.setDefaultUserTemplate(java.lang.String userTemplateOid)
|
protected void |
AbstractModelIntegrationTest.unassignAccount(java.lang.String userOid,
java.lang.String resourceOid,
java.lang.String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignAll(java.lang.String userOid,
Task task,
OperationResult result)
Executes assignment replace delta with empty values. |
protected void |
AbstractModelIntegrationTest.unassignOrg(java.lang.String userOid,
java.lang.String orgOid,
javax.xml.namespace.QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignOrg(java.lang.String userOid,
java.lang.String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignRole(java.lang.String userOid,
java.lang.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,
OperationResult parentResult)
Add new object. |
|
|
ProvisioningService.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
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,
java.lang.Exception ex,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.consistency.impl |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw ObjectAlreadyExistsException | ||
---|---|---|
|
CommunicationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
SchemaExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
ConfigurationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that throw ObjectAlreadyExistsException | ||
---|---|---|
|
ProvisioningServiceImpl.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
|
java.lang.String |
ShadowCache.addShadow(ResourceObjectShadowType shadowType,
boolean isReconciled,
ProvisioningScriptsType scripts,
ResourceType resource,
OperationResult parentResult)
|
|
ResourceObjectShadowType |
ShadowConverter.addShadow(ResourceType resource,
ResourceObjectShadowType shadowType,
java.util.Set<Operation> additionalOperations,
boolean isReconciled,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that throw ObjectAlreadyExistsException | |
---|---|
java.util.Collection<ResourceAttribute<?>> |
ConnectorInstance.addObject(PrismObject<? extends ResourceObjectShadowType> object,
java.util.Set<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 | |
---|---|
java.util.Collection<ResourceAttribute<?>> |
ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ResourceObjectShadowType> object,
java.util.Set<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(java.lang.Class<T> type,
java.lang.String oid,
java.util.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(java.lang.Class<T> type,
java.lang.String oid,
java.util.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(java.lang.Class<T> type,
java.lang.String oid,
java.util.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 | |
---|---|
java.lang.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(java.lang.Integer interval,
java.util.Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
TaskRunResult |
Task.waitForSubtasks(java.lang.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 | |
---|---|
java.lang.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(java.lang.Integer interval,
java.util.Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(java.lang.Integer interval,
OperationResult parentResult)
|
Uses of ObjectAlreadyExistsException in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test that throw ObjectAlreadyExistsException | ||
---|---|---|
protected
|
AbstractIntegrationTest.addObject(java.lang.Class<T> type,
PrismObject<T> object,
OperationResult result)
|
|
protected
|
AbstractIntegrationTest.addObjectFromFile(java.lang.String filePath,
java.lang.Class<T> type,
OperationResult parentResult)
|
|
protected
|
AbstractIntegrationTest.addObjectsFromFile(java.lang.String filePath,
java.lang.Class<T> type,
OperationResult parentResult)
|
|
protected PrismObject<ResourceType> |
AbstractIntegrationTest.addResourceFromFile(java.lang.String filePath,
java.lang.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 |