Uses of Class
org.identityconnectors.framework.common.objects.BatchToken
-
Packages that use BatchToken Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi.operations -
-
Uses of BatchToken in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type BatchToken Modifier and Type Method Description Subscription
BatchApiOp. 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 BatchToken Modifier and Type Method Description BatchToken
BatchResult. getToken()
Constructors in org.identityconnectors.framework.common.objects with parameters of type BatchToken Constructor Description BatchResult(java.lang.Object result, BatchToken token, java.lang.String resultId, java.lang.Boolean complete, java.lang.Boolean error)
-
Uses of BatchToken in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type BatchToken Modifier and Type Method Description Subscription
BatchOp. queryBatch(BatchToken token, Observer<BatchResult> observer, OperationOptions options)
Query an ongoing batch execution for new results.
-