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 Subscription
BatchApiOp. executeBatch(java.util.List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options)
Execute a series ofBatchTask
.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. -
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 Subscription
BatchOp. executeBatch(java.util.List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options)
Execute a series ofBatchTask
.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)
-