Uses of Class
com.evolveum.midpoint.repo.common.activity.run.ActivityRunException
Packages that use ActivityRunException
Package
Description
-
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup that throw ActivityRunExceptionModifier and TypeMethodDescriptionbooleanShadowRefreshActivityHandler.MyActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) protected @NotNull ActivityRunResultCleanupPartialActivityRun.runLocally(OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.integrity.shadows
Methods in com.evolveum.midpoint.model.impl.integrity.shadows that throw ActivityRunExceptionModifier and TypeMethodDescriptionbooleanShadowIntegrityCheckActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.sync.tasks
Methods in com.evolveum.midpoint.model.impl.sync.tasks that throw ActivityRunExceptionModifier and TypeMethodDescription@NotNull ProcessingScopeSyncTaskHelper.createProcessingScopeForShadow(@NotNull ShadowType shadow, Task task, OperationResult opResult) CreatesProcessingScopefor a single shadow.SyncTaskHelper.createSearchSpecification(@NotNull ResourceObjectSetType set, Task task, OperationResult opResult) Creates "complete" search specification from given configuration.@NotNull ProcessingScopeSyncTaskHelper.getProcessingScopeCheckingMaintenance(@NotNull ResourceObjectSetType resourceObjectSet, Task task, OperationResult opResult) Returns the specification of objects against which the synchronization will be done (ProcessingScope).@NotNull StringSyncTaskHelper.getResourceOid(ResourceObjectSetType set) static ProcessingScopeProcessingScope.of(@NotNull ResourceType resource, @NotNull ResourceObjectSetType resourceObjectSet) static ProcessingScopeProcessingScope.of(@NotNull ResourceType resource, @NotNull ShadowType shadow) See the note in class-level javadoc. -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.sync.tasks.async
Methods in com.evolveum.midpoint.model.impl.sync.tasks.async that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidAsyncUpdateActivityRun.beforeRun(OperationResult result) booleanAsyncUpdateActivityRun.processItem(@NotNull ItemProcessingRequest<AsyncUpdateEvent> request, @NotNull RunningTask workerTask, OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.sync.tasks.imp
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidAbstractImportActivityRun.beforeRun(OperationResult result) booleanAbstractImportActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidReclassificationActivityRun.beforeRun(OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidPartialReconciliationActivityRun.beforeRun(OperationResult result) voidResourceObjectsReconciliationActivityRun.beforeRun(OperationResult result) booleanResourceObjectsReconciliationActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) protected @NotNull ActivityRunResultReconciliationActivityRun.runLocally(OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.sync.tasks.sync
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidLiveSyncActivityRun.beforeRun(OperationResult result) booleanLiveSyncActivityRun.processItem(@NotNull ItemProcessingRequest<LiveSyncEvent> request, @NotNull RunningTask workerTask, @NotNull OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidShadowCleanupActivityHandler.MyRun.beforeRun(OperationResult result) @NotNull SearchSpecification<?>AdvancedActivityRunSupportImpl.createSearchSpecificationFromResourceObjectSetSpec(@NotNull ResourceObjectSetSpecificationImpl objectSetSpecification, @NotNull RunningTask task, OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.tasks.cluster
Methods in com.evolveum.midpoint.model.impl.tasks.cluster that throw ActivityRunException -
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidScanActivityRun.afterRun(OperationResult result) booleanFocusValidityScanPartialRun.processItem(@NotNull FocusType object, @NotNull ItemProcessingRequest<FocusType> request, RunningTask workerTask, OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidActivityTree.createTaskRunIdentifier()Creates a new task run identifier and stores it in the tree state overview.voidActivityTree.purgeState(ActivityPath rootPath, RunningTask runningTask, boolean restarting, OperationResult result) Purges the activity state (before new realization - on regular next run or on restart): both in state overview and in detailed states.voidActivityTreeStateOverview.recordChildren(@NotNull LocalActivityRun<?, ?, ?> run, List<Activity<?, ?>> children, @NotNull OperationResult result) We need to know about all the children to be able to display the progress correctly.voidActivityTreeStateOverview.recordDistributedActivityRealizationFinish(@NotNull DistributingActivityRun<?, ?, ?> run, @NotNull ActivityRunResult runResult, @NotNull OperationResult result) Records the finish of distributed activity realization (NOT run).voidActivityTreeStateOverview.recordDistributedActivityRealizationStart(@NotNull DistributingActivityRun<?, ?, ?> run, @NotNull OperationResult result) Records the start of distributed activity realization (NOT run).voidActivityTreeStateOverview.recordLocalRunFinish(@NotNull LocalActivityRun<?, ?, ?> run, @Nullable ActivityRunResult runResult, @NotNull OperationResult result) Records the finish of a local activity run.voidActivityTreeStateOverview.recordLocalRunStart(@NotNull LocalActivityRun<?, ?, ?> run, @NotNull OperationResult result) Records the start of local activity run in the tree overview.voidActivityTree.recordTaskRunHistoryEnd()voidActivityTree.recordTaskRunHistoryStart()voidPreRunnable.run(@NotNull EmbeddedActivity<WD, AH> activity, @NotNull RunningTask runningTask, @NotNull OperationResult result) voidActivityTreeStateOverview.updateBucketAndItemProgress(@NotNull LocalActivityRun<?, ?, ?> run, @NotNull BucketProgressOverviewType bucketProgress, @NotNull OperationResult result) Updates bucket (and item) progress information in the activity tree.voidActivityTree.updateRealizationState(ActivityTreeRealizationStateType value, OperationResult result) -
Uses of ActivityRunException in com.evolveum.midpoint.repo.common.activity.run
Subclasses of ActivityRunException in com.evolveum.midpoint.repo.common.activity.runModifier and TypeClassDescriptionclassException indicating that an activity run was stopped due to policy rule execution.Methods in com.evolveum.midpoint.repo.common.activity.run that throw ActivityRunExceptionModifier and TypeMethodDescriptiondefault voidIterativeActivityRunSpecifics.afterBucketProcessing(OperationResult result) Called after bucket is processed.default voidIterativeActivityRunSpecifics.afterRun(OperationResult result) Called after the run.default voidIterativeActivityRunSpecifics.beforeBucketProcessing(OperationResult result) Called before bucket is processed.default voidIterativeActivityRunSpecifics.beforeRun(OperationResult result) Called before the run.@NotNull SearchSpecification<?>AdvancedActivityRunSupport.createSearchSpecificationFromResourceObjectSetSpec(@NotNull ResourceObjectSetSpecificationImpl resourceObjectSetSpecification, @NotNull RunningTask task, 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) protected abstract booleanIterativeActivityRun.isInRepository(OperationResult result) Do we execute over items in repository?protected final booleanSearchBasedActivityRun.isInRepository(OperationResult result) protected voidAbstractActivityRun.onActivityRealizationCompleteOrAborted(OperationResult result) Called when the activity realization is complete.protected voidAbstractActivityRun.onActivityRealizationStart(OperationResult result) Called when the activity realization startsprotected 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.@NotNull ActivityRunResultAbstractActivityRun.run(OperationResult result) Runs the activity.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 ActivityRunResultLocalActivityRun.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 ActivityRunException in com.evolveum.midpoint.repo.common.activity.run.processing
Methods in com.evolveum.midpoint.repo.common.activity.run.processing that throw ActivityRunExceptionModifier and TypeMethodDescriptionbooleanItemProcessor.processItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult) Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues. -
Uses of ActivityRunException in com.evolveum.midpoint.repo.common.activity.run.state
Methods in com.evolveum.midpoint.repo.common.activity.run.state that throw ActivityRunExceptionModifier and TypeMethodDescriptionvoidActivityState.addDeleteItemRealValues(@NotNull ItemPath path, @NotNull Collection<?> valuesToAdd, @NotNull Collection<?> valuesToDelete) DO NOT use for setting work state items because of dynamic typing of the work state container value.voidActivityState.flushPendingTaskModificationsChecked(OperationResult result) Flushes pending task modifications.voidCurrentActivityState.initialize(OperationResult result) Puts the activity state into operation: 1. finds/creates activity and optionally also work state container values; 2. initializes live structures - currently that means progress and statistics objects.voidCurrentActivityState.markAborted(OperationResultStatus resultStatus, @NotNull ActivityAbortingInformationType abortingInformation, Long endTimestamp) voidCurrentActivityState.markComplete(OperationResultStatus resultStatus, Long endTimestamp) voidActivityTreePurger.purge(OperationResult result) Purges state (including task-level stats) from current task and its subtasks.voidCurrentActivityState.recordRealizationStart(long startTimestamp) voidCurrentActivityState.recordRealizationStart(XMLGregorianCalendar startTimestamp) voidCurrentActivityState.recordRunEnd(Long endTimestamp) voidCurrentActivityState.recordRunStart(Long startTimestamp) voidActivityState.setAbortingWorkerRef(ObjectReferenceType workerRef) voidActivityState.setBucketProcessingRole(BucketsProcessingRoleType role) voidActivityState.setItemRealValues(ItemPath path, Object... values) DO NOT use for setting work state items because of dynamic typing of the work state container value.voidActivityState.setItemRealValuesCollection(ItemPath path, Collection<?> values) DO NOT use for setting work state items because of dynamic typing of the work state container value.voidCurrentActivityState.setRealizationState(ActivityRealizationStateType value) voidCurrentActivityState.setResultStatus(@NotNull OperationResultStatus status) voidCurrentActivityState.setRunEndTimestamp(Long value) voidActivityState.setSimulationResultCreated()voidActivityState.setSimulationResultOid(String oid) voidCurrentActivityState.updateProgressAndStatisticsNoCommit()voidCurrentActivityState.updateProgressNoCommit()