Uses of Class
com.evolveum.midpoint.repo.common.activity.run.ActivityRunException
- 
Packages that use ActivityRunException Package Description com.evolveum.midpoint.model.impl.cleanup com.evolveum.midpoint.model.impl.integrity.shadows com.evolveum.midpoint.model.impl.sync.tasks com.evolveum.midpoint.model.impl.sync.tasks.async com.evolveum.midpoint.model.impl.sync.tasks.imp com.evolveum.midpoint.model.impl.sync.tasks.recon com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.model.impl.tasks com.evolveum.midpoint.model.impl.tasks.cluster com.evolveum.midpoint.model.impl.tasks.scanner com.evolveum.midpoint.repo.common.activity Contains the activity framework: the code that supports execution of activities within tasks.com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities.com.evolveum.midpoint.repo.common.activity.run.processing Deals with items processing: buffering, fetching by workers, processing.com.evolveum.midpoint.repo.common.activity.run.state  - 
- 
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup that throw ActivityRunException Modifier and Type Method Description booleanShadowRefreshActivityHandler.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 ActivityRunException Modifier and Type Method Description booleanShadowIntegrityCheckActivityRun. 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 ActivityRunException Modifier and Type Method Description @NotNull ProcessingScopeSyncTaskHelper. createProcessingScopeForShadow(@NotNull ShadowType shadow, Task task, OperationResult opResult)CreatesProcessingScopefor a single shadow.ResourceSearchSpecificationSyncTaskHelper. 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 ActivityRunException Modifier and Type Method Description voidAsyncUpdateActivityRun. 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 ActivityRunException Modifier and Type Method Description voidImportActivityRun. beforeRun(OperationResult result)booleanImportActivityRun. processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, 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 ActivityRunException Modifier and Type Method Description voidPartialReconciliationActivityRun. beforeRun(OperationResult result)voidResourceObjectsReconciliationActivityRun. beforeRun(OperationResult result)booleanResourceObjectsReconciliationActivityRun. processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, 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 ActivityRunException Modifier and Type Method Description voidLiveSyncActivityRun. 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 ActivityRunException Modifier and Type Method Description voidShadowCleanupActivityHandler.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 Modifier and Type Method Description voidAutoScalingActivityRun. afterRun(OperationResult result)voidAutoScalingActivityRun. beforeRun(OperationResult result) - 
Uses of ActivityRunException in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner that throw ActivityRunException Modifier and Type Method Description voidScanActivityRun. 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 ActivityRunException Modifier and Type Method Description voidActivityTreeStateOverview. purge(OperationResult result)voidActivityTree. purgeState(ActivityBasedTaskRun taskRun, OperationResult result)Purges the activity state (usually before new realization).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. recordDistributingActivityRealizationFinish(@NotNull DistributingActivityRun<?,?,?> run, @NotNull ActivityRunResult runResult, @NotNull OperationResult result)Records the finish of distributing (coordinator) activity realization (NOT run).voidActivityTreeStateOverview. recordDistributingActivityRealizationStart(@NotNull DistributingActivityRun<?,?,?> run, @NotNull OperationResult result)Records the start of distributing (coordinator) 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.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)voidActivityTreeStateOverview. updateRealizationState(ActivityTreeRealizationStateType value, OperationResult result)Updates the realization state (including writing to the repository). - 
Uses of ActivityRunException in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run that throw ActivityRunException Modifier and Type Method Description default voidIterativeActivityRunSpecifics. afterBucketProcessing(OperationResult result)Called after bucket is processed.default voidIterativeActivityRunSpecifics. afterRun(OperationResult opResult)Called after the run.default voidIterativeActivityRunSpecifics. beforeBucketProcessing(OperationResult result)Called before bucket is processed.default voidIterativeActivityRunSpecifics. beforeRun(OperationResult opResult)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.@Nullable IntegerSearchBasedActivityRun. determineOverallSize(OperationResult result)protected abstract booleanIterativeActivityRun. isInRepository(OperationResult result)Do we execute over items in repository? (Maybe the name should be changed.)protected booleanSearchBasedActivityRun. isInRepository(OperationResult result)protected abstract voidIterativeActivityRun. prepareItemSourceForCurrentBucket(OperationResult result)Prepares the item source.protected voidSearchBasedActivityRun. prepareItemSourceForCurrentBucket(OperationResult result)protected booleanSearchBasedActivityRun. processError(C item, @NotNull OperationResultType errorFetchResult, RunningTask workerTask, OperationResult result)abstract booleanIterativeActivityRun. processItem(@NotNull ItemProcessingRequest<I> request, @NotNull RunningTask workerTask, OperationResult result)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 @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 ActivityRunException Modifier and Type Method Description 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 ActivityRunException in com.evolveum.midpoint.repo.common.activity.run.state
Methods in com.evolveum.midpoint.repo.common.activity.run.state that throw ActivityRunException Modifier and Type Method Description voidActivityState. 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.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. 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)voidCurrentActivityState. updateProgressAndStatisticsNoCommit()voidCurrentActivityState. updateProgressNoCommit() 
 -