Uses of Interface
com.evolveum.midpoint.schema.AcknowledgementSink
-
Packages that use AcknowledgementSink Package Description com.evolveum.midpoint.model.impl.sync.tasks com.evolveum.midpoint.provisioning.api com.evolveum.midpoint.repo.common.activity.run.processing Deals with items processing: buffering, fetching by workers, processing. -
-
Uses of AcknowledgementSink in com.evolveum.midpoint.model.impl.sync.tasks
Classes in com.evolveum.midpoint.model.impl.sync.tasks that implement AcknowledgementSink Modifier and Type Class Description class
SyncItemProcessingRequest<SE extends SynchronizationEvent>
TODO It is comparable on the sequence number. -
Uses of AcknowledgementSink in com.evolveum.midpoint.provisioning.api
Subinterfaces of AcknowledgementSink in com.evolveum.midpoint.provisioning.api Modifier and Type Interface Description interface
AsyncUpdateEvent
TODOinterface
LiveSyncEvent
TODOinterface
SynchronizationEvent
TODO It is comparable on the sequential number. -
Uses of AcknowledgementSink in com.evolveum.midpoint.repo.common.activity.run.processing
Classes in com.evolveum.midpoint.repo.common.activity.run.processing that implement AcknowledgementSink 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
ItemProcessingRequest<I>
Holds an item that is scheduled for processing.class
ObjectProcessingRequest<O extends ObjectType>
Request to process an object.
-