Uses of Interface
com.evolveum.midpoint.repo.common.activity.run.processing.ItemProcessor
-
Packages that use ItemProcessor Package Description com.evolveum.midpoint.model.impl.sync.tasks.async com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities. -
-
Uses of ItemProcessor in com.evolveum.midpoint.model.impl.sync.tasks.async
Classes in com.evolveum.midpoint.model.impl.sync.tasks.async that implement ItemProcessor Modifier and Type Class Description classAsyncUpdateActivityRun -
Uses of ItemProcessor in com.evolveum.midpoint.model.impl.sync.tasks.sync
Classes in com.evolveum.midpoint.model.impl.sync.tasks.sync that implement ItemProcessor Modifier and Type Class Description classLiveSyncActivityRun -
Uses of ItemProcessor in com.evolveum.midpoint.repo.common.activity.run
Subinterfaces of ItemProcessor in com.evolveum.midpoint.repo.common.activity.run Modifier and Type Interface Description interfacePlainIterativeActivityRunSpecifics<I>Provides execution logic and/or execution state related to a plain iterative activity run.Classes in com.evolveum.midpoint.repo.common.activity.run that implement ItemProcessor Modifier and Type Class Description classPlainIterativeActivityRun<I,WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,WS extends AbstractActivityWorkStateType>Run of a plain iterative activity.
-