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.api.operations.batch | |
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.executeBatch(List<BatchTask> batchTasks,
Observer<BatchResult> observer,
OperationOptions operationOptions)
Execute a series of
BatchTask . |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchApiOpImpl.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options) |
org.forgerock.util.promise.Promise<BatchToken,RuntimeException> |
BatchApiOpImpl.tryExecuteBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchApiOp.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options)
Execute a series of
BatchTask . |
Modifier and Type | Class and Description |
---|---|
class |
CreateBatchTask |
class |
DeleteBatchTask |
class |
UpdateBatchTask |
Modifier and Type | Method and Description |
---|---|
List<BatchTask> |
BatchBuilder.build()
Return the current task list as a copy of the original.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
AbstractConnectorFacade.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options)
Execute a series of
BatchTask . |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionImpl.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options) |
Subscription |
BatchImpl.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchOp.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options)
Execute a series of
BatchTask . |
Copyright © 2018–2025. All rights reserved.