Uses of Class
com.evolveum.midpoint.util.exception.CommonException
Packages that use CommonException
Package
Description
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
-
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(com.evolveum.midpoint.security.api.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, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected abstract IntegerSelectableBeanDataProvider.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected IntegerSelectableBeanObjectDataProvider.countObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected IntegerSelectableBeanReferenceDataProvider.countObjects(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<SelectableBean<T>>SelectableBeanDataProvider.createDataObjectWrappers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<ShadowType>RepositoryShadowBeanObjectDataProvider.searchObjects(Class<ShadowType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) SelectableBeanContainerDataProvider.searchObjects(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) SelectableBeanDataProvider.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) SelectableBeanObjectDataProvider.searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<ObjectReferenceType>SelectableBeanReferenceDataProvider.searchObjects(Class<ObjectReferenceType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
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(com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns task OIDvoidMemberOperationsTaskCreator.Unassign.createAndSubmitTask(com.evolveum.midpoint.task.api.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(com.evolveum.midpoint.task.api.Task task, OperationResult result) Creates the member unassignment task.TaskAwareExecutor.Executable.execute(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) voidTaskAwareExecutor.ExecutableVoid.execute(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull 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 com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) @NotNull StringResourceTaskCreator.submit(@NotNull com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected List<SimulationResultProcessedObjectType>CombinedRelatedObjectsProvider.searchObjects(Class<SimulationResultProcessedObjectType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.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(com.evolveum.midpoint.task.api.Task task, OperationResult result) protected ObjectDelta<UserType>PageSelfRegistration.prepareUserDelta(com.evolveum.midpoint.task.api.Task task, OperationResult result) protected SecurityPolicyTypePageRegistrationBase.resolveSecurityPolicy(com.evolveum.midpoint.task.api.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 com.evolveum.midpoint.task.api.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 com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) default <T> TModelInteractionService.runUnderPowerOfAttorneyChecked(CheckedProducer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull StringModelInteractionService.submit(@NotNull ActivityDefinitionType activityDefinition, @NotNull ActivitySubmissionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Executes specified activity.default @NotNull StringModelInteractionService.submitScriptingExpression(@NotNull ExecuteScriptType executeScriptCommand, @NotNull com.evolveum.midpoint.task.api.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 com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult result) DashboardService.createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.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 com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result, @NotNull SimulationResultManager.SimulatedFunctionCall<X> functionCall) -
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.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.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(com.evolveum.midpoint.task.api.Task task, OperationResult result)