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.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 . |
Subscription |
CSVFileConnector.queryBatch(BatchToken batchToken,
Observer<BatchResult> observer,
OperationOptions operationOptions)
Query an ongoing batch execution for new results.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchApiOpImpl.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options) |
Subscription |
BatchApiOpImpl.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options) |
Subscription |
ConnectorEventSubscriptionApiOpImpl.subscribe(ObjectClass objectClass,
Filter eventFilter,
Observer<ConnectorObject> handler,
OperationOptions operationOptions) |
Subscription |
SyncEventSubscriptionApiOpImpl.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions) |
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) |
org.forgerock.util.promise.Promise<Void,RuntimeException> |
ConnectorEventSubscriptionApiOpImpl.trySubscribe(ObjectClass objectClass,
Filter eventFilter,
Observer<ConnectorObject> handler,
OperationOptions options) |
org.forgerock.util.promise.Promise<Void,RuntimeException> |
SyncEventSubscriptionApiOpImpl.trySubscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchApiOp.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options)
Execute a series of
BatchTask . |
Subscription |
BatchApiOp.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options)
Query an ongoing batch execution for new results.
|
Subscription |
ConnectorEventSubscriptionApiOp.subscribe(ObjectClass objectClass,
Filter eventFilter,
Observer<ConnectorObject> handler,
OperationOptions operationOptions) |
Subscription |
SyncEventSubscriptionApiOp.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions)
Create a subscription to a given sync topic.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
AbstractConnectorFacade.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options)
Execute a series of
BatchTask . |
Subscription |
AbstractConnectorFacade.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options)
Query an ongoing batch execution for new results.
|
Subscription |
AbstractConnectorFacade.subscribe(ObjectClass objectClass,
Filter eventFilter,
Observer<ConnectorObject> handler,
OperationOptions operationOptions) |
Subscription |
AbstractConnectorFacade.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions)
Create a subscription to a given sync topic.
|
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) |
Subscription |
SubscriptionImpl.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options) |
Subscription |
BatchImpl.queryBatch(BatchToken batchToken,
Observer<BatchResult> observer,
OperationOptions options) |
Subscription |
SubscriptionImpl.subscribe(ObjectClass objectClass,
Filter eventFilter,
Observer<ConnectorObject> handler,
OperationOptions operationOptions) |
Subscription |
SubscriptionImpl.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions) |
Modifier and Type | Method and Description |
---|---|
Subscription |
BatchOp.executeBatch(List<BatchTask> tasks,
Observer<BatchResult> observer,
OperationOptions options)
Execute a series of
BatchTask . |
Subscription |
BatchOp.queryBatch(BatchToken token,
Observer<BatchResult> observer,
OperationOptions options)
Query an ongoing batch execution for new results.
|
Subscription |
ConnectorEventSubscriptionOp.subscribe(ObjectClass objectClass,
Filter eventFilter,
Observer<ConnectorObject> observer,
OperationOptions operationOptions) |
Subscription |
SyncEventSubscriptionOp.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> observer,
OperationOptions operationOptions) |
Copyright © 2018–2025. All rights reserved.