Uses of Class
org.identityconnectors.framework.common.objects.BatchToken
Package
Description
-
Uses of BatchToken in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionBatchApiOp.queryBatch
(BatchToken token, Observer<BatchResult> observer, OperationOptions options) Query an ongoing batch execution for new results. -
Uses of BatchToken in org.identityconnectors.framework.common.objects
ModifierConstructorDescriptionBatchResult
(Object result, BatchToken token, String resultId, Boolean complete, Boolean error) -
Uses of BatchToken in org.identityconnectors.framework.spi.operations
Modifier and TypeMethodDescriptionBatchOp.queryBatch
(BatchToken token, Observer<BatchResult> observer, OperationOptions options) Query an ongoing batch execution for new results.