Uses of Class
org.identityconnectors.framework.common.objects.BatchToken
Packages that use BatchToken
Package
Description
-
Uses of BatchToken in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type BatchTokenModifier 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
Methods in org.identityconnectors.framework.common.objects that return BatchTokenConstructors in org.identityconnectors.framework.common.objects with parameters of type BatchTokenModifierConstructorDescriptionBatchResult
(Object result, BatchToken token, String resultId, Boolean complete, Boolean error) -
Uses of BatchToken in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type BatchTokenModifier and TypeMethodDescriptionBatchOp.queryBatch
(BatchToken token, Observer<BatchResult> observer, OperationOptions options) Query an ongoing batch execution for new results.