Uses of Interface
org.identityconnectors.framework.api.operations.batch.BatchTask
Packages that use BatchTask
Package
Description
-
Uses of BatchTask in org.identityconnectors.framework.api.operations
Method parameters in org.identityconnectors.framework.api.operations with type arguments of type BatchTaskModifier and TypeMethodDescriptionBatchApiOp.executeBatch
(List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options) Execute a series ofBatchTask
. -
Uses of BatchTask in org.identityconnectors.framework.api.operations.batch
Classes in org.identityconnectors.framework.api.operations.batch that implement BatchTaskModifier and TypeClassDescriptionclass
class
class
Methods in org.identityconnectors.framework.api.operations.batch that return types with arguments of type BatchTask -
Uses of BatchTask in org.identityconnectors.framework.spi.operations
Method parameters in org.identityconnectors.framework.spi.operations with type arguments of type BatchTaskModifier and TypeMethodDescriptionBatchOp.executeBatch
(List<BatchTask> tasks, Observer<BatchResult> observer, OperationOptions options) Execute a series ofBatchTask
.