Uses of Class
com.evolveum.midpoint.repo.common.activity.run.processing.ItemProcessingRequest
Packages that use ItemProcessingRequest
Package
Description
Classes that support execution (run) of activities.
Deals with items processing: buffering, fetching by workers, processing.
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup with parameters of type ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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.tasksModifier and TypeClassDescriptionclass
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
AbstractImportActivityRun.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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 ItemProcessingRequestModifier and TypeMethodDescriptionIterativeActivityRun.handleError
(@NotNull OperationResultStatus status, @NotNull Throwable exception, ItemProcessingRequest<?> request, OperationResult result) abstract boolean
IterativeActivityRun.processItem
(@NotNull ItemProcessingRequest<I> request, @NotNull RunningTask workerTask, OperationResult result) final 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
Modifier and TypeClassDescriptionclass
ContainerableProcessingRequest<C extends Containerable>
Request to process a containerable.class
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 ItemProcessingRequestModifier and TypeMethodDescriptionboolean
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 parentResult) -
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 ItemProcessingRequestModifier and TypeMethodDescriptionvoid
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.