Uses of Interface
org.identityconnectors.framework.api.Observer
Package
Description
-
Uses of Observer in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionBatchApiOp.executeBatch
(List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options) Execute a series ofBatchTask
.BatchApiOp.queryBatch
(BatchToken token, Observer<BatchResult> observer, OperationOptions options) Query an ongoing batch execution for new results.ConnectorEventSubscriptionApiOp.subscribe
(ObjectClass objectClass, Filter eventFilter, Observer<ConnectorObject> handler, OperationOptions operationOptions) 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
Modifier and TypeMethodDescriptionBatchOp.executeBatch
(List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options) Execute a series ofBatchTask
.BatchOp.queryBatch
(BatchToken token, Observer<BatchResult> observer, OperationOptions options) Query an ongoing batch execution for new results.ConnectorEventSubscriptionOp.subscribe
(ObjectClass objectClass, Filter eventFilter, Observer<ConnectorObject> observer, OperationOptions operationOptions) SyncEventSubscriptionOp.subscribe
(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> observer, OperationOptions operationOptions)