Uses of Class
com.evolveum.midpoint.util.exception.CommonException
Packages that use CommonException
Package
Description
com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.connection
-
Uses of CommonException in com.evolveum.midpoint.cases.api
Methods in com.evolveum.midpoint.cases.api that throw CommonExceptionModifier and TypeMethodDescriptionvoidCaseManager.cleanupCases(@NotNull CleanupPolicyType closedCasesPolicy, @NotNull RunningTask task, @NotNull OperationResult opResult) Deletes obsolete cases, as specified in the policy. -
Uses of CommonException in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with type parameters of type CommonExceptionModifier and TypeMethodDescription<T extends CommonException>
TLocalizationService.translate(T e) Fills-in message and localizedMessage based on userFriendlyMessage, if needed.<T extends CommonException>
TLocalizationServiceImpl.translate(T e) -
Uses of CommonException in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that throw CommonExceptionModifier and TypeMethodDescription@NotNull PrismObject<UserType>PageAdminLTE.getAdministratorPrivileged(OperationResult parentResult) <T> TPageAdminLTE.runAsChecked(SecurityContextManager.ResultAwareCheckedProducer<T> producer, PrismObject<UserType> user, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that throw CommonExceptionModifier and TypeMethodDescriptionPrismObjectWrapper.getObjectApplyDelta()PrismObjectWrapper.getObjectDelta()ItemWrapper.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) Collect processor with deltas and consumer, that should be processed before basic deltas of showed objectPrismObjectWrapper.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) Collect processor with deltas and consumer, that should be processed before basic deltas of showed objectPrismValueWrapper.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) Collect processor with deltas and consumer, that should be processed before basic deltas of showed object -
Uses of CommonException in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that throw CommonExceptionModifier and TypeMethodDescriptionstatic <T> TWebComponentUtil.runUnderPowerOfAttorneyIfNeeded(CheckedProducer<T> producer, PrismObject<? extends FocusType> powerDonor, PageBase pageBase, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that throw CommonExceptionModifier and TypeMethodDescriptionprotected IntegerSelectableBeanContainerDataProvider.countObjects(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, Task task, OperationResult result) protected abstract IntegerSelectableBeanDataProvider.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, Task task, OperationResult result) protected IntegerSelectableBeanObjectDataProvider.countObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, Task task, OperationResult result) protected IntegerSelectableBeanReferenceDataProvider.countObjects(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, Task task, OperationResult result) protected List<SelectableBean<T>>SelectableBeanDataProvider.createDataObjectWrappers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) voidBaseSearchDataProvider.exportIterative(ObjectHandler<T> handler, Task task, OperationResult result) Default implementation throws UnsupportedOperationException.voidContainerListDataProvider.exportIterative(ObjectHandler<PrismContainerValueWrapper<C>> handler, Task task, OperationResult result) Streaming export using JDBC cursor-based streaming.voidIterativeExportSupport.exportIterative(ObjectHandler<T> handler, Task task, OperationResult result) Execute iterative search and pass each item to the handler.voidSelectableBeanContainerDataProvider.exportIterative(ObjectHandler<SelectableBean<C>> handler, Task task, OperationResult result) Streaming export using JDBC cursor-based streaming.voidSelectableBeanObjectDataProvider.exportIterative(ObjectHandler<SelectableBean<O>> handler, Task task, OperationResult result) Streaming export using searchObjectsIterative with JDBC streaming.protected List<ShadowType>RepositoryShadowBeanObjectDataProvider.searchObjects(Class<ShadowType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) SelectableBeanContainerDataProvider.searchObjects(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) SelectableBeanDataProvider.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) SelectableBeanObjectDataProvider.searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) protected List<ObjectReferenceType>SelectableBeanReferenceDataProvider.searchObjects(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) protected voidSelectableBeanContainerDataProvider.searchObjectsIterative(Class<C> type, ObjectQuery query, ObjectHandler<C> handler, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) Override this method to use a different iterative search implementation. -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin that throw CommonExceptionModifier and TypeMethodDescriptionCollection<ObjectDelta<? extends ObjectType>>ObjectDetailsModels.collectDeltas(OperationResult result) Collection<ObjectDelta<? extends ObjectType>>ObjectDetailsModels.collectDeltaWithoutSavedDeltas(OperationResult result) ObjectDetailsModels.collectPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) Collect processor with deltas and consumer, that should be processed before basic deltas of showed objectprotected voidObjectDetailsModels.prepareObjectDeltaForModify(ObjectDelta<O> modifyDelta) protected voidObjectDetailsModels.prepareObjectForAdd(PrismObject<O> objectToAdd) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that throw CommonExceptionModifier and TypeMethodDescriptionMemberOperationsTaskCreator.Assign.createAndSubmitTask(Task task, OperationResult result) Returns task OIDvoidMemberOperationsTaskCreator.Unassign.createAndSubmitTask(Task task, OperationResult result) Creates and executes (i.e. submits) member unassign task: an iterative scripting task that un-assigns members of a given abstract role.@NotNull PrismObject<TaskType>MemberOperationsTaskCreator.Unassign.createTask(Task task, OperationResult result) Creates the member unassignment task.TaskAwareExecutor.Executable.execute(@NotNull Task task, @NotNull OperationResult result) voidTaskAwareExecutor.ExecutableVoid.execute(@NotNull Task task, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard that throw CommonExceptionModifier and TypeMethodDescriptionstatic PrismObject<TaskType>ConnectorDevelopmentWizardUtil.getTask(ItemName activityType, String objectClassName, ConnectorDevelopmentArtifacts.KnownArtifactType scriptType, String connectorDevelopmentOid, PageAdminLTE page) static StringConnectorDevelopmentWizardUtil.getTaskToken(ItemName activityType, String connectorDevelopmentOid, PageAdminLTE page) static StringConnectorDevelopmentWizardUtil.getTaskToken(ItemName activityType, String objectClassName, ConnectorDevelopmentArtifacts.KnownArtifactType scriptType, String connectorDevelopmentOid, PageAdminLTE page) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest that throw CommonExceptionModifier and TypeMethodDescriptionprotected abstract voidScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) protected abstract voidScriptsConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.connection
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.connection that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidAuthScriptsConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.create
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.create that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidCreateScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.delete
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.delete that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidDeleteScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.schema
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.schema that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidSchemaScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.search
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.search that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidSearchAllScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) protected voidSearchByIdScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) protected voidSearchFilterScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.update
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.update that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidUpdateScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.relation
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.relation that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidRelationshipScriptConnectorStepPanel.saveScript(ConnDevArtifactType object, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.focus
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus that throw CommonExceptionModifier and TypeMethodDescriptionprotected voidFocusDetailsModels.prepareObjectDeltaForModify(ObjectDelta<F> focusDelta) protected voidFocusDetailsModels.prepareObjectForAdd(PrismObject<F> focus) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that throw CommonExceptionModifier and TypeMethodDescription@NotNull TaskTypeResourceTaskCreator.create(@NotNull Task task, @NotNull OperationResult result) @NotNull StringResourceTaskCreator.submit(@NotNull Task task, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation that throw CommonExceptionModifier and TypeMethodDescriptionprotected IntegerCombinedRelatedObjectsProvider.countObjects(Class<SimulationResultProcessedObjectType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, Task task, OperationResult result) protected List<SimulationResultProcessedObjectType>CombinedRelatedObjectsProvider.searchObjects(Class<SimulationResultProcessedObjectType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login that throw CommonExceptionModifier and TypeMethodDescriptionprotected ObjectDelta<UserType>PageInvitation.prepareUserDelta(Task task, OperationResult result) protected ObjectDelta<UserType>PageSelfRegistration.prepareUserDelta(Task task, OperationResult result) protected SecurityPolicyTypePageRegistrationBase.resolveSecurityPolicy(Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that throw CommonExceptionModifier and TypeMethodDescriptionPrismObjectWrapperImpl.getObjectApplyDelta()AssignmentHolderWrapper.getObjectDelta()PrismObjectWrapperImpl.getObjectDelta()ItemWrapperImpl.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) PrismContainerValueWrapperImpl.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) PrismObjectWrapperImpl.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) PrismReferenceValueWrapperImpl.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) PrismValueWrapperImpl.getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that throw CommonExceptionModifier and TypeMethodDescriptionstatic ResourceObjectDefinitionProvisioningObjectsUtil.getResourceObjectDefinition(ConstructionType construction, PageBase pageBase) -
Uses of CommonException in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that throw CommonExceptionModifier and TypeMethodDescription@NotNull TaskTypeModelInteractionService.createExecutionTask(@NotNull ActivityDefinitionType activityDefinition, @NotNull ActivitySubmissionOptions options, @NotNull Task task, @NotNull OperationResult result) AsModelInteractionService.submit(ActivityDefinitionType, ActivitySubmissionOptions, Task, OperationResult)but only prepares the task for execution; does not submit it.<X> XModelInteractionService.executeWithSimulationResult(@NotNull TaskExecutionMode mode, @Nullable SimulationDefinitionType simulationDefinition, @NotNull Task task, @NotNull OperationResult result, @NotNull SimulationResultManager.SimulatedFunctionCall<X> functionCall) Executes the code in `functionCall` parameter (SimulationResultManager.SimulatedFunctionCall) in the simulation mode (`mode` parameter), with the provided simulation result definition.voidModelService.notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription, Task task, OperationResult parentResult) default <T> TModelInteractionService.runUnderPowerOfAttorneyChecked(CheckedProducer<T> producer, PrismObject<? extends FocusType> donor, Task task, OperationResult result) @NotNull StringModelInteractionService.submit(@NotNull ActivityDefinitionType activityDefinition, @NotNull ActivitySubmissionOptions options, @NotNull Task task, @NotNull OperationResult result) Executes specified activity.default @NotNull StringModelInteractionService.submitScriptingExpression(@NotNull ExecuteScriptType executeScriptCommand, @NotNull Task task, @NotNull OperationResult result) A convenience method, moved here from theBulkActionsService(and bulk action executor).@NotNull StringModelInteractionService.submitTaskFromTemplate(@NotNull String templateOid, @NotNull ActivityCustomization customization, @NotNull Task task, @NotNull OperationResult parentResult) Submits a task from template (pointed to by `templateOid`). -
Uses of CommonException in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that throw CommonExceptionModifier and TypeMethodDescriptionvoidCompleteCorrelationResult.throwCommonOrRuntimeExceptionIfPresent()Throws aCommonExceptionor aRuntimeException, if the state is "error". -
Uses of CommonException in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that throw CommonExceptionModifier and TypeMethodDescription@NotNull StringMidpointFunctions.submitTaskFromTemplate(@NotNull String templateOid, @NotNull ActivityCustomization customization) Submits a task from template (pointed to by `templateOid`), customizing it according to givenActivityCustomization. -
Uses of CommonException in com.evolveum.midpoint.model.api.interaction
Methods in com.evolveum.midpoint.model.api.interaction that throw CommonExceptionModifier and TypeMethodDescriptionDashboardService.countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) DashboardService.createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that throw CommonExceptionModifier and TypeMethodDescriptionSimulationResultManager.SimulatedFunctionCall.execute()<X> XSimulationResultManager.executeWithSimulationResult(@NotNull TaskExecutionMode mode, @Nullable SimulationDefinitionType simulationDefinition, @NotNull Task task, @NotNull OperationResult result, @NotNull SimulationResultManager.SimulatedFunctionCall<X> functionCall) -
Uses of CommonException in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup that throw CommonExceptionModifier and TypeMethodDescriptionbooleanShadowRefreshActivityHandler.MyActivityRun.beforeRun(OperationResult result) booleanShadowRefreshActivityHandler.MyActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that throw CommonExceptionModifier and TypeMethodDescriptionDashboardServiceImpl.countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) @NotNull TaskTypeModelInteractionServiceImpl.createExecutionTask(@NotNull ActivityDefinitionType activityDefinition, @NotNull ActivitySubmissionOptions options, @NotNull Task task, @NotNull OperationResult result) DashboardServiceImpl.createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) <X> XModelInteractionServiceImpl.executeWithSimulationResult(@NotNull TaskExecutionMode mode, @Nullable SimulationDefinitionType simulationDefinition, @NotNull Task task, @NotNull OperationResult result, SimulationResultManager.SimulatedFunctionCall<X> functionCall) voidModelController.notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription, Task task, OperationResult parentResult) @NotNull StringModelInteractionServiceImpl.submit(@NotNull ActivityDefinitionType activityDefinition, @NotNull ActivitySubmissionOptions options, @NotNull Task task, @NotNull OperationResult parentResult) @NotNull StringModelInteractionServiceImpl.submitTaskFromTemplate(@NotNull String templateOid, @NotNull ActivityCustomization customization, @NotNull Task task, @NotNull OperationResult parentResult) -
Uses of CommonException in com.evolveum.midpoint.model.impl.controller.tasks
Methods in com.evolveum.midpoint.model.impl.controller.tasks that throw CommonException -
Uses of CommonException in com.evolveum.midpoint.model.impl.correlator.tasks
Methods in com.evolveum.midpoint.model.impl.correlator.tasks that throw CommonExceptionModifier and TypeMethodDescriptionbooleanCorrelationSimulationActivityRun.beforeRun(OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that throw CommonExceptionModifier and TypeMethodDescription@NotNull StringMidpointFunctionsImpl.submitTaskFromTemplate(@NotNull String templateOid, @NotNull ActivityCustomization customization) -
Uses of CommonException in com.evolveum.midpoint.model.impl.integrity.shadows
Methods in com.evolveum.midpoint.model.impl.integrity.shadows that throw CommonExceptionModifier and TypeMethodDescriptionbooleanShadowIntegrityCheckActivityRun.beforeRun(OperationResult result) booleanShadowIntegrityCheckActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.mappings.tasks
Methods in com.evolveum.midpoint.model.impl.mappings.tasks that throw CommonExceptionModifier and TypeMethodDescriptionbooleanMappingSimulationActivityRun.beforeRun(OperationResult result) booleanMappingSimulationActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.security
Methods in com.evolveum.midpoint.model.impl.security that throw CommonExceptionModifier and TypeMethodDescriptionvoidRunAsRunner.runAs(@NotNull SecurityContextManager.ResultAwareProducer<Void> runnable, @Nullable ExecutionPrivilegesSpecificationType privilegesSpecification, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.simulation
Methods in com.evolveum.midpoint.model.impl.simulation that throw CommonExceptionModifier and TypeMethodDescriptionstatic <O extends ObjectType>
@Nullable ProcessedObjectImpl<O>ProcessedObjectImpl.create(@NotNull LensElementContext<O> elementContext, @NotNull SimulationTransactionImpl simulationTransaction, @NotNull Task task, @NotNull OperationResult result) CreatesProcessedObjectImplfor theLensElementContext.<X> XSimulationResultManagerImpl.executeWithSimulationResult(@NotNull TaskExecutionMode mode, @Nullable SimulationDefinitionType simulationDefinition, @NotNull Task task, @NotNull OperationResult result, @NotNull SimulationResultManager.SimulatedFunctionCall<X> functionCall) booleanProcessedObjectImpl.matches(@NotNull SimulationObjectPredicateType predicate, @NotNull Task task, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.sync.action
Methods in com.evolveum.midpoint.model.impl.sync.action that throw CommonExceptionModifier and TypeMethodDescriptionvoidSynchronizationAction.handle(@NotNull OperationResult parentResult) -
Uses of CommonException in com.evolveum.midpoint.model.impl.sync.tasks.async
Methods in com.evolveum.midpoint.model.impl.sync.tasks.async that throw CommonExceptionModifier and TypeMethodDescriptionbooleanAsyncUpdateActivityRun.beforeRun(OperationResult result) booleanAsyncUpdateActivityRun.processItem(@NotNull ItemProcessingRequest<AsyncUpdateEvent> request, @NotNull RunningTask workerTask, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.sync.tasks.imp
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp that throw CommonExceptionModifier and TypeMethodDescriptionbooleanAbstractImportActivityRun.beforeRun(OperationResult result) booleanAbstractImportActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification that throw CommonExceptionModifier and TypeMethodDescriptionbooleanReclassificationActivityRun.beforeRun(OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon that throw CommonExceptionModifier and TypeMethodDescriptionbooleanPartialReconciliationActivityRun.beforeRun(OperationResult result) booleanResourceObjectsReconciliationActivityRun.beforeRun(OperationResult result) booleanResourceObjectsReconciliationActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) protected @NotNull ActivityRunResultReconciliationActivityRun.runLocally(OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.sync.tasks.sync
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync that throw CommonExceptionModifier and TypeMethodDescriptionbooleanLiveSyncActivityRun.beforeRun(OperationResult result) booleanLiveSyncActivityRun.processItem(@NotNull ItemProcessingRequest<LiveSyncEvent> request, @NotNull RunningTask workerTask, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks that throw CommonExceptionModifier and TypeMethodDescriptionvoidAdvancedActivityRunSupportImpl.applyDefinitionsToQuery(@NotNull SearchSpecification<?> searchSpecification, @NotNull Task task, OperationResult result) booleanShadowCleanupActivityHandler.MyRun.beforeRun(OperationResult result) voidAdvancedActivityRunSupportImpl.checkRawAuthorization(Task task, OperationResult result) AdvancedActivityRunSupportImpl.evaluateQueryExpressions(@NotNull ObjectQuery query, ExpressionProfile expressionProfile, @NotNull RunningTask task, OperationResult result) ShadowFetchingPreprocessor.preprocess(ShadowType originalShadow, Task task, OperationResult result) booleanShadowCleanupActivityHandler.MyRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.tasks.cluster
Methods in com.evolveum.midpoint.model.impl.tasks.cluster that throw CommonExceptionModifier and TypeMethodDescriptionvoidAutoScalingActivityRun.afterRun(OperationResult result) booleanAutoScalingActivityRun.beforeRun(OperationResult result) booleanAutoScalingActivityRun.processItem(@NotNull TaskType task, @NotNull ItemProcessingRequest<TaskType> request, RunningTask workerTask, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner that throw CommonExceptionModifier and TypeMethodDescriptionbooleanFocusValidityScanPartialRun.beforeRun(OperationResult result) booleanScanActivityRun.beforeRun(OperationResult result) booleanFocusValidityScanPartialRun.processItem(@NotNull FocusType object, @NotNull ItemProcessingRequest<FocusType> request, RunningTask workerTask, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.tasks.sources
Methods in com.evolveum.midpoint.model.impl.tasks.sources that throw CommonExceptionModifier and TypeMethodDescriptionModelAuditItemSource.count(@NotNull SearchSpecification<?> searchSpecification, @NotNull RunningTask task, @NotNull OperationResult result) ModelContainerableItemSource.count(@NotNull SearchSpecification<?> searchSpecification, @NotNull RunningTask task, @NotNull OperationResult result) ModelObjectSource.count(@NotNull SearchSpecification<?> searchSpecification, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidModelAuditItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidModelContainerableItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidModelObjectSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.model.impl.trigger
Methods in com.evolveum.midpoint.model.impl.trigger that throw CommonExceptionModifier and TypeMethodDescriptionbooleanTriggerScanItemProcessor.processObject(@NotNull ObjectType object, @NotNull RunningTask workerTask, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.prism
Subclasses of CommonException in com.evolveum.midpoint.prismModifier and TypeClassDescriptionstatic classUsed when accessing an item whose definition was removed. -
Uses of CommonException in com.evolveum.midpoint.prism.crypto
Subclasses of CommonException in com.evolveum.midpoint.prism.crypto -
Uses of CommonException in com.evolveum.midpoint.repo.common.activity
Subclasses of CommonException in com.evolveum.midpoint.repo.common.activityModifier and TypeClassDescriptionclassAn exception indicating that an activity should be aborted because of a policy rule.classAn exception indicating that an activity should be halted because of a policy rule.classParent class for activity policy violation exceptions.Methods in com.evolveum.midpoint.repo.common.activity that throw CommonExceptionModifier and TypeMethodDescriptionvoidPreRunnable.run(@NotNull EmbeddedActivity<WD, AH> activity, @NotNull RunningTask runningTask, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run that throw CommonExceptionModifier and TypeMethodDescriptiondefault voidIterativeActivityRunSpecifics.afterBucketProcessing(OperationResult result) Called after bucket is processed.default voidIterativeActivityRunSpecifics.afterRun(OperationResult result) Called after the run (but only ifIterativeActivityRunSpecifics.beforeRun(OperationResult)returned `true`).voidAdvancedActivityRunSupport.applyDefinitionsToQuery(@NotNull SearchSpecification<?> searchSpecification, @NotNull Task task, OperationResult result) Applies definitions to query.default voidIterativeActivityRunSpecifics.beforeBucketProcessing(OperationResult result) Called before bucket is processed.default booleanIterativeActivityRunSpecifics.beforeRun(OperationResult result) Called before the run.voidAdvancedActivityRunSupport.checkRawAuthorization(Task task, OperationResult result) Checks if the principal has an authorization to issue direct repo calls even if they are not required by the activity implementation.protected IntegerSearchBasedActivityRun.countObjects(OperationResult result) Used to count objects using model or any similar higher-level interface.default voidSearchBasedActivityRunSpecifics.customizeQuery(SearchSpecification<C> searchSpecification, OperationResult result) Customizes a query present in the original search specification (usually derived from the task configuration).default voidSearchBasedActivityRunSpecifics.customizeSearchOptions(SearchSpecification<C> searchSpecification, OperationResult result) Customizes search options present in the original search specification (usually derived from the task configuration).@Nullable IntegerIterativeActivityRun.determineCurrentBucketSize(OperationResult result) Determines the current bucket size.default @Nullable IntegerPlainIterativeActivityRunSpecifics.determineCurrentBucketSize(OperationResult result) Determines the current bucket size.final @Nullable IntegerSearchBasedActivityRun.determineCurrentBucketSize(OperationResult result) @Nullable IntegerIterativeActivityRun.determineOverallSize(OperationResult result) Determines expected progress (overall size) for the activity.default @Nullable IntegerPlainIterativeActivityRunSpecifics.determineOverallSize(OperationResult result) Determines the expected total progress.final @Nullable IntegerSearchBasedActivityRun.determineOverallSize(OperationResult result) AdvancedActivityRunSupport.evaluateQueryExpressions(@NotNull ObjectQuery query, ExpressionProfile expressionProfile, @NotNull RunningTask task, OperationResult result) Assuming that query has expressions.protected abstract booleanIterativeActivityRun.isInRepository(OperationResult result) Do we execute over items in repository?protected final booleanSearchBasedActivityRun.isInRepository(OperationResult result) protected abstract voidIterativeActivityRun.iterateOverItemsInBucket(OperationResult result) Starts the item source (e.g.voidPlainIterativeActivityRunSpecifics.iterateOverItemsInBucket(OperationResult opResult) Starts the item source for the current bucket (e.g. by issuing the `synchronize` call) and begins processing items generated by it.protected final voidSearchBasedActivityRun.iterateOverItemsInBucket(OperationResult result) protected abstract voidIterativeActivityRun.prepareItemSourceForCurrentBucket(OperationResult result) Prepares the item source.protected final voidSearchBasedActivityRun.prepareItemSourceForCurrentBucket(OperationResult result) abstract booleanIterativeActivityRun.processItem(@NotNull ItemProcessingRequest<I> request, @NotNull RunningTask workerTask, OperationResult result) final booleanSearchBasedActivityRun.processItem(@NotNull ItemProcessingRequest<C> request, @NotNull RunningTask workerTask, OperationResult result) booleanSearchBasedActivityRunSpecifics.processItem(C item, @NotNull ItemProcessingRequest<C> request, RunningTask workerTask, OperationResult result) Processes given item that came as part of a request.protected abstract @NotNull ActivityRunResultAbstractActivityRun.runInternal(OperationResult result) Carries out the actual run of this activity.protected @NotNull ActivityRunResultDelegatingActivityRun.runInternal(OperationResult result) protected @NotNull ActivityRunResultDistributingActivityRun.runInternal(OperationResult result) protected @NotNull ActivityRunResultAbstractCompositeActivityRun.runLocally(OperationResult result) protected final @NotNull ActivityRunResultIterativeActivityRun.runLocally(OperationResult result) protected abstract @NotNull ActivityRunResultLocalActivityRun.runLocally(OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.repo.common.activity.run.processing
Methods in com.evolveum.midpoint.repo.common.activity.run.processing that throw CommonExceptionModifier and TypeMethodDescriptionItemPreprocessor.preprocess(C originalItem, Task task, OperationResult result) Pre-processes the item.booleanItemProcessor.processItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult) Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues. -
Uses of CommonException in com.evolveum.midpoint.repo.common.activity.run.sources
Methods in com.evolveum.midpoint.repo.common.activity.run.sources that throw CommonExceptionModifier and TypeMethodDescriptionRepoAuditItemSource.count(@NotNull SearchSpecification<?> searchSpecification, @NotNull RunningTask task, @NotNull OperationResult result) RepoObjectSource.count(@NotNull SearchSpecification<?> searchSpecification, @NotNull RunningTask task, @NotNull OperationResult result) SearchableItemSource.count(@NotNull SearchSpecification<?> searchSpecification, @NotNull RunningTask task, @NotNull OperationResult result) Counts items according to given search specification.<C extends Containerable>
voidRepoAuditItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidRepoObjectSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidSearchableItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) Searches for items according to given search specification. -
Uses of CommonException in com.evolveum.midpoint.repo.common.activity.run.task
Methods in com.evolveum.midpoint.repo.common.activity.run.task that throw CommonExceptionModifier and TypeMethodDescriptionvoidActivityBasedTaskHandler.onTaskStalled(@NotNull RunningTask task, long stalledSince, @NotNull OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.repo.common.expression
Subclasses of CommonException in com.evolveum.midpoint.repo.common.expression -
Uses of CommonException in com.evolveum.midpoint.repo.sqlbase
Subclasses of CommonException in com.evolveum.midpoint.repo.sqlbaseModifier and TypeClassDescriptionclassclassQuery related repository exception.classBase repository exception. -
Uses of CommonException in com.evolveum.midpoint.report.api
Methods in com.evolveum.midpoint.report.api that throw CommonExceptionModifier and TypeMethodDescriptionReportManager.getReportDataStream(String reportDataOid, OperationResult parentResult) todo comments [lazyman]voidReportManager.importReport(PrismObject<ReportType> report, PrismObject<ReportDataType> reportData, Task task, OperationResult result) Creates and submits a task that will execute the "import" report.voidReportManager.runReport(PrismObject<ReportType> report, PrismContainer<ReportParameterType> params, Task task, OperationResult result) Creates and submits a simple (classic export) task that will execute the "export" report. -
Uses of CommonException in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type CommonExceptionModifier and TypeMethodDescriptionvoidOperationResult.record(CommonException exception) Records result from a common exception type. -
Uses of CommonException in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api that throw CommonExceptionModifier and TypeMethodDescriptionSecurityContextManager.ResultAwareCheckedProducer.get(@NotNull OperationResult result) default <T> TSecurityContextManager.runAsChecked(SecurityContextManager.ResultAwareCheckedProducer<T> producer, PrismObject<? extends UserType> newPrincipalObject, OperationResult result) Convenience method to deal with producers that can throw anyCommonException.default <T> TSecurityContextManager.runPrivilegedChecked(CheckedProducer<T> producer) Convenience method to deal with producers that can throwCommonException. -
Uses of CommonException in com.evolveum.midpoint.smart.api
Subclasses of CommonException in com.evolveum.midpoint.smart.apiMethods in com.evolveum.midpoint.smart.api that throw CommonExceptionModifier and TypeMethodDescription@NotNull SearchResultList<PrismObject<TaskType>>SmartIntegrationService.listObjectTypeRelatedSuggestionTasks(@NotNull ResourceObjectTypeIdentification objectTypeIdentification, @NotNull String resourceOid, @NotNull List<ItemName> activityTypes, @NotNull Task task, @NotNull OperationResult result) Returns suggestion tasks related to the given resource object type, filtered by activity types.SmartIntegrationService.regenerateFocusObjectStatistics(QName objectTypeName, String resourceOid, ShadowKindType kind, String intent, Task task, OperationResult result) Regenerates statistics for the given focus object type (e.g.SmartIntegrationService.regenerateObjectClassStatistics(String resourceOid, QName objectClassName, Task task, OperationResult result) Regenerates statistics for the given resource and object class.SmartIntegrationService.regenerateObjectTypeStatistics(String resourceOid, ResourceObjectTypeIdentification resourceObjectTypeIdentification, Task task, OperationResult result) Regenerates statistics for the given resource object type.SmartIntegrationService.submitSuggestAssociationsOperation(String resourceOid, Task task, OperationResult result) Submits "suggest associations" request.SmartIntegrationService.submitSuggestCorrelationOperation(String resourceOid, ResourceObjectTypeIdentification typeIdentification, List<DataAccessPermissionType> permissions, boolean forceRecomputeSchemaMatch, Task task, OperationResult result) Submits "suggest correlation" request.SmartIntegrationService.submitSuggestFocusTypeOperation(String resourceOid, ResourceObjectTypeIdentification typeIdentification, List<DataAccessPermissionType> permissions, Task task, OperationResult result) Submits "suggest focus type" request.SmartIntegrationService.submitSuggestMappingsOperation(String resourceOid, ResourceObjectTypeIdentification typeIdentification, Boolean isInbound, List<ItemPathType> targetPathsToIgnore, List<DataAccessPermissionType> permissions, boolean forceRecomputeSchemaMatch, Task task, OperationResult result) Submits a "suggest mappings" request.SmartIntegrationService.submitSuggestObjectTypesOperation(String resourceOid, QName objectClassName, List<DataAccessPermissionType> permissions, @Nullable RegenerateMode regenerateMode, @Nullable List<ResourceObjectTypeDefinitionType> previousObjectTypes, Task task, OperationResult result) Submits "suggest object types" request. -
Uses of CommonException in com.evolveum.midpoint.smart.api.conndev
Methods in com.evolveum.midpoint.smart.api.conndev that throw CommonExceptionModifier and TypeMethodDescriptionvoidConnectorDevelopmentOperation.saveArtifact(ConnDevArtifactType endpoint, Task task, OperationResult result) default voidConnectorDevelopmentOperation.saveAuthenticationScript(ConnDevArtifactType artifact, Task task, OperationResult result) default voidConnectorDevelopmentOperation.saveConnIdSchemaScript(ConnDevArtifactType artifact, Task task, OperationResult result) default voidConnectorDevelopmentOperation.saveGetByIdScript(ConnDevArtifactType artifact, Task task, OperationResult result) default voidConnectorDevelopmentOperation.saveNativeSchemaScript(ConnDevArtifactType artifact, Task task, OperationResult result) default voidConnectorDevelopmentOperation.saveRelationScript(ConnDevArtifactType endpoint, Task task, OperationResult result) default voidConnectorDevelopmentOperation.saveSearchAllScript(ConnDevArtifactType artifact, Task task, OperationResult result) default voidConnectorDevelopmentOperation.saveSearchFilterScript(ConnDevArtifactType artifact, Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that throw CommonExceptionModifier and TypeMethodDescriptiondefault voidTaskHandler.onNodeDown(@NotNull TaskType task, @NotNull OperationResult result) Should update the state of the task (or related tasks) when the node on which this task executed was found down.default voidTaskHandler.onTaskStalled(@NotNull RunningTask task, long stalledSince, @NotNull OperationResult result) Should update the state of the task when the task manager finds that the task is stalled, i.e. did not update its progress for a given (long) time. -
Uses of CommonException in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util that throw CommonExceptionModifier and TypeMethodDescriptionvoidCheckedProducer.get()voidCheckedCommonRunnable.run()static <T> TMiscUtil.runChecked(CheckedFunction<Producer<T>, T> function, CheckedProducer<T> checkedProducer) static <T> voidMiscUtil.unwrapTunnelledException(TunnelException te) -
Uses of CommonException in com.evolveum.midpoint.util.exception
Subclasses of CommonException in com.evolveum.midpoint.util.exceptionModifier and TypeClassDescriptionclassException indicating violation of authorization policies.classGeneric communication exception.classExceptional concurrency state or operation invocation.classConfiguration exception indicates that something is mis-configured.classError during evaluation of expression.classclassMay happen in case that resource is administratively set to maintenance mode.classSpecific kind of SchemaException.classNo user is logged in, although it is expected.classObject already exists.classObject with specifiedObjectNotFoundException.typeand identifier (ObjectNotFoundException.oid) has not been found in the repository or in other relevant context.classclassError regarding schema.classException indicating violation of security policies.class -
Uses of CommonException in com.evolveum.midpoint.web.component.prism
Methods in com.evolveum.midpoint.web.component.prism that throw CommonException -
Uses of CommonException in com.evolveum.midpoint.web.page.self
Methods in com.evolveum.midpoint.web.page.self that throw CommonExceptionModifier and TypeMethodDescriptionprotected SecurityPolicyTypePagePostAuthentication.resolveSecurityPolicy(Task task, OperationResult result)