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