Uses of Class
com.evolveum.midpoint.repo.common.activity.run.processing.ItemProcessingRequest
-
Packages that use ItemProcessingRequest 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.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.reports -
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
ShadowRefreshActivityHandler.MyActivityRun. processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.integrity.shadows
Methods in com.evolveum.midpoint.model.impl.integrity.shadows with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
ShadowIntegrityCheckActivityRun. processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.sync.tasks
Subclasses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.sync.tasks Modifier and Type Class Description class
SyncItemProcessingRequest<SE extends SynchronizationEvent>
TODO It is comparable on the sequence number. -
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.sync.tasks.async
Methods in com.evolveum.midpoint.model.impl.sync.tasks.async with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
AsyncUpdateActivityRun. processItem(@NotNull ItemProcessingRequest<AsyncUpdateEvent> request, @NotNull RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.sync.tasks.imp
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
ImportActivityRun. processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
ResourceObjectsReconciliationActivityRun. processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.sync.tasks.sync
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
LiveSyncActivityRun. processItem(@NotNull ItemProcessingRequest<LiveSyncEvent> request, @NotNull RunningTask workerTask, @NotNull OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
ShadowCleanupActivityHandler.MyRun. processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.tasks.cluster
Methods in com.evolveum.midpoint.model.impl.tasks.cluster with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
AutoScalingActivityRun. processItem(@NotNull TaskType task, @NotNull ItemProcessingRequest<TaskType> request, RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
FocusValidityScanPartialRun. processItem(@NotNull FocusType object, @NotNull ItemProcessingRequest<FocusType> request, RunningTask workerTask, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run with parameters of type ItemProcessingRequest Modifier and Type Method Description ErrorHandlingStrategyExecutor.FollowUpAction
IterativeActivityRun. handleError(@NotNull OperationResultStatus status, @NotNull Throwable exception, ItemProcessingRequest<?> request, OperationResult result)
abstract boolean
IterativeActivityRun. processItem(@NotNull ItemProcessingRequest<I> request, @NotNull RunningTask workerTask, OperationResult result)
boolean
SearchBasedActivityRun. processItem(@NotNull ItemProcessingRequest<C> request, @NotNull RunningTask workerTask, OperationResult result)
boolean
SearchBasedActivityRunSpecifics. processItem(C item, @NotNull ItemProcessingRequest<C> request, RunningTask workerTask, OperationResult result)
Processes given item that came as part of a request. -
Uses of ItemProcessingRequest in com.evolveum.midpoint.repo.common.activity.run.processing
Subclasses of ItemProcessingRequest in com.evolveum.midpoint.repo.common.activity.run.processing Modifier and Type Class Description class
ContainerableProcessingRequest<C extends Containerable>
Request to process a containerable.class
GenericProcessingRequest<T>
Request to process a generic data item.class
ObjectProcessingRequest<O extends ObjectType>
Request to process an object.Methods in com.evolveum.midpoint.repo.common.activity.run.processing with parameters of type ItemProcessingRequest Modifier and Type Method Description boolean
ItemProcessor. processItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult)
Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues.boolean
ProcessingCoordinator. submit(ItemProcessingRequest<I> request, OperationResult result)
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.repo.common.activity.run.reports
Methods in com.evolveum.midpoint.repo.common.activity.run.reports with parameters of type ItemProcessingRequest Modifier and Type Method Description void
InternalOperationsReport. add(@NotNull ItemProcessingRequest<?> request, @NotNull WorkBucketType bucket, @NotNull OperationResult reportedResult, @NotNull RunningTask task, @NotNull OperationResult result)
static void
ActivityReportUtil. addItemInformation(@NotNull ItemRelatedRecordType record, @Nullable ItemProcessingRequest<?> request, @Nullable WorkBucketType bucket)
Adds item-related information to a record that is related to processing of items.
-