Package | Description |
---|---|
org.forgerock.openicf.csvfile |
This is the core package for the connector.
|
org.forgerock.openicf.framework.async.impl | |
org.identityconnectors.framework.api.operations | |
org.identityconnectors.framework.common.objects | |
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.api.local.operations | |
org.identityconnectors.framework.spi.operations |
Modifier and Type | Method and Description |
---|---|
Subscription |
CSVFileConnector.queryBatch(BatchToken batchToken,
Observer<BatchResult> observer,
OperationOptions operationOptions)
Query an ongoing batch execution for new results.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<BatchToken,RuntimeException> |
BatchApiOpImpl.tryExecuteBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options) |
org.forgerock.util.promise.Promise<BatchToken,RuntimeException> |
BatchApiOpImpl.tryQueryBatch(BatchToken batchToken,
Observer<BatchResult> observer,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchApiOpImpl.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options) |
org.forgerock.util.promise.Promise<BatchToken,RuntimeException> |
BatchApiOpImpl.tryQueryBatch(BatchToken batchToken,
Observer<BatchResult> observer,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchApiOp.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options)
Query an ongoing batch execution for new results.
|
Modifier and Type | Method and Description |
---|---|
BatchToken |
BatchResult.getToken() |
Constructor and Description |
---|
BatchResult(Object result,
BatchToken token,
String resultId,
Boolean complete,
Boolean error) |
Modifier and Type | Method and Description |
---|---|
Subscription |
AbstractConnectorFacade.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options)
Query an ongoing batch execution for new results.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionImpl.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options) |
Subscription |
BatchImpl.queryBatch(BatchToken batchToken,
Observer<BatchResult> observer,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchOp.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options)
Query an ongoing batch execution for new results.
|
Copyright © 2018–2025. All rights reserved.