Uses of Interface
org.identityconnectors.framework.api.Observer
-
Packages that use Observer Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.spi.operations -
-
Uses of Observer in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type Observer Modifier and Type Method Description SubscriptionBatchApiOp. executeBatch(java.util.List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options)Execute a series ofBatchTask.SubscriptionBatchApiOp. queryBatch(BatchToken token, Observer<BatchResult> observer, OperationOptions options)Query an ongoing batch execution for new results.SubscriptionConnectorEventSubscriptionApiOp. subscribe(ObjectClass objectClass, Filter eventFilter, Observer<ConnectorObject> handler, OperationOptions operationOptions)SubscriptionSyncEventSubscriptionApiOp. subscribe(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> handler, OperationOptions operationOptions)Create a subscription to a given sync topic. -
Uses of Observer in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type Observer Modifier and Type Method Description SubscriptionBatchOp. executeBatch(java.util.List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options)Execute a series ofBatchTask.SubscriptionBatchOp. queryBatch(BatchToken token, Observer<BatchResult> observer, OperationOptions options)Query an ongoing batch execution for new results.SubscriptionConnectorEventSubscriptionOp. subscribe(ObjectClass objectClass, Filter eventFilter, Observer<ConnectorObject> observer, OperationOptions operationOptions)SubscriptionSyncEventSubscriptionOp. subscribe(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> observer, OperationOptions operationOptions)
-