Uses of Class
com.evolveum.midpoint.repo.common.activity.run.processing.ItemProcessingRequest
Packages that use ItemProcessingRequest
Package
Description
-
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup with parameters of type ItemProcessingRequestModifier and TypeMethodDescriptionbooleanShadowRefreshActivityHandler.MyActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.correlator.tasks
Methods in com.evolveum.midpoint.model.impl.correlator.tasks with parameters of type ItemProcessingRequestModifier and TypeMethodDescriptionbooleanCorrelationSimulationActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> req, RunningTask task, 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 TypeMethodDescriptionbooleanShadowIntegrityCheckActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ItemProcessingRequest in com.evolveum.midpoint.model.impl.mappings.tasks
Methods in com.evolveum.midpoint.model.impl.mappings.tasks with parameters of type ItemProcessingRequestModifier and TypeMethodDescriptionbooleanMappingSimulationActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask task, 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 TypeClassDescriptionclassSyncItemProcessingRequest<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 TypeMethodDescriptionbooleanAsyncUpdateActivityRun.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 TypeMethodDescriptionbooleanAbstractImportActivityRun.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 TypeMethodDescriptionbooleanResourceObjectsReconciliationActivityRun.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 TypeMethodDescriptionbooleanLiveSyncActivityRun.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 TypeMethodDescriptionbooleanShadowCleanupActivityHandler.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 TypeMethodDescriptionbooleanAutoScalingActivityRun.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 TypeMethodDescriptionbooleanFocusValidityScanPartialRun.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 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. -
Uses of ItemProcessingRequest in com.evolveum.midpoint.repo.common.activity.run.processing
Modifier and TypeClassDescriptionclassContainerableProcessingRequest<C extends Containerable>Request to process a containerable.classRequest to process a generic data item.classObjectProcessingRequest<O extends ObjectType>Request to process an object.Methods in com.evolveum.midpoint.repo.common.activity.run.processing with parameters of type ItemProcessingRequestModifier and TypeMethodDescriptionbooleanItemProcessor.processItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult) Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues.booleanProcessingCoordinator.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 TypeMethodDescriptionvoidInternalOperationsReport.add(@NotNull ItemProcessingRequest<?> request, @NotNull WorkBucketType bucket, @NotNull OperationResult reportedResult, @NotNull RunningTask task, @NotNull OperationResult result) static voidActivityReportUtil.addItemInformation(@NotNull ItemRelatedRecordType record, @Nullable ItemProcessingRequest<?> request, @Nullable WorkBucketType bucket) Adds item-related information to a record that is related to processing of items.