Uses of Interface
org.identityconnectors.framework.common.objects.Subscription
-
Packages that use Subscription Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.spi.operations -
-
Uses of Subscription in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return Subscription 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 Subscription in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return Subscription 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)
-