Uses of Class
org.identityconnectors.framework.common.objects.BatchResult
Package
Description
-
Uses of BatchResult in org.identityconnectors.framework.api.operations
Modifier 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
Modifier 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.