Package org.fcrepo.kernel.api.operations
Interface ReindexResourceOperationFactory
- All Superinterfaces:
ResourceOperationFactory
Factory for reindex resource operations
- Author:
- dbernstein
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Transaction transaction, FedoraId resourceId) Get a builder for an operation to reindex a resource
-
Method Details
-
create
Get a builder for an operation to reindex a resource- Parameters:
transaction- the transactionresourceId- id of the resource to reindex- Returns:
- new builder
-