Uses of Class
org.identityconnectors.framework.common.objects.BatchResult
Packages that use BatchResult
Package
Description
-
Uses of BatchResult in org.identityconnectors.framework.api.operations
Method parameters in org.identityconnectors.framework.api.operations with type arguments of type BatchResultModifier and TypeMethodDescriptionBatchApiOp.executeBatch
(List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options) Execute a series ofBatchTask
.BatchApiOp.queryBatch
(BatchToken token, Observer<BatchResult> observer, OperationOptions options) Query an ongoing batch execution for new results. -
Uses of BatchResult in org.identityconnectors.framework.spi.operations
Method parameters in org.identityconnectors.framework.spi.operations with type arguments of type BatchResultModifier and TypeMethodDescriptionBatchOp.executeBatch
(List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options) Execute a series ofBatchTask
.BatchOp.queryBatch
(BatchToken token, Observer<BatchResult> observer, OperationOptions options) Query an ongoing batch execution for new results.