Uses of Class
com.evolveum.midpoint.ninja.action.worker.BaseWorker
-
Packages that use BaseWorker Package Description com.evolveum.midpoint.ninja.action.audit com.evolveum.midpoint.ninja.action.worker -
-
Uses of BaseWorker in com.evolveum.midpoint.ninja.action.audit
Subclasses of BaseWorker in com.evolveum.midpoint.ninja.action.audit Modifier and Type Class Description class
ExportAuditConsumerWorker
Consumer writing exported audit events to the writer (stdout or file).class
ExportAuditProducerWorker
Producer worker for audit export operation.class
ImportAuditConsumerWorker
Consumer importing audit events to the database. -
Uses of BaseWorker in com.evolveum.midpoint.ninja.action.worker
Subclasses of BaseWorker in com.evolveum.midpoint.ninja.action.worker Modifier and Type Class Description class
AbstractWriterConsumerWorker<O extends BasicExportOptions,T>
Created by Viliam Repan (lazyman).class
ExportConsumerWorker
Created by Viliam Repan (lazyman).class
ImportProducerWorker<T extends Containerable>
Created by Viliam Repan (lazyman).class
ImportRepositoryConsumerWorker
Created by Viliam Repan (lazyman).class
ProgressReporterWorker<T>
Created by Viliam Repan (lazyman).class
SearchProducerWorker
Producer worker for all search-based operations, such as export and verify.class
VerifyConsumerWorker
Constructor parameters in com.evolveum.midpoint.ninja.action.worker with type arguments of type BaseWorker Constructor Description BaseWorker(NinjaContext context, O options, BlockingQueue<T> queue, OperationStatus operation, List<? extends BaseWorker<?,?>> workers)
-